Shades of Midnight Blue #202584
Tints of Midnight Blue #202584
RGB
CMYK
RGB Variations
Color information
#202584 (or 0x202584) is known color: Midnight Blue. HEX triplet: 20, 25 and 84. RGB value is (32,37,132). Sum of RGB (Red+Green+Blue) = 32+37+132=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 132 (51.95% from 255 or 65.67% from 201); Max value from RGB is 132 - color contains mainly: blue. Hex color #202584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202584 is #DFDA7B. Grayscale: #2D2D2D. Windows color (decimal): -14670460 or 8660256. OLE color: 8660256.
HSL color Cylindrical-coordinate representation of color #202584: hue angle of 237º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #202584 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 37 | 132 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.48 |
| HSL | 237º | 0.61% | 0.32% | - |
| HSV(B) | 237º | 0.76% | 0.52% | - |
| XYZ | 5.42 | 3.3 | 22.18 | - |
| YUV | 46.34 | 176.34 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 37 | 132 | 0.76 | 0.72 | 0 | 0.48 | 237 | 0.61 | 0.32 |
| Hex | 20 | 25 | 84 | 4C | 48 | 0 | 30 | ED | 3D | 20 |
| Octal | 40 | 45 | 204 | 114 | 110 | 0 | 60 | 355 | 75 | 40 |
| Binary | 100000 | 100101 | 10000100 | 1001100 | 1001000 | 0 | 110000 | 11101101 | 111101 | 100000 |
Color Harmonies of #202584
Complementary color
Monochromatic Colors of #202584
Black with #202584
Text Example
Text Example
White with #202584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202584; }
p { color: rgb(32,37,132); }
H1.HeaderClassName
{
color: #202584;
}
.AnyTagClassName
{
color: #202584;
}
</style>
background-color css
<style>
a { background-color: #202584; }
a { background-color: rgb(32,37,132); }
div.DivClassName
{
background-color: #202584;
}
.BgClassName
{
background-color: #202584;
}
</style>
border-color css
<style>
span { border-color: #202584; }
span { border-color: rgb(32,37,132); }
td.TdClassName
{
border-color: #202584;
}
.TagClassName
{
border-color: #202584;
}
</style>