Shades of Midnight Blue #232262
Tints of Midnight Blue #232262
RGB
CMYK
RGB Variations
Color information
#232262 (or 0x232262) is known color: Midnight Blue. HEX triplet: 23, 22 and 62. RGB value is (35,34,98). Sum of RGB (Red+Green+Blue) = 35+34+98=167 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.96% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 98 (38.67% from 255 or 58.68% from 167); Max value from RGB is 98 - color contains mainly: blue. Hex color #232262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232262 is #DCDD9D. Grayscale: #292929. Windows color (decimal): -14474654 or 6431267. OLE color: 6431267.
HSL color Cylindrical-coordinate representation of color #232262: hue angle of 240.94º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #232262 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 35 | 34 | 98 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.62 |
| HSL | 240.94º | 0.48% | 0.26% | - |
| HSV(B) | 240.94º | 0.65% | 0.38% | - |
| XYZ | 3.47 | 2.38 | 11.83 | - |
| YUV | 41.6 | 159.83 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 34 | 98 | 0.64 | 0.65 | 0 | 0.62 | 240.94 | 0.48 | 0.26 |
| Hex | 23 | 22 | 62 | 40 | 41 | 0 | 3E | F1 | 30 | 1A |
| Octal | 43 | 42 | 142 | 100 | 101 | 0 | 76 | 361 | 60 | 32 |
| Binary | 100011 | 100010 | 1100010 | 1000000 | 1000001 | 0 | 111110 | 11110001 | 110000 | 11010 |
Color Harmonies of #232262
Complementary color
Monochromatic Colors of #232262
Black with #232262
Text Example
Text Example
White with #232262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232262; }
p { color: rgb(35,34,98); }
H1.HeaderClassName
{
color: #232262;
}
.AnyTagClassName
{
color: #232262;
}
</style>
background-color css
<style>
a { background-color: #232262; }
a { background-color: rgb(35,34,98); }
div.DivClassName
{
background-color: #232262;
}
.BgClassName
{
background-color: #232262;
}
</style>
border-color css
<style>
span { border-color: #232262; }
span { border-color: rgb(35,34,98); }
td.TdClassName
{
border-color: #232262;
}
.TagClassName
{
border-color: #232262;
}
</style>