Shades of Midnight Blue #202287
Tints of Midnight Blue #202287
RGB
CMYK
RGB Variations
Color information
#202287 (or 0x202287) is known color: Midnight Blue. HEX triplet: 20, 22 and 87. RGB value is (32,34,135). Sum of RGB (Red+Green+Blue) = 32+34+135=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 135 (53.12% from 255 or 67.16% from 201); Max value from RGB is 135 - color contains mainly: blue. Hex color #202287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202287 is #DFDD78. Grayscale: #2C2C2C. Windows color (decimal): -14671225 or 8856096. OLE color: 8856096.
HSL color Cylindrical-coordinate representation of color #202287: hue angle of 238.83º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #202287 is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 34 | 135 | - |
| CMYK | 0.76 | 0.75 | 0 | 0.47 |
| HSL | 238.83º | 0.62% | 0.33% | - |
| HSV(B) | 238.83º | 0.76% | 0.53% | - |
| XYZ | 5.54 | 3.2 | 23.25 | - |
| YUV | 44.92 | 178.84 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 34 | 135 | 0.76 | 0.75 | 0 | 0.47 | 238.83 | 0.62 | 0.33 |
| Hex | 20 | 22 | 87 | 4C | 4B | 0 | 2F | EF | 3E | 21 |
| Octal | 40 | 42 | 207 | 114 | 113 | 0 | 57 | 357 | 76 | 41 |
| Binary | 100000 | 100010 | 10000111 | 1001100 | 1001011 | 0 | 101111 | 11101111 | 111110 | 100001 |
Color Harmonies of #202287
Complementary color
Monochromatic Colors of #202287
Black with #202287
Text Example
Text Example
White with #202287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202287; }
p { color: rgb(32,34,135); }
H1.HeaderClassName
{
color: #202287;
}
.AnyTagClassName
{
color: #202287;
}
</style>
background-color css
<style>
a { background-color: #202287; }
a { background-color: rgb(32,34,135); }
div.DivClassName
{
background-color: #202287;
}
.BgClassName
{
background-color: #202287;
}
</style>
border-color css
<style>
span { border-color: #202287; }
span { border-color: rgb(32,34,135); }
td.TdClassName
{
border-color: #202287;
}
.TagClassName
{
border-color: #202287;
}
</style>