What is hex #36454F color?

 
The hex code #36454F is also know by an other name that is Charcoal.
This color is composed of 54% red, 69% green and 79% blue. So we can say that the RGB value is (54,69,79)
You need to use it for a printer? The CMYK colors code equivalent of hex #36454F is C:32 M:13 Y:0, K:69) .
In the HSV/HSB scale, #36454F has a hue of 204°, 32% saturation and a brightness value of 31%.
If you want to know all about the hex #36454F, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #36454F (complementary, analogous, triadic, tetradic...).

Hex #36454F Color Codes & Equivalents

Color Name [Charcoal]
RGB Values (54,69,79)
CMYK Values (32%, 13%, 0%, 69%)
HSV/HSB Values (204°, 32%, 31%)
Closest Web Safe
#333366 [Deep Koamaru]
Inverse Color
#c9bab0
Closest Pantone®
432 C
Closest RAL
RAL 7026 [Granite grey]
Complementary Color
#4f4036

#36454F Converted to Grayscale Codes

Average
#434343
Lightness (Desaturation)
#434343
Weighted (BT601)
#424242
Luma (BT709)
#434343

Hex #36454F Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #36454F is #4f4036. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #36454F you will find #4f4036. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#36454F #4f4036

Analogous Palette

The analogous color scheme of #36454F is composed with colors #364F4C and #36384F. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #36454F with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#364F4C #36454F #36384F

Split-Complementary Palette

The split-complementary color scheme of #36454F is composed with colors #4F4C36 and #4F3638. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#36454F #4F4C36 #4F3638

Triadic Palette

The triadic color scheme of #36454F is composed with colors #454F36 and #4F3645. They are located to the right and left of your main color #36454F with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#36454F #454F36 #4F3645

Tetradic Palette

The tetradic color scheme of #36454F is composed with colors #4F3645, #4F4036 and #364F40 A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#36454F #4F3645 #4F4036 #364F40

Square Palette

The square color scheme of #36454F is composed with colors #4C364F, #4F4036 and #384F36 To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#36454F #4C364F #4F4036 #384F36

Tints, Tones & Shades of Hex #36454F

Tints

Tints are created by adding white, resulting in lighter shades of #36454F.

#36454F #3E4F5B #465A67 #4E6473 #576F7F #5F798B #678497 #738E9F

Tones

Tones are made by mixing with gray, softening the original color.

#36454F #3C4348 #424242 #424242 #424242 #424242 #424242 #424242

Shades

Shades result from adding black, creating darker variations.

#36454F #2D3A42 #252F36 #1D252A #141A1E #0C1012 #040506 #000000

Hex #36454F in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #36454F
Java new Color(54,69,79);
Python Color(#36454F)
.NET Color.FromArgb(255, 54,69,79);
Swift / iOS UIColor(red: 0.21, green: 0.27, blue: 0.31, alpha: 1)
Kotlin / Android Color.rgb(54, 69, 79)