Shades of Midnight Express #222A41
Tints of Midnight Express #222A41
RGB
CMYK
RGB Variations
Color information
#222A41 (or 0x222A41) is known color: Midnight Express. HEX triplet: 22, 2A and 41. RGB value is (34,42,65). Sum of RGB (Red+Green+Blue) = 34+42+65=141 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.11% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 65 - color contains mainly: blue. Hex color #222A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222A41 is #DDD5BE. Grayscale: #2A2A2A. Windows color (decimal): -14538175 or 4270626. OLE color: 4270626.
HSL color Cylindrical-coordinate representation of color #222A41: hue angle of 224.52º 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 #222A41 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 42 | 65 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.75 |
| HSL | 224.52º | 0.31% | 0.19% | - |
| HSV(B) | 224.52º | 0.48% | 0.25% | - |
| XYZ | 2.44 | 2.38 | 5.33 | - |
| YUV | 42.23 | 140.85 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 42 | 65 | 0.48 | 0.35 | 0 | 0.75 | 224.52 | 0.31 | 0.19 |
| Hex | 22 | 2A | 41 | 30 | 23 | 0 | 4B | E1 | 1F | 13 |
| Octal | 42 | 52 | 101 | 60 | 43 | 0 | 113 | 341 | 37 | 23 |
| Binary | 100010 | 101010 | 1000001 | 110000 | 100011 | 0 | 1001011 | 11100001 | 11111 | 10011 |
Color Harmonies of #222A41
Complementary color
Monochromatic Colors of #222A41
Black with #222A41
Text Example
Text Example
White with #222A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222A41; }
p { color: rgb(34,42,65); }
H1.HeaderClassName
{
color: #222A41;
}
.AnyTagClassName
{
color: #222A41;
}
</style>
background-color css
<style>
a { background-color: #222A41; }
a { background-color: rgb(34,42,65); }
div.DivClassName
{
background-color: #222A41;
}
.BgClassName
{
background-color: #222A41;
}
</style>
border-color css
<style>
span { border-color: #222A41; }
span { border-color: rgb(34,42,65); }
td.TdClassName
{
border-color: #222A41;
}
.TagClassName
{
border-color: #222A41;
}
</style>