Shades of Midnight Express #252A3E
Tints of Midnight Express #252A3E
RGB
CMYK
RGB Variations
Color information
#252A3E (or 0x252A3E) is known color: Midnight Express. HEX triplet: 25, 2A and 3E. RGB value is (37,42,62). Sum of RGB (Red+Green+Blue) = 37+42+62=141 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.24% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 62 (24.61% from 255 or 43.97% from 141); Max value from RGB is 62 - color contains mainly: blue. Hex color #252A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A3E is #DAD5C1. Grayscale: #2A2A2A. Windows color (decimal): -14341570 or 4074021. OLE color: 4074021.
HSL color Cylindrical-coordinate representation of color #252A3E: hue angle of 228º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #252A3E is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 42 | 62 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.76 |
| HSL | 228º | 0.25% | 0.19% | - |
| HSV(B) | 228º | 0.4% | 0.24% | - |
| XYZ | 2.46 | 2.4 | 4.89 | - |
| YUV | 42.79 | 138.84 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 62 | 0.40 | 0.32 | 0 | 0.76 | 228 | 0.25 | 0.19 |
| Hex | 25 | 2A | 3E | 28 | 20 | 0 | 4C | E4 | 19 | 13 |
| Octal | 45 | 52 | 76 | 50 | 40 | 0 | 114 | 344 | 31 | 23 |
| Binary | 100101 | 101010 | 111110 | 101000 | 100000 | 0 | 1001100 | 11100100 | 11001 | 10011 |
Color Harmonies of #252A3E
Complementary color
Monochromatic Colors of #252A3E
Black with #252A3E
Text Example
Text Example
White with #252A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252A3E; }
p { color: rgb(37,42,62); }
H1.HeaderClassName
{
color: #252A3E;
}
.AnyTagClassName
{
color: #252A3E;
}
</style>
background-color css
<style>
a { background-color: #252A3E; }
a { background-color: rgb(37,42,62); }
div.DivClassName
{
background-color: #252A3E;
}
.BgClassName
{
background-color: #252A3E;
}
</style>
border-color css
<style>
span { border-color: #252A3E; }
span { border-color: rgb(37,42,62); }
td.TdClassName
{
border-color: #252A3E;
}
.TagClassName
{
border-color: #252A3E;
}
</style>