Shades of Midnight Blue #202360
Tints of Midnight Blue #202360
RGB
CMYK
RGB Variations
Color information
#202360 (or 0x202360) is known color: Midnight Blue. HEX triplet: 20, 23 and 60. RGB value is (32,35,96). Sum of RGB (Red+Green+Blue) = 32+35+96=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 96 (37.89% from 255 or 58.90% from 163); Max value from RGB is 96 - color contains mainly: blue. Hex color #202360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202360 is #DFDC9F. Grayscale: #282828. Windows color (decimal): -14671008 or 6300448. OLE color: 6300448.
HSL color Cylindrical-coordinate representation of color #202360: hue angle of 237.19º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #202360 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 35 | 96 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.62 |
| HSL | 237.19º | 0.5% | 0.25% | - |
| HSV(B) | 237.19º | 0.67% | 0.38% | - |
| XYZ | 3.31 | 2.35 | 11.35 | - |
| YUV | 41.06 | 159.01 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 96 | 0.67 | 0.64 | 0 | 0.62 | 237.19 | 0.5 | 0.25 |
| Hex | 20 | 23 | 60 | 43 | 40 | 0 | 3E | ED | 32 | 19 |
| Octal | 40 | 43 | 140 | 103 | 100 | 0 | 76 | 355 | 62 | 31 |
| Binary | 100000 | 100011 | 1100000 | 1000011 | 1000000 | 0 | 111110 | 11101101 | 110010 | 11001 |
Color Harmonies of #202360
Complementary color
Monochromatic Colors of #202360
Black with #202360
Text Example
Text Example
White with #202360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202360; }
p { color: rgb(32,35,96); }
H1.HeaderClassName
{
color: #202360;
}
.AnyTagClassName
{
color: #202360;
}
</style>
background-color css
<style>
a { background-color: #202360; }
a { background-color: rgb(32,35,96); }
div.DivClassName
{
background-color: #202360;
}
.BgClassName
{
background-color: #202360;
}
</style>
border-color css
<style>
span { border-color: #202360; }
span { border-color: rgb(32,35,96); }
td.TdClassName
{
border-color: #202360;
}
.TagClassName
{
border-color: #202360;
}
</style>