Shades of Midnight Blue #282374
Tints of Midnight Blue #282374
RGB
CMYK
RGB Variations
Color information
#282374 (or 0x282374) is known color: Midnight Blue. HEX triplet: 28, 23 and 74. RGB value is (40,35,116). Sum of RGB (Red+Green+Blue) = 40+35+116=191 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.94% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 116 (45.70% from 255 or 60.73% from 191); Max value from RGB is 116 - color contains mainly: blue. Hex color #282374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282374 is #D7DC8B. Grayscale: #2D2D2D. Windows color (decimal): -14146700 or 7611176. OLE color: 7611176.
HSL color Cylindrical-coordinate representation of color #282374: hue angle of 243.7º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #282374 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 35 | 116 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.55 |
| HSL | 243.7º | 0.54% | 0.3% | - |
| HSV(B) | 243.7º | 0.7% | 0.45% | - |
| XYZ | 4.63 | 2.91 | 16.84 | - |
| YUV | 45.73 | 167.66 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 35 | 116 | 0.66 | 0.70 | 0 | 0.55 | 243.7 | 0.54 | 0.3 |
| Hex | 28 | 23 | 74 | 42 | 46 | 0 | 37 | F4 | 36 | 1E |
| Octal | 50 | 43 | 164 | 102 | 106 | 0 | 67 | 364 | 66 | 36 |
| Binary | 101000 | 100011 | 1110100 | 1000010 | 1000110 | 0 | 110111 | 11110100 | 110110 | 11110 |
Color Harmonies of #282374
Complementary color
Monochromatic Colors of #282374
Black with #282374
Text Example
Text Example
White with #282374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282374; }
p { color: rgb(40,35,116); }
H1.HeaderClassName
{
color: #282374;
}
.AnyTagClassName
{
color: #282374;
}
</style>
background-color css
<style>
a { background-color: #282374; }
a { background-color: rgb(40,35,116); }
div.DivClassName
{
background-color: #282374;
}
.BgClassName
{
background-color: #282374;
}
</style>
border-color css
<style>
span { border-color: #282374; }
span { border-color: rgb(40,35,116); }
td.TdClassName
{
border-color: #282374;
}
.TagClassName
{
border-color: #282374;
}
</style>