Shades of Midnight Blue #232886
Tints of Midnight Blue #232886
RGB
CMYK
RGB Variations
Color information
#232886 (or 0x232886) is known color: Midnight Blue. HEX triplet: 23, 28 and 86. RGB value is (35,40,134). Sum of RGB (Red+Green+Blue) = 35+40+134=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 134 (52.73% from 255 or 64.11% from 209); Max value from RGB is 134 - color contains mainly: blue. Hex color #232886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232886 is #DCD779. Grayscale: #303030. Windows color (decimal): -14473082 or 8792099. OLE color: 8792099.
HSL color Cylindrical-coordinate representation of color #232886: hue angle of 236.97º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #232886 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 40 | 134 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.47 |
| HSL | 236.97º | 0.59% | 0.33% | - |
| HSV(B) | 236.97º | 0.74% | 0.53% | - |
| XYZ | 5.76 | 3.6 | 22.95 | - |
| YUV | 49.22 | 175.84 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 134 | 0.74 | 0.70 | 0 | 0.47 | 236.97 | 0.59 | 0.33 |
| Hex | 23 | 28 | 86 | 4A | 46 | 0 | 2F | ED | 3B | 21 |
| Octal | 43 | 50 | 206 | 112 | 106 | 0 | 57 | 355 | 73 | 41 |
| Binary | 100011 | 101000 | 10000110 | 1001010 | 1000110 | 0 | 101111 | 11101101 | 111011 | 100001 |
Color Harmonies of #232886
Complementary color
Monochromatic Colors of #232886
Black with #232886
Text Example
Text Example
White with #232886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232886; }
p { color: rgb(35,40,134); }
H1.HeaderClassName
{
color: #232886;
}
.AnyTagClassName
{
color: #232886;
}
</style>
background-color css
<style>
a { background-color: #232886; }
a { background-color: rgb(35,40,134); }
div.DivClassName
{
background-color: #232886;
}
.BgClassName
{
background-color: #232886;
}
</style>
border-color css
<style>
span { border-color: #232886; }
span { border-color: rgb(35,40,134); }
td.TdClassName
{
border-color: #232886;
}
.TagClassName
{
border-color: #232886;
}
</style>