Shades of Midnight Express #252A3F
Tints of Midnight Express #252A3F
RGB
CMYK
RGB Variations
Color information
#252A3F (or 0x252A3F) is known color: Midnight Express. HEX triplet: 25, 2A and 3F. RGB value is (37,42,63). Sum of RGB (Red+Green+Blue) = 37+42+63=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 63 - color contains mainly: blue. Hex color #252A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A3F is #DAD5C0. Grayscale: #2A2A2A. Windows color (decimal): -14341569 or 4139557. OLE color: 4139557.
HSL color Cylindrical-coordinate representation of color #252A3F: hue angle of 228.46º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #252A3F is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 42 | 63 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.75 |
| HSL | 228.46º | 0.26% | 0.2% | - |
| HSV(B) | 228.46º | 0.41% | 0.25% | - |
| XYZ | 2.49 | 2.41 | 5.04 | - |
| YUV | 42.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 63 | 0.41 | 0.33 | 0 | 0.75 | 228.46 | 0.26 | 0.2 |
| Hex | 25 | 2A | 3F | 29 | 21 | 0 | 4B | E4 | 1A | 14 |
| Octal | 45 | 52 | 77 | 51 | 41 | 0 | 113 | 344 | 32 | 24 |
| Binary | 100101 | 101010 | 111111 | 101001 | 100001 | 0 | 1001011 | 11100100 | 11010 | 10100 |
Color Harmonies of #252A3F
Complementary color
Monochromatic Colors of #252A3F
Black with #252A3F
Text Example
Text Example
White with #252A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252A3F; }
p { color: rgb(37,42,63); }
H1.HeaderClassName
{
color: #252A3F;
}
.AnyTagClassName
{
color: #252A3F;
}
</style>
background-color css
<style>
a { background-color: #252A3F; }
a { background-color: rgb(37,42,63); }
div.DivClassName
{
background-color: #252A3F;
}
.BgClassName
{
background-color: #252A3F;
}
</style>
border-color css
<style>
span { border-color: #252A3F; }
span { border-color: rgb(37,42,63); }
td.TdClassName
{
border-color: #252A3F;
}
.TagClassName
{
border-color: #252A3F;
}
</style>