Shades of Midnight Blue #202288
Tints of Midnight Blue #202288
RGB
CMYK
RGB Variations
Color information
#202288 (or 0x202288) is known color: Midnight Blue. HEX triplet: 20, 22 and 88. RGB value is (32,34,136). Sum of RGB (Red+Green+Blue) = 32+34+136=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 136 (53.52% from 255 or 67.33% from 202); Max value from RGB is 136 - color contains mainly: blue. Hex color #202288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202288 is #DFDD77. Grayscale: #2C2C2C. Windows color (decimal): -14671224 or 8921632. OLE color: 8921632.
HSL color Cylindrical-coordinate representation of color #202288: hue angle of 238.85º 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 #202288 is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 34 | 136 | - |
| CMYK | 0.76 | 0.75 | 0 | 0.47 |
| HSL | 238.85º | 0.62% | 0.33% | - |
| HSV(B) | 238.85º | 0.76% | 0.53% | - |
| XYZ | 5.61 | 3.23 | 23.62 | - |
| YUV | 45.03 | 179.34 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 34 | 136 | 0.76 | 0.75 | 0 | 0.47 | 238.85 | 0.62 | 0.33 |
| Hex | 20 | 22 | 88 | 4C | 4B | 0 | 2F | EF | 3E | 21 |
| Octal | 40 | 42 | 210 | 114 | 113 | 0 | 57 | 357 | 76 | 41 |
| Binary | 100000 | 100010 | 10001000 | 1001100 | 1001011 | 0 | 101111 | 11101111 | 111110 | 100001 |
Color Harmonies of #202288
Complementary color
Monochromatic Colors of #202288
Black with #202288
Text Example
Text Example
White with #202288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202288; }
p { color: rgb(32,34,136); }
H1.HeaderClassName
{
color: #202288;
}
.AnyTagClassName
{
color: #202288;
}
</style>
background-color css
<style>
a { background-color: #202288; }
a { background-color: rgb(32,34,136); }
div.DivClassName
{
background-color: #202288;
}
.BgClassName
{
background-color: #202288;
}
</style>
border-color css
<style>
span { border-color: #202288; }
span { border-color: rgb(32,34,136); }
td.TdClassName
{
border-color: #202288;
}
.TagClassName
{
border-color: #202288;
}
</style>