Shades of Midnight #222E3A
Tints of Midnight #222E3A
RGB
CMYK
RGB Variations
Color information
#222E3A (or 0x222E3A) is known color: Midnight. HEX triplet: 22, 2E and 3A. RGB value is (34,46,58). Sum of RGB (Red+Green+Blue) = 34+46+58=138 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.64% from 138); Green value is 46 (18.36% from 255 or 33.33% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 58 - color contains mainly: blue. Hex color #222E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222E3A is #DDD1C5. Grayscale: #2B2B2B. Windows color (decimal): -14537158 or 3812898. OLE color: 3812898.
HSL color Cylindrical-coordinate representation of color #222E3A: hue angle of 210º 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 #222E3A is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 34 | 46 | 58 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.77 |
| HSL | 210º | 0.26% | 0.18% | - |
| HSV(B) | 210º | 0.41% | 0.23% | - |
| XYZ | 2.4 | 2.6 | 4.38 | - |
| YUV | 43.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 58 | 0.41 | 0.21 | 0 | 0.77 | 210 | 0.26 | 0.18 |
| Hex | 22 | 2E | 3A | 29 | 15 | 0 | 4D | D2 | 1A | 12 |
| Octal | 42 | 56 | 72 | 51 | 25 | 0 | 115 | 322 | 32 | 22 |
| Binary | 100010 | 101110 | 111010 | 101001 | 10101 | 0 | 1001101 | 11010010 | 11010 | 10010 |
Color Harmonies of #222E3A
Complementary color
Monochromatic Colors of #222E3A
Black with #222E3A
Text Example
Text Example
White with #222E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222E3A; }
p { color: rgb(34,46,58); }
H1.HeaderClassName
{
color: #222E3A;
}
.AnyTagClassName
{
color: #222E3A;
}
</style>
background-color css
<style>
a { background-color: #222E3A; }
a { background-color: rgb(34,46,58); }
div.DivClassName
{
background-color: #222E3A;
}
.BgClassName
{
background-color: #222E3A;
}
</style>
border-color css
<style>
span { border-color: #222E3A; }
span { border-color: rgb(34,46,58); }
td.TdClassName
{
border-color: #222E3A;
}
.TagClassName
{
border-color: #222E3A;
}
</style>