Shades of Midnight Blue #282377
Tints of Midnight Blue #282377
RGB
CMYK
RGB Variations
Color information
#282377 (or 0x282377) is known color: Midnight Blue. HEX triplet: 28, 23 and 77. RGB value is (40,35,119). Sum of RGB (Red+Green+Blue) = 40+35+119=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 119 (46.88% from 255 or 61.34% from 194); Max value from RGB is 119 - color contains mainly: blue. Hex color #282377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282377 is #D7DC88. Grayscale: #2D2D2D. Windows color (decimal): -14146697 or 7807784. OLE color: 7807784.
HSL color Cylindrical-coordinate representation of color #282377: hue angle of 243.57º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #282377 is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 35 | 119 | - |
| CMYK | 0.66 | 0.71 | 0 | 0.53 |
| HSL | 243.57º | 0.55% | 0.3% | - |
| HSV(B) | 243.57º | 0.71% | 0.47% | - |
| XYZ | 4.81 | 2.99 | 17.78 | - |
| YUV | 46.07 | 169.16 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 35 | 119 | 0.66 | 0.71 | 0 | 0.53 | 243.57 | 0.55 | 0.3 |
| Hex | 28 | 23 | 77 | 42 | 47 | 0 | 35 | F4 | 37 | 1E |
| Octal | 50 | 43 | 167 | 102 | 107 | 0 | 65 | 364 | 67 | 36 |
| Binary | 101000 | 100011 | 1110111 | 1000010 | 1000111 | 0 | 110101 | 11110100 | 110111 | 11110 |
Color Harmonies of #282377
Complementary color
Monochromatic Colors of #282377
Black with #282377
Text Example
Text Example
White with #282377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282377; }
p { color: rgb(40,35,119); }
H1.HeaderClassName
{
color: #282377;
}
.AnyTagClassName
{
color: #282377;
}
</style>
background-color css
<style>
a { background-color: #282377; }
a { background-color: rgb(40,35,119); }
div.DivClassName
{
background-color: #282377;
}
.BgClassName
{
background-color: #282377;
}
</style>
border-color css
<style>
span { border-color: #282377; }
span { border-color: rgb(40,35,119); }
td.TdClassName
{
border-color: #282377;
}
.TagClassName
{
border-color: #282377;
}
</style>