Shades of Midnight Express #222538
Tints of Midnight Express #222538
RGB
CMYK
RGB Variations
Color information
#222538 (or 0x222538) is known color: Midnight Express. HEX triplet: 22, 25 and 38. RGB value is (34,37,56). Sum of RGB (Red+Green+Blue) = 34+37+56=127 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.77% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 56 - color contains mainly: blue. Hex color #222538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222538 is #DDDAC7. Grayscale: #262626. Windows color (decimal): -14539464 or 3679522. OLE color: 3679522.
HSL color Cylindrical-coordinate representation of color #222538: hue angle of 231.82º 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 #222538 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 34 | 37 | 56 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.78 |
| HSL | 231.82º | 0.24% | 0.18% | - |
| HSV(B) | 231.82º | 0.39% | 0.22% | - |
| XYZ | 2.04 | 1.95 | 4.01 | - |
| YUV | 38.27 | 138.01 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 37 | 56 | 0.39 | 0.34 | 0 | 0.78 | 231.82 | 0.24 | 0.18 |
| Hex | 22 | 25 | 38 | 27 | 22 | 0 | 4E | E8 | 18 | 12 |
| Octal | 42 | 45 | 70 | 47 | 42 | 0 | 116 | 350 | 30 | 22 |
| Binary | 100010 | 100101 | 111000 | 100111 | 100010 | 0 | 1001110 | 11101000 | 11000 | 10010 |
Color Harmonies of #222538
Complementary color
Monochromatic Colors of #222538
Black with #222538
Text Example
Text Example
White with #222538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222538; }
p { color: rgb(34,37,56); }
H1.HeaderClassName
{
color: #222538;
}
.AnyTagClassName
{
color: #222538;
}
</style>
background-color css
<style>
a { background-color: #222538; }
a { background-color: rgb(34,37,56); }
div.DivClassName
{
background-color: #222538;
}
.BgClassName
{
background-color: #222538;
}
</style>
border-color css
<style>
span { border-color: #222538; }
span { border-color: rgb(34,37,56); }
td.TdClassName
{
border-color: #222538;
}
.TagClassName
{
border-color: #222538;
}
</style>