Shades of Midnight Blue #23288D
Tints of Midnight Blue #23288D
RGB
CMYK
RGB Variations
Color information
#23288D (or 0x23288D) is known color: Midnight Blue. HEX triplet: 23, 28 and 8D. RGB value is (35,40,141). Sum of RGB (Red+Green+Blue) = 35+40+141=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 141 (55.47% from 255 or 65.28% from 216); Max value from RGB is 141 - color contains mainly: blue. Hex color #23288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23288D is #DCD772. Grayscale: #313131. Windows color (decimal): -14473075 or 9250851. OLE color: 9250851.
HSL color Cylindrical-coordinate representation of color #23288D: hue angle of 237.17º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23288D is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 40 | 141 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.45 |
| HSL | 237.17º | 0.6% | 0.35% | - |
| HSV(B) | 237.17º | 0.75% | 0.55% | - |
| XYZ | 6.26 | 3.8 | 25.6 | - |
| YUV | 50.02 | 179.34 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 141 | 0.75 | 0.72 | 0 | 0.45 | 237.17 | 0.6 | 0.35 |
| Hex | 23 | 28 | 8D | 4B | 48 | 0 | 2D | ED | 3C | 23 |
| Octal | 43 | 50 | 215 | 113 | 110 | 0 | 55 | 355 | 74 | 43 |
| Binary | 100011 | 101000 | 10001101 | 1001011 | 1001000 | 0 | 101101 | 11101101 | 111100 | 100011 |
Color Harmonies of #23288D
Complementary color
Monochromatic Colors of #23288D
Black with #23288D
Text Example
Text Example
White with #23288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23288D; }
p { color: rgb(35,40,141); }
H1.HeaderClassName
{
color: #23288D;
}
.AnyTagClassName
{
color: #23288D;
}
</style>
background-color css
<style>
a { background-color: #23288D; }
a { background-color: rgb(35,40,141); }
div.DivClassName
{
background-color: #23288D;
}
.BgClassName
{
background-color: #23288D;
}
</style>
border-color css
<style>
span { border-color: #23288D; }
span { border-color: rgb(35,40,141); }
td.TdClassName
{
border-color: #23288D;
}
.TagClassName
{
border-color: #23288D;
}
</style>