Shades of Midnight Blue #282470
Tints of Midnight Blue #282470
RGB
CMYK
RGB Variations
Color information
#282470 (or 0x282470) is known color: Midnight Blue. HEX triplet: 28, 24 and 70. RGB value is (40,36,112). Sum of RGB (Red+Green+Blue) = 40+36+112=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #282470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282470 is #D7DB8F. Grayscale: #2D2D2D. Windows color (decimal): -14146448 or 7349288. OLE color: 7349288.
HSL color Cylindrical-coordinate representation of color #282470: hue angle of 243.16º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #282470 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 36 | 112 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.56 |
| HSL | 243.16º | 0.51% | 0.29% | - |
| HSV(B) | 243.16º | 0.68% | 0.44% | - |
| XYZ | 4.43 | 2.88 | 15.65 | - |
| YUV | 45.86 | 165.33 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 112 | 0.64 | 0.68 | 0 | 0.56 | 243.16 | 0.51 | 0.29 |
| Hex | 28 | 24 | 70 | 40 | 44 | 0 | 38 | F3 | 33 | 1D |
| Octal | 50 | 44 | 160 | 100 | 104 | 0 | 70 | 363 | 63 | 35 |
| Binary | 101000 | 100100 | 1110000 | 1000000 | 1000100 | 0 | 111000 | 11110011 | 110011 | 11101 |
Color Harmonies of #282470
Complementary color
Monochromatic Colors of #282470
Black with #282470
Text Example
Text Example
White with #282470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282470; }
p { color: rgb(40,36,112); }
H1.HeaderClassName
{
color: #282470;
}
.AnyTagClassName
{
color: #282470;
}
</style>
background-color css
<style>
a { background-color: #282470; }
a { background-color: rgb(40,36,112); }
div.DivClassName
{
background-color: #282470;
}
.BgClassName
{
background-color: #282470;
}
</style>
border-color css
<style>
span { border-color: #282470; }
span { border-color: rgb(40,36,112); }
td.TdClassName
{
border-color: #282470;
}
.TagClassName
{
border-color: #282470;
}
</style>