Shades of Blue Charcoal #212C35
Tints of Blue Charcoal #212C35
RGB
CMYK
RGB Variations
Color information
#212C35 (or 0x212C35) is known color: Blue Charcoal. HEX triplet: 21, 2C and 35. RGB value is (33,44,53). Sum of RGB (Red+Green+Blue) = 33+44+53=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 53 - color contains mainly: blue. Hex color #212C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212C35 is #DED3CA. Grayscale: #292929. Windows color (decimal): -14603211 or 3484705. OLE color: 3484705.
HSL color Cylindrical-coordinate representation of color #212C35: hue angle of 207º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #212C35 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 33 | 44 | 53 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.79 |
| HSL | 207º | 0.23% | 0.17% | - |
| HSV(B) | 207º | 0.38% | 0.21% | - |
| XYZ | 2.17 | 2.38 | 3.71 | - |
| YUV | 41.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 53 | 0.38 | 0.17 | 0 | 0.79 | 207 | 0.23 | 0.17 |
| Hex | 21 | 2C | 35 | 26 | 11 | 0 | 4F | CF | 17 | 11 |
| Octal | 41 | 54 | 65 | 46 | 21 | 0 | 117 | 317 | 27 | 21 |
| Binary | 100001 | 101100 | 110101 | 100110 | 10001 | 0 | 1001111 | 11001111 | 10111 | 10001 |
Color Harmonies of #212C35
Complementary color
Monochromatic Colors of #212C35
Black with #212C35
Text Example
Text Example
White with #212C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212C35; }
p { color: rgb(33,44,53); }
H1.HeaderClassName
{
color: #212C35;
}
.AnyTagClassName
{
color: #212C35;
}
</style>
background-color css
<style>
a { background-color: #212C35; }
a { background-color: rgb(33,44,53); }
div.DivClassName
{
background-color: #212C35;
}
.BgClassName
{
background-color: #212C35;
}
</style>
border-color css
<style>
span { border-color: #212C35; }
span { border-color: rgb(33,44,53); }
td.TdClassName
{
border-color: #212C35;
}
.TagClassName
{
border-color: #212C35;
}
</style>