Shades of Midnight #222C37
Tints of Midnight #222C37
RGB
CMYK
RGB Variations
Color information
#222C37 (or 0x222C37) is known color: Midnight. HEX triplet: 22, 2C and 37. RGB value is (34,44,55). Sum of RGB (Red+Green+Blue) = 34+44+55=133 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.56% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 55 (21.88% from 255 or 41.35% from 133); Max value from RGB is 55 - color contains mainly: blue. Hex color #222C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222C37 is #DDD3C8. Grayscale: #2A2A2A. Windows color (decimal): -14537673 or 3615778. OLE color: 3615778.
HSL color Cylindrical-coordinate representation of color #222C37: hue angle of 211.43º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #222C37 is Cyan = 0.38, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 34 | 44 | 55 | - |
| CMYK | 0.38 | 0.2 | 0 | 0.78 |
| HSL | 211.43º | 0.24% | 0.17% | - |
| HSV(B) | 211.43º | 0.38% | 0.22% | - |
| XYZ | 2.25 | 2.42 | 3.96 | - |
| YUV | 42.26 | 135.19 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 55 | 0.38 | 0.2 | 0 | 0.78 | 211.43 | 0.24 | 0.17 |
| Hex | 22 | 2C | 37 | 26 | 14 | 0 | 4E | D3 | 18 | 11 |
| Octal | 42 | 54 | 67 | 46 | 24 | 0 | 116 | 323 | 30 | 21 |
| Binary | 100010 | 101100 | 110111 | 100110 | 10100 | 0 | 1001110 | 11010011 | 11000 | 10001 |
Color Harmonies of #222C37
Complementary color
Monochromatic Colors of #222C37
Black with #222C37
Text Example
Text Example
White with #222C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222C37; }
p { color: rgb(34,44,55); }
H1.HeaderClassName
{
color: #222C37;
}
.AnyTagClassName
{
color: #222C37;
}
</style>
background-color css
<style>
a { background-color: #222C37; }
a { background-color: rgb(34,44,55); }
div.DivClassName
{
background-color: #222C37;
}
.BgClassName
{
background-color: #222C37;
}
</style>
border-color css
<style>
span { border-color: #222C37; }
span { border-color: rgb(34,44,55); }
td.TdClassName
{
border-color: #222C37;
}
.TagClassName
{
border-color: #222C37;
}
</style>