Shades of Midnight Blue #282674
Tints of Midnight Blue #282674
RGB
CMYK
RGB Variations
Color information
#282674 (or 0x282674) is known color: Midnight Blue. HEX triplet: 28, 26 and 74. RGB value is (40,38,116). Sum of RGB (Red+Green+Blue) = 40+38+116=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 116 (45.70% from 255 or 59.79% from 194); Max value from RGB is 116 - color contains mainly: blue. Hex color #282674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282674 is #D7D98B. Grayscale: #2F2F2F. Windows color (decimal): -14145932 or 7611944. OLE color: 7611944.
HSL color Cylindrical-coordinate representation of color #282674: hue angle of 241.54º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #282674 is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 38 | 116 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.55 |
| HSL | 241.54º | 0.51% | 0.3% | - |
| HSV(B) | 241.54º | 0.67% | 0.45% | - |
| XYZ | 4.72 | 3.1 | 16.87 | - |
| YUV | 47.49 | 166.66 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 38 | 116 | 0.66 | 0.67 | 0 | 0.55 | 241.54 | 0.51 | 0.3 |
| Hex | 28 | 26 | 74 | 42 | 43 | 0 | 37 | F2 | 33 | 1E |
| Octal | 50 | 46 | 164 | 102 | 103 | 0 | 67 | 362 | 63 | 36 |
| Binary | 101000 | 100110 | 1110100 | 1000010 | 1000011 | 0 | 110111 | 11110010 | 110011 | 11110 |
Color Harmonies of #282674
Complementary color
Monochromatic Colors of #282674
Black with #282674
Text Example
Text Example
White with #282674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282674; }
p { color: rgb(40,38,116); }
H1.HeaderClassName
{
color: #282674;
}
.AnyTagClassName
{
color: #282674;
}
</style>
background-color css
<style>
a { background-color: #282674; }
a { background-color: rgb(40,38,116); }
div.DivClassName
{
background-color: #282674;
}
.BgClassName
{
background-color: #282674;
}
</style>
border-color css
<style>
span { border-color: #282674; }
span { border-color: rgb(40,38,116); }
td.TdClassName
{
border-color: #282674;
}
.TagClassName
{
border-color: #282674;
}
</style>