Shades of Midnight Blue #252268
Tints of Midnight Blue #252268
RGB
CMYK
RGB Variations
Color information
#252268 (or 0x252268) is known color: Midnight Blue. HEX triplet: 25, 22 and 68. RGB value is (37,34,104). Sum of RGB (Red+Green+Blue) = 37+34+104=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #252268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252268 is #DADD97. Grayscale: #2A2A2A. Windows color (decimal): -14343576 or 6824485. OLE color: 6824485.
HSL color Cylindrical-coordinate representation of color #252268: hue angle of 242.57º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #252268 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 37 | 34 | 104 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.59 |
| HSL | 242.57º | 0.51% | 0.27% | - |
| HSV(B) | 242.57º | 0.67% | 0.41% | - |
| XYZ | 3.83 | 2.54 | 13.38 | - |
| YUV | 42.88 | 162.49 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 34 | 104 | 0.64 | 0.67 | 0 | 0.59 | 242.57 | 0.51 | 0.27 |
| Hex | 25 | 22 | 68 | 40 | 43 | 0 | 3B | F3 | 33 | 1B |
| Octal | 45 | 42 | 150 | 100 | 103 | 0 | 73 | 363 | 63 | 33 |
| Binary | 100101 | 100010 | 1101000 | 1000000 | 1000011 | 0 | 111011 | 11110011 | 110011 | 11011 |
Color Harmonies of #252268
Complementary color
Monochromatic Colors of #252268
Black with #252268
Text Example
Text Example
White with #252268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252268; }
p { color: rgb(37,34,104); }
H1.HeaderClassName
{
color: #252268;
}
.AnyTagClassName
{
color: #252268;
}
</style>
background-color css
<style>
a { background-color: #252268; }
a { background-color: rgb(37,34,104); }
div.DivClassName
{
background-color: #252268;
}
.BgClassName
{
background-color: #252268;
}
</style>
border-color css
<style>
span { border-color: #252268; }
span { border-color: rgb(37,34,104); }
td.TdClassName
{
border-color: #252268;
}
.TagClassName
{
border-color: #252268;
}
</style>