Shades of Midnight Blue #23217C
Tints of Midnight Blue #23217C
RGB
CMYK
RGB Variations
Color information
#23217C (or 0x23217C) is known color: Midnight Blue. HEX triplet: 23, 21 and 7C. RGB value is (35,33,124). Sum of RGB (Red+Green+Blue) = 35+33+124=192 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.23% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 124 (48.83% from 255 or 64.58% from 192); Max value from RGB is 124 - color contains mainly: blue. Hex color #23217C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23217C is #DCDE83. Grayscale: #2B2B2B. Windows color (decimal): -14474884 or 8134947. OLE color: 8134947.
HSL color Cylindrical-coordinate representation of color #23217C: hue angle of 241.32º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #23217C is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 33 | 124 | - |
| CMYK | 0.72 | 0.73 | 0 | 0.51 |
| HSL | 241.32º | 0.58% | 0.31% | - |
| HSV(B) | 241.32º | 0.73% | 0.49% | - |
| XYZ | 4.88 | 2.9 | 19.37 | - |
| YUV | 43.97 | 173.16 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 33 | 124 | 0.72 | 0.73 | 0 | 0.51 | 241.32 | 0.58 | 0.31 |
| Hex | 23 | 21 | 7C | 48 | 49 | 0 | 33 | F1 | 3A | 1F |
| Octal | 43 | 41 | 174 | 110 | 111 | 0 | 63 | 361 | 72 | 37 |
| Binary | 100011 | 100001 | 1111100 | 1001000 | 1001001 | 0 | 110011 | 11110001 | 111010 | 11111 |
Color Harmonies of #23217C
Complementary color
Monochromatic Colors of #23217C
Black with #23217C
Text Example
Text Example
White with #23217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23217C; }
p { color: rgb(35,33,124); }
H1.HeaderClassName
{
color: #23217C;
}
.AnyTagClassName
{
color: #23217C;
}
</style>
background-color css
<style>
a { background-color: #23217C; }
a { background-color: rgb(35,33,124); }
div.DivClassName
{
background-color: #23217C;
}
.BgClassName
{
background-color: #23217C;
}
</style>
border-color css
<style>
span { border-color: #23217C; }
span { border-color: rgb(35,33,124); }
td.TdClassName
{
border-color: #23217C;
}
.TagClassName
{
border-color: #23217C;
}
</style>