Shades of Midnight Blue #23286F
Tints of Midnight Blue #23286F
RGB
CMYK
RGB Variations
Color information
#23286F (or 0x23286F) is known color: Midnight Blue. HEX triplet: 23, 28 and 6F. RGB value is (35,40,111). Sum of RGB (Red+Green+Blue) = 35+40+111=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 111 (43.75% from 255 or 59.68% from 186); Max value from RGB is 111 - color contains mainly: blue. Hex color #23286F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23286F is #DCD790. Grayscale: #2E2E2E. Windows color (decimal): -14473105 or 7284771. OLE color: 7284771.
HSL color Cylindrical-coordinate representation of color #23286F: hue angle of 236.05º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23286F is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 40 | 111 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.56 |
| HSL | 236.05º | 0.52% | 0.29% | - |
| HSV(B) | 236.05º | 0.68% | 0.44% | - |
| XYZ | 4.32 | 3.02 | 15.39 | - |
| YUV | 46.6 | 164.34 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 111 | 0.68 | 0.64 | 0 | 0.56 | 236.05 | 0.52 | 0.29 |
| Hex | 23 | 28 | 6F | 44 | 40 | 0 | 38 | EC | 34 | 1D |
| Octal | 43 | 50 | 157 | 104 | 100 | 0 | 70 | 354 | 64 | 35 |
| Binary | 100011 | 101000 | 1101111 | 1000100 | 1000000 | 0 | 111000 | 11101100 | 110100 | 11101 |
Color Harmonies of #23286F
Complementary color
Monochromatic Colors of #23286F
Black with #23286F
Text Example
Text Example
White with #23286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23286F; }
p { color: rgb(35,40,111); }
H1.HeaderClassName
{
color: #23286F;
}
.AnyTagClassName
{
color: #23286F;
}
</style>
background-color css
<style>
a { background-color: #23286F; }
a { background-color: rgb(35,40,111); }
div.DivClassName
{
background-color: #23286F;
}
.BgClassName
{
background-color: #23286F;
}
</style>
border-color css
<style>
span { border-color: #23286F; }
span { border-color: rgb(35,40,111); }
td.TdClassName
{
border-color: #23286F;
}
.TagClassName
{
border-color: #23286F;
}
</style>