Shades of Midnight Blue #23206E
Tints of Midnight Blue #23206E
RGB
CMYK
RGB Variations
Color information
#23206E (or 0x23206E) is known color: Midnight Blue. HEX triplet: 23, 20 and 6E. RGB value is (35,32,110). Sum of RGB (Red+Green+Blue) = 35+32+110=177 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.77% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 110 (43.36% from 255 or 62.15% from 177); Max value from RGB is 110 - color contains mainly: blue. Hex color #23206E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23206E is #DCDF91. Grayscale: #292929. Windows color (decimal): -14475154 or 7217187. OLE color: 7217187.
HSL color Cylindrical-coordinate representation of color #23206E: hue angle of 242.31º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #23206E is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 32 | 110 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.57 |
| HSL | 242.31º | 0.55% | 0.28% | - |
| HSV(B) | 242.31º | 0.71% | 0.43% | - |
| XYZ | 4.02 | 2.52 | 15.03 | - |
| YUV | 41.79 | 166.49 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 32 | 110 | 0.68 | 0.71 | 0 | 0.57 | 242.31 | 0.55 | 0.28 |
| Hex | 23 | 20 | 6E | 44 | 47 | 0 | 39 | F2 | 37 | 1C |
| Octal | 43 | 40 | 156 | 104 | 107 | 0 | 71 | 362 | 67 | 34 |
| Binary | 100011 | 100000 | 1101110 | 1000100 | 1000111 | 0 | 111001 | 11110010 | 110111 | 11100 |
Color Harmonies of #23206E
Complementary color
Monochromatic Colors of #23206E
Black with #23206E
Text Example
Text Example
White with #23206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23206E; }
p { color: rgb(35,32,110); }
H1.HeaderClassName
{
color: #23206E;
}
.AnyTagClassName
{
color: #23206E;
}
</style>
background-color css
<style>
a { background-color: #23206E; }
a { background-color: rgb(35,32,110); }
div.DivClassName
{
background-color: #23206E;
}
.BgClassName
{
background-color: #23206E;
}
</style>
border-color css
<style>
span { border-color: #23206E; }
span { border-color: rgb(35,32,110); }
td.TdClassName
{
border-color: #23206E;
}
.TagClassName
{
border-color: #23206E;
}
</style>