Shades of Midnight Express #22253B
Tints of Midnight Express #22253B
RGB
CMYK
RGB Variations
Color information
#22253B (or 0x22253B) is known color: Midnight Express. HEX triplet: 22, 25 and 3B. RGB value is (34,37,59). Sum of RGB (Red+Green+Blue) = 34+37+59=130 (17% of max value = 765). Red value is 34 (13.67% from 255 or 26.15% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 59 (23.44% from 255 or 45.38% from 130); Max value from RGB is 59 - color contains mainly: blue. Hex color #22253B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22253B is #DDDAC4. Grayscale: #262626. Windows color (decimal): -14539461 or 3876130. OLE color: 3876130.
HSL color Cylindrical-coordinate representation of color #22253B: hue angle of 232.8º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #22253B is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 34 | 37 | 59 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.77 |
| HSL | 232.8º | 0.27% | 0.18% | - |
| HSV(B) | 232.8º | 0.42% | 0.23% | - |
| XYZ | 2.11 | 1.98 | 4.41 | - |
| YUV | 38.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 37 | 59 | 0.42 | 0.37 | 0 | 0.77 | 232.8 | 0.27 | 0.18 |
| Hex | 22 | 25 | 3B | 2A | 25 | 0 | 4D | E9 | 1B | 12 |
| Octal | 42 | 45 | 73 | 52 | 45 | 0 | 115 | 351 | 33 | 22 |
| Binary | 100010 | 100101 | 111011 | 101010 | 100101 | 0 | 1001101 | 11101001 | 11011 | 10010 |
Color Harmonies of #22253B
Complementary color
Monochromatic Colors of #22253B
Black with #22253B
Text Example
Text Example
White with #22253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22253B; }
p { color: rgb(34,37,59); }
H1.HeaderClassName
{
color: #22253B;
}
.AnyTagClassName
{
color: #22253B;
}
</style>
background-color css
<style>
a { background-color: #22253B; }
a { background-color: rgb(34,37,59); }
div.DivClassName
{
background-color: #22253B;
}
.BgClassName
{
background-color: #22253B;
}
</style>
border-color css
<style>
span { border-color: #22253B; }
span { border-color: rgb(34,37,59); }
td.TdClassName
{
border-color: #22253B;
}
.TagClassName
{
border-color: #22253B;
}
</style>