Shades of Midnight #222E41
Tints of Midnight #222E41
RGB
CMYK
RGB Variations
Color information
#222E41 (or 0x222E41) is known color: Midnight. HEX triplet: 22, 2E and 41. RGB value is (34,46,65). Sum of RGB (Red+Green+Blue) = 34+46+65=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #222E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222E41 is #DDD1BE. Grayscale: #2C2C2C. Windows color (decimal): -14537151 or 4271650. OLE color: 4271650.
HSL color Cylindrical-coordinate representation of color #222E41: hue angle of 216.77º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #222E41 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 46 | 65 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.75 |
| HSL | 216.77º | 0.31% | 0.19% | - |
| HSV(B) | 216.77º | 0.48% | 0.25% | - |
| XYZ | 2.59 | 2.68 | 5.38 | - |
| YUV | 44.58 | 139.52 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 65 | 0.48 | 0.29 | 0 | 0.75 | 216.77 | 0.31 | 0.19 |
| Hex | 22 | 2E | 41 | 30 | 1D | 0 | 4B | D9 | 1F | 13 |
| Octal | 42 | 56 | 101 | 60 | 35 | 0 | 113 | 331 | 37 | 23 |
| Binary | 100010 | 101110 | 1000001 | 110000 | 11101 | 0 | 1001011 | 11011001 | 11111 | 10011 |
Color Harmonies of #222E41
Complementary color
Monochromatic Colors of #222E41
Black with #222E41
Text Example
Text Example
White with #222E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222E41; }
p { color: rgb(34,46,65); }
H1.HeaderClassName
{
color: #222E41;
}
.AnyTagClassName
{
color: #222E41;
}
</style>
background-color css
<style>
a { background-color: #222E41; }
a { background-color: rgb(34,46,65); }
div.DivClassName
{
background-color: #222E41;
}
.BgClassName
{
background-color: #222E41;
}
</style>
border-color css
<style>
span { border-color: #222E41; }
span { border-color: rgb(34,46,65); }
td.TdClassName
{
border-color: #222E41;
}
.TagClassName
{
border-color: #222E41;
}
</style>