Shades of Midnight Blue #23217E
Tints of Midnight Blue #23217E
RGB
CMYK
RGB Variations
Color information
#23217E (or 0x23217E) is known color: Midnight Blue. HEX triplet: 23, 21 and 7E. RGB value is (35,33,126). Sum of RGB (Red+Green+Blue) = 35+33+126=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 126 (49.61% from 255 or 64.95% from 194); Max value from RGB is 126 - color contains mainly: blue. Hex color #23217E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23217E is #DCDE81. Grayscale: #2B2B2B. Windows color (decimal): -14474882 or 8266019. OLE color: 8266019.
HSL color Cylindrical-coordinate representation of color #23217E: hue angle of 241.29º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #23217E is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 33 | 126 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.51 |
| HSL | 241.29º | 0.58% | 0.31% | - |
| HSV(B) | 241.29º | 0.74% | 0.49% | - |
| XYZ | 5 | 2.95 | 20.04 | - |
| YUV | 44.2 | 174.16 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 33 | 126 | 0.72 | 0.74 | 0 | 0.51 | 241.29 | 0.58 | 0.31 |
| Hex | 23 | 21 | 7E | 48 | 4A | 0 | 33 | F1 | 3A | 1F |
| Octal | 43 | 41 | 176 | 110 | 112 | 0 | 63 | 361 | 72 | 37 |
| Binary | 100011 | 100001 | 1111110 | 1001000 | 1001010 | 0 | 110011 | 11110001 | 111010 | 11111 |
Color Harmonies of #23217E
Complementary color
Monochromatic Colors of #23217E
Black with #23217E
Text Example
Text Example
White with #23217E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23217E; }
p { color: rgb(35,33,126); }
H1.HeaderClassName
{
color: #23217E;
}
.AnyTagClassName
{
color: #23217E;
}
</style>
background-color css
<style>
a { background-color: #23217E; }
a { background-color: rgb(35,33,126); }
div.DivClassName
{
background-color: #23217E;
}
.BgClassName
{
background-color: #23217E;
}
</style>
border-color css
<style>
span { border-color: #23217E; }
span { border-color: rgb(35,33,126); }
td.TdClassName
{
border-color: #23217E;
}
.TagClassName
{
border-color: #23217E;
}
</style>