Shades of Midnight Express #222B40
Tints of Midnight Express #222B40
RGB
CMYK
RGB Variations
Color information
#222B40 (or 0x222B40) is known color: Midnight Express. HEX triplet: 22, 2B and 40. RGB value is (34,43,64). Sum of RGB (Red+Green+Blue) = 34+43+64=141 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.11% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 64 - color contains mainly: blue. Hex color #222B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222B40 is #DDD4BF. Grayscale: #2A2A2A. Windows color (decimal): -14537920 or 4205346. OLE color: 4205346.
HSL color Cylindrical-coordinate representation of color #222B40: hue angle of 222º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #222B40 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 43 | 64 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.75 |
| HSL | 222º | 0.31% | 0.19% | - |
| HSV(B) | 222º | 0.47% | 0.25% | - |
| XYZ | 2.45 | 2.44 | 5.19 | - |
| YUV | 42.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 64 | 0.47 | 0.33 | 0 | 0.75 | 222 | 0.31 | 0.19 |
| Hex | 22 | 2B | 40 | 2F | 21 | 0 | 4B | DE | 1F | 13 |
| Octal | 42 | 53 | 100 | 57 | 41 | 0 | 113 | 336 | 37 | 23 |
| Binary | 100010 | 101011 | 1000000 | 101111 | 100001 | 0 | 1001011 | 11011110 | 11111 | 10011 |
Color Harmonies of #222B40
Complementary color
Monochromatic Colors of #222B40
Black with #222B40
Text Example
Text Example
White with #222B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222B40; }
p { color: rgb(34,43,64); }
H1.HeaderClassName
{
color: #222B40;
}
.AnyTagClassName
{
color: #222B40;
}
</style>
background-color css
<style>
a { background-color: #222B40; }
a { background-color: rgb(34,43,64); }
div.DivClassName
{
background-color: #222B40;
}
.BgClassName
{
background-color: #222B40;
}
</style>
border-color css
<style>
span { border-color: #222B40; }
span { border-color: rgb(34,43,64); }
td.TdClassName
{
border-color: #222B40;
}
.TagClassName
{
border-color: #222B40;
}
</style>