Shades of Midnight Express #222A38
Tints of Midnight Express #222A38
RGB
CMYK
RGB Variations
Color information
#222A38 (or 0x222A38) is known color: Midnight Express. HEX triplet: 22, 2A and 38. RGB value is (34,42,56). Sum of RGB (Red+Green+Blue) = 34+42+56=132 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.76% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 56 - color contains mainly: blue. Hex color #222A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222A38 is #DDD5C7. Grayscale: #292929. Windows color (decimal): -14538184 or 3680802. OLE color: 3680802.
HSL color Cylindrical-coordinate representation of color #222A38: hue angle of 218.18º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #222A38 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 34 | 42 | 56 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.78 |
| HSL | 218.18º | 0.24% | 0.18% | - |
| HSV(B) | 218.18º | 0.39% | 0.22% | - |
| XYZ | 2.2 | 2.28 | 4.07 | - |
| YUV | 41.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 42 | 56 | 0.39 | 0.25 | 0 | 0.78 | 218.18 | 0.24 | 0.18 |
| Hex | 22 | 2A | 38 | 27 | 19 | 0 | 4E | DA | 18 | 12 |
| Octal | 42 | 52 | 70 | 47 | 31 | 0 | 116 | 332 | 30 | 22 |
| Binary | 100010 | 101010 | 111000 | 100111 | 11001 | 0 | 1001110 | 11011010 | 11000 | 10010 |
Color Harmonies of #222A38
Complementary color
Monochromatic Colors of #222A38
Black with #222A38
Text Example
Text Example
White with #222A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222A38; }
p { color: rgb(34,42,56); }
H1.HeaderClassName
{
color: #222A38;
}
.AnyTagClassName
{
color: #222A38;
}
</style>
background-color css
<style>
a { background-color: #222A38; }
a { background-color: rgb(34,42,56); }
div.DivClassName
{
background-color: #222A38;
}
.BgClassName
{
background-color: #222A38;
}
</style>
border-color css
<style>
span { border-color: #222A38; }
span { border-color: rgb(34,42,56); }
td.TdClassName
{
border-color: #222A38;
}
.TagClassName
{
border-color: #222A38;
}
</style>