Shades of Midnight Blue #232264
Tints of Midnight Blue #232264
RGB
CMYK
RGB Variations
Color information
#232264 (or 0x232264) is known color: Midnight Blue. HEX triplet: 23, 22 and 64. RGB value is (35,34,100). Sum of RGB (Red+Green+Blue) = 35+34+100=169 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.71% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 100 (39.45% from 255 or 59.17% from 169); Max value from RGB is 100 - color contains mainly: blue. Hex color #232264 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232264 is #DCDD9B. Grayscale: #292929. Windows color (decimal): -14474652 or 6562339. OLE color: 6562339.
HSL color Cylindrical-coordinate representation of color #232264: hue angle of 240.91º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #232264 is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 35 | 34 | 100 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.61 |
| HSL | 240.91º | 0.49% | 0.26% | - |
| HSV(B) | 240.91º | 0.66% | 0.39% | - |
| XYZ | 3.57 | 2.42 | 12.34 | - |
| YUV | 41.82 | 160.83 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 34 | 100 | 0.65 | 0.66 | 0 | 0.61 | 240.91 | 0.49 | 0.26 |
| Hex | 23 | 22 | 64 | 41 | 42 | 0 | 3D | F1 | 31 | 1A |
| Octal | 43 | 42 | 144 | 101 | 102 | 0 | 75 | 361 | 61 | 32 |
| Binary | 100011 | 100010 | 1100100 | 1000001 | 1000010 | 0 | 111101 | 11110001 | 110001 | 11010 |
Color Harmonies of #232264
Complementary color
Monochromatic Colors of #232264
Black with #232264
Text Example
Text Example
White with #232264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232264; }
p { color: rgb(35,34,100); }
H1.HeaderClassName
{
color: #232264;
}
.AnyTagClassName
{
color: #232264;
}
</style>
background-color css
<style>
a { background-color: #232264; }
a { background-color: rgb(35,34,100); }
div.DivClassName
{
background-color: #232264;
}
.BgClassName
{
background-color: #232264;
}
</style>
border-color css
<style>
span { border-color: #232264; }
span { border-color: rgb(35,34,100); }
td.TdClassName
{
border-color: #232264;
}
.TagClassName
{
border-color: #232264;
}
</style>