Shades of Blue Charcoal #222A32
Tints of Blue Charcoal #222A32
RGB
CMYK
RGB Variations
Color information
#222A32 (or 0x222A32) is known color: Blue Charcoal. HEX triplet: 22, 2A and 32. RGB value is (34,42,50). Sum of RGB (Red+Green+Blue) = 34+42+50=126 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.98% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 50 (19.92% from 255 or 39.68% from 126); Max value from RGB is 50 - color contains mainly: blue. Hex color #222A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222A32 is #DDD5CD. Grayscale: #282828. Windows color (decimal): -14538190 or 3287586. OLE color: 3287586.
HSL color Cylindrical-coordinate representation of color #222A32: hue angle of 210º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #222A32 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 34 | 42 | 50 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.80 |
| HSL | 210º | 0.19% | 0.16% | - |
| HSV(B) | 210º | 0.32% | 0.2% | - |
| XYZ | 2.06 | 2.23 | 3.34 | - |
| YUV | 40.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 42 | 50 | 0.32 | 0.16 | 0 | 0.80 | 210 | 0.19 | 0.16 |
| Hex | 22 | 2A | 32 | 20 | 10 | 0 | 50 | D2 | 13 | 10 |
| Octal | 42 | 52 | 62 | 40 | 20 | 0 | 120 | 322 | 23 | 20 |
| Binary | 100010 | 101010 | 110010 | 100000 | 10000 | 0 | 1010000 | 11010010 | 10011 | 10000 |
Color Harmonies of #222A32
Complementary color
Monochromatic Colors of #222A32
Black with #222A32
Text Example
Text Example
White with #222A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222A32; }
p { color: rgb(34,42,50); }
H1.HeaderClassName
{
color: #222A32;
}
.AnyTagClassName
{
color: #222A32;
}
</style>
background-color css
<style>
a { background-color: #222A32; }
a { background-color: rgb(34,42,50); }
div.DivClassName
{
background-color: #222A32;
}
.BgClassName
{
background-color: #222A32;
}
</style>
border-color css
<style>
span { border-color: #222A32; }
span { border-color: rgb(34,42,50); }
td.TdClassName
{
border-color: #222A32;
}
.TagClassName
{
border-color: #222A32;
}
</style>