Shades of Midnight Blue #202461
Tints of Midnight Blue #202461
RGB
CMYK
RGB Variations
Color information
#202461 (or 0x202461) is known color: Midnight Blue. HEX triplet: 20, 24 and 61. RGB value is (32,36,97). Sum of RGB (Red+Green+Blue) = 32+36+97=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #202461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202461 is #DFDB9E. Grayscale: #292929. Windows color (decimal): -14670751 or 6366240. OLE color: 6366240.
HSL color Cylindrical-coordinate representation of color #202461: hue angle of 236.31º 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 #202461 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 36 | 97 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.62 |
| HSL | 236.31º | 0.5% | 0.25% | - |
| HSV(B) | 236.31º | 0.67% | 0.38% | - |
| XYZ | 3.38 | 2.43 | 11.6 | - |
| YUV | 41.76 | 159.17 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 36 | 97 | 0.67 | 0.63 | 0 | 0.62 | 236.31 | 0.5 | 0.25 |
| Hex | 20 | 24 | 61 | 43 | 3F | 0 | 3E | EC | 32 | 19 |
| Octal | 40 | 44 | 141 | 103 | 77 | 0 | 76 | 354 | 62 | 31 |
| Binary | 100000 | 100100 | 1100001 | 1000011 | 111111 | 0 | 111110 | 11101100 | 110010 | 11001 |
Color Harmonies of #202461
Complementary color
Monochromatic Colors of #202461
Black with #202461
Text Example
Text Example
White with #202461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202461; }
p { color: rgb(32,36,97); }
H1.HeaderClassName
{
color: #202461;
}
.AnyTagClassName
{
color: #202461;
}
</style>
background-color css
<style>
a { background-color: #202461; }
a { background-color: rgb(32,36,97); }
div.DivClassName
{
background-color: #202461;
}
.BgClassName
{
background-color: #202461;
}
</style>
border-color css
<style>
span { border-color: #202461; }
span { border-color: rgb(32,36,97); }
td.TdClassName
{
border-color: #202461;
}
.TagClassName
{
border-color: #202461;
}
</style>