Shades of Midnight Blue #252974
Tints of Midnight Blue #252974
RGB
CMYK
RGB Variations
Color information
#252974 (or 0x252974) is known color: Midnight Blue. HEX triplet: 25, 29 and 74. RGB value is (37,41,116). Sum of RGB (Red+Green+Blue) = 37+41+116=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 116 (45.70% from 255 or 59.79% from 194); Max value from RGB is 116 - color contains mainly: blue. Hex color #252974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252974 is #DAD68B. Grayscale: #303030. Windows color (decimal): -14341772 or 7612709. OLE color: 7612709.
HSL color Cylindrical-coordinate representation of color #252974: hue angle of 236.96º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #252974 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 41 | 116 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.55 |
| HSL | 236.96º | 0.52% | 0.3% | - |
| HSV(B) | 236.96º | 0.68% | 0.45% | - |
| XYZ | 4.71 | 3.24 | 16.9 | - |
| YUV | 48.35 | 166.17 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 41 | 116 | 0.68 | 0.65 | 0 | 0.55 | 236.96 | 0.52 | 0.3 |
| Hex | 25 | 29 | 74 | 44 | 41 | 0 | 37 | ED | 34 | 1E |
| Octal | 45 | 51 | 164 | 104 | 101 | 0 | 67 | 355 | 64 | 36 |
| Binary | 100101 | 101001 | 1110100 | 1000100 | 1000001 | 0 | 110111 | 11101101 | 110100 | 11110 |
Color Harmonies of #252974
Complementary color
Monochromatic Colors of #252974
Black with #252974
Text Example
Text Example
White with #252974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252974; }
p { color: rgb(37,41,116); }
H1.HeaderClassName
{
color: #252974;
}
.AnyTagClassName
{
color: #252974;
}
</style>
background-color css
<style>
a { background-color: #252974; }
a { background-color: rgb(37,41,116); }
div.DivClassName
{
background-color: #252974;
}
.BgClassName
{
background-color: #252974;
}
</style>
border-color css
<style>
span { border-color: #252974; }
span { border-color: rgb(37,41,116); }
td.TdClassName
{
border-color: #252974;
}
.TagClassName
{
border-color: #252974;
}
</style>