Shades of Midnight #222D3A
Tints of Midnight #222D3A
RGB
CMYK
RGB Variations
Color information
#222D3A (or 0x222D3A) is known color: Midnight. HEX triplet: 22, 2D and 3A. RGB value is (34,45,58). Sum of RGB (Red+Green+Blue) = 34+45+58=137 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.82% from 137); Green value is 45 (17.97% from 255 or 32.85% from 137); Blue value is 58 (23.05% from 255 or 42.34% from 137); Max value from RGB is 58 - color contains mainly: blue. Hex color #222D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222D3A is #DDD2C5. Grayscale: #2B2B2B. Windows color (decimal): -14537414 or 3812642. OLE color: 3812642.
HSL color Cylindrical-coordinate representation of color #222D3A: hue angle of 212.5º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #222D3A is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 34 | 45 | 58 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.77 |
| HSL | 212.5º | 0.26% | 0.18% | - |
| HSV(B) | 212.5º | 0.41% | 0.23% | - |
| XYZ | 2.36 | 2.52 | 4.37 | - |
| YUV | 43.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 58 | 0.41 | 0.22 | 0 | 0.77 | 212.5 | 0.26 | 0.18 |
| Hex | 22 | 2D | 3A | 29 | 16 | 0 | 4D | D4 | 1A | 12 |
| Octal | 42 | 55 | 72 | 51 | 26 | 0 | 115 | 324 | 32 | 22 |
| Binary | 100010 | 101101 | 111010 | 101001 | 10110 | 0 | 1001101 | 11010100 | 11010 | 10010 |
Color Harmonies of #222D3A
Complementary color
Monochromatic Colors of #222D3A
Black with #222D3A
Text Example
Text Example
White with #222D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222D3A; }
p { color: rgb(34,45,58); }
H1.HeaderClassName
{
color: #222D3A;
}
.AnyTagClassName
{
color: #222D3A;
}
</style>
background-color css
<style>
a { background-color: #222D3A; }
a { background-color: rgb(34,45,58); }
div.DivClassName
{
background-color: #222D3A;
}
.BgClassName
{
background-color: #222D3A;
}
</style>
border-color css
<style>
span { border-color: #222D3A; }
span { border-color: rgb(34,45,58); }
td.TdClassName
{
border-color: #222D3A;
}
.TagClassName
{
border-color: #222D3A;
}
</style>