Shades of Midnight Blue #232162
Tints of Midnight Blue #232162
RGB
CMYK
RGB Variations
Color information
#232162 (or 0x232162) is known color: Midnight Blue. HEX triplet: 23, 21 and 62. RGB value is (35,33,98). Sum of RGB (Red+Green+Blue) = 35+33+98=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #232162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232162 is #DCDE9D. Grayscale: #282828. Windows color (decimal): -14474910 or 6431011. OLE color: 6431011.
HSL color Cylindrical-coordinate representation of color #232162: hue angle of 241.85º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #232162 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 35 | 33 | 98 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.62 |
| HSL | 241.85º | 0.5% | 0.26% | - |
| HSV(B) | 241.85º | 0.66% | 0.38% | - |
| XYZ | 3.44 | 2.33 | 11.82 | - |
| YUV | 41.01 | 160.16 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 33 | 98 | 0.64 | 0.66 | 0 | 0.62 | 241.85 | 0.5 | 0.26 |
| Hex | 23 | 21 | 62 | 40 | 42 | 0 | 3E | F2 | 32 | 1A |
| Octal | 43 | 41 | 142 | 100 | 102 | 0 | 76 | 362 | 62 | 32 |
| Binary | 100011 | 100001 | 1100010 | 1000000 | 1000010 | 0 | 111110 | 11110010 | 110010 | 11010 |
Color Harmonies of #232162
Complementary color
Monochromatic Colors of #232162
Black with #232162
Text Example
Text Example
White with #232162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232162; }
p { color: rgb(35,33,98); }
H1.HeaderClassName
{
color: #232162;
}
.AnyTagClassName
{
color: #232162;
}
</style>
background-color css
<style>
a { background-color: #232162; }
a { background-color: rgb(35,33,98); }
div.DivClassName
{
background-color: #232162;
}
.BgClassName
{
background-color: #232162;
}
</style>
border-color css
<style>
span { border-color: #232162; }
span { border-color: rgb(35,33,98); }
td.TdClassName
{
border-color: #232162;
}
.TagClassName
{
border-color: #232162;
}
</style>