Shades of Blue Charcoal #212B34
Tints of Blue Charcoal #212B34
RGB
CMYK
RGB Variations
Color information
#212B34 (or 0x212B34) is known color: Blue Charcoal. HEX triplet: 21, 2B and 34. RGB value is (33,43,52). Sum of RGB (Red+Green+Blue) = 33+43+52=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 52 (20.70% from 255 or 40.62% from 128); Max value from RGB is 52 - color contains mainly: blue. Hex color #212B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212B34 is #DED4CB. Grayscale: #282828. Windows color (decimal): -14603468 or 3418913. OLE color: 3418913.
HSL color Cylindrical-coordinate representation of color #212B34: hue angle of 208.42º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #212B34 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 43 | 52 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.80 |
| HSL | 208.42º | 0.22% | 0.17% | - |
| HSV(B) | 208.42º | 0.37% | 0.2% | - |
| XYZ | 2.11 | 2.3 | 3.58 | - |
| YUV | 41.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 52 | 0.37 | 0.17 | 0 | 0.80 | 208.42 | 0.22 | 0.17 |
| Hex | 21 | 2B | 34 | 25 | 11 | 0 | 50 | D0 | 16 | 11 |
| Octal | 41 | 53 | 64 | 45 | 21 | 0 | 120 | 320 | 26 | 21 |
| Binary | 100001 | 101011 | 110100 | 100101 | 10001 | 0 | 1010000 | 11010000 | 10110 | 10001 |
Color Harmonies of #212B34
Complementary color
Monochromatic Colors of #212B34
Black with #212B34
Text Example
Text Example
White with #212B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212B34; }
p { color: rgb(33,43,52); }
H1.HeaderClassName
{
color: #212B34;
}
.AnyTagClassName
{
color: #212B34;
}
</style>
background-color css
<style>
a { background-color: #212B34; }
a { background-color: rgb(33,43,52); }
div.DivClassName
{
background-color: #212B34;
}
.BgClassName
{
background-color: #212B34;
}
</style>
border-color css
<style>
span { border-color: #212B34; }
span { border-color: rgb(33,43,52); }
td.TdClassName
{
border-color: #212B34;
}
.TagClassName
{
border-color: #212B34;
}
</style>