Shades of Midnight Blue #282888
Tints of Midnight Blue #282888
RGB
CMYK
RGB Variations
Color information
#282888 (or 0x282888) is known color: Midnight Blue. HEX triplet: 28, 28 and 88. RGB value is (40,40,136). Sum of RGB (Red+Green+Blue) = 40+40+136=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 136 (53.52% from 255 or 62.96% from 216); Max value from RGB is 136 - color contains mainly: blue. Hex color #282888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282888 is #D7D777. Grayscale: #323232. Windows color (decimal): -14145400 or 8923176. OLE color: 8923176.
HSL color Cylindrical-coordinate representation of color #282888: hue angle of 240º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #282888 is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 40 | 136 | - |
| CMYK | 0.71 | 0.71 | 0 | 0.47 |
| HSL | 240º | 0.55% | 0.35% | - |
| HSV(B) | 240º | 0.71% | 0.53% | - |
| XYZ | 6.08 | 3.75 | 23.7 | - |
| YUV | 50.94 | 176 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 40 | 136 | 0.71 | 0.71 | 0 | 0.47 | 240 | 0.55 | 0.35 |
| Hex | 28 | 28 | 88 | 47 | 47 | 0 | 2F | F0 | 37 | 23 |
| Octal | 50 | 50 | 210 | 107 | 107 | 0 | 57 | 360 | 67 | 43 |
| Binary | 101000 | 101000 | 10001000 | 1000111 | 1000111 | 0 | 101111 | 11110000 | 110111 | 100011 |
Color Harmonies of #282888
Complementary color
Monochromatic Colors of #282888
Black with #282888
Text Example
Text Example
White with #282888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282888; }
p { color: rgb(40,40,136); }
H1.HeaderClassName
{
color: #282888;
}
.AnyTagClassName
{
color: #282888;
}
</style>
background-color css
<style>
a { background-color: #282888; }
a { background-color: rgb(40,40,136); }
div.DivClassName
{
background-color: #282888;
}
.BgClassName
{
background-color: #282888;
}
</style>
border-color css
<style>
span { border-color: #282888; }
span { border-color: rgb(40,40,136); }
td.TdClassName
{
border-color: #282888;
}
.TagClassName
{
border-color: #282888;
}
</style>