Shades of Midnight Blue #282477
Tints of Midnight Blue #282477
RGB
CMYK
RGB Variations
Color information
#282477 (or 0x282477) is known color: Midnight Blue. HEX triplet: 28, 24 and 77. RGB value is (40,36,119). Sum of RGB (Red+Green+Blue) = 40+36+119=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 119 (46.88% from 255 or 61.03% from 195); Max value from RGB is 119 - color contains mainly: blue. Hex color #282477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282477 is #D7DB88. Grayscale: #2E2E2E. Windows color (decimal): -14146441 or 7808040. OLE color: 7808040.
HSL color Cylindrical-coordinate representation of color #282477: hue angle of 242.89º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #282477 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 36 | 119 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.53 |
| HSL | 242.89º | 0.54% | 0.3% | - |
| HSV(B) | 242.89º | 0.7% | 0.47% | - |
| XYZ | 4.84 | 3.04 | 17.79 | - |
| YUV | 46.66 | 168.83 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 119 | 0.66 | 0.70 | 0 | 0.53 | 242.89 | 0.54 | 0.3 |
| Hex | 28 | 24 | 77 | 42 | 46 | 0 | 35 | F3 | 36 | 1E |
| Octal | 50 | 44 | 167 | 102 | 106 | 0 | 65 | 363 | 66 | 36 |
| Binary | 101000 | 100100 | 1110111 | 1000010 | 1000110 | 0 | 110101 | 11110011 | 110110 | 11110 |
Color Harmonies of #282477
Complementary color
Monochromatic Colors of #282477
Black with #282477
Text Example
Text Example
White with #282477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282477; }
p { color: rgb(40,36,119); }
H1.HeaderClassName
{
color: #282477;
}
.AnyTagClassName
{
color: #282477;
}
</style>
background-color css
<style>
a { background-color: #282477; }
a { background-color: rgb(40,36,119); }
div.DivClassName
{
background-color: #282477;
}
.BgClassName
{
background-color: #282477;
}
</style>
border-color css
<style>
span { border-color: #282477; }
span { border-color: rgb(40,36,119); }
td.TdClassName
{
border-color: #282477;
}
.TagClassName
{
border-color: #282477;
}
</style>