Shades of Midnight Blue #232887
Tints of Midnight Blue #232887
RGB
CMYK
RGB Variations
Color information
#232887 (or 0x232887) is known color: Midnight Blue. HEX triplet: 23, 28 and 87. RGB value is (35,40,135). Sum of RGB (Red+Green+Blue) = 35+40+135=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 135 (53.12% from 255 or 64.29% from 210); Max value from RGB is 135 - color contains mainly: blue. Hex color #232887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232887 is #DCD778. Grayscale: #303030. Windows color (decimal): -14473081 or 8857635. OLE color: 8857635.
HSL color Cylindrical-coordinate representation of color #232887: hue angle of 237º 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 #232887 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 40 | 135 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.47 |
| HSL | 237º | 0.59% | 0.33% | - |
| HSV(B) | 237º | 0.74% | 0.53% | - |
| XYZ | 5.83 | 3.62 | 23.31 | - |
| YUV | 49.34 | 176.34 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 135 | 0.74 | 0.70 | 0 | 0.47 | 237 | 0.59 | 0.33 |
| Hex | 23 | 28 | 87 | 4A | 46 | 0 | 2F | ED | 3B | 21 |
| Octal | 43 | 50 | 207 | 112 | 106 | 0 | 57 | 355 | 73 | 41 |
| Binary | 100011 | 101000 | 10000111 | 1001010 | 1000110 | 0 | 101111 | 11101101 | 111011 | 100001 |
Color Harmonies of #232887
Complementary color
Monochromatic Colors of #232887
Black with #232887
Text Example
Text Example
White with #232887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232887; }
p { color: rgb(35,40,135); }
H1.HeaderClassName
{
color: #232887;
}
.AnyTagClassName
{
color: #232887;
}
</style>
background-color css
<style>
a { background-color: #232887; }
a { background-color: rgb(35,40,135); }
div.DivClassName
{
background-color: #232887;
}
.BgClassName
{
background-color: #232887;
}
</style>
border-color css
<style>
span { border-color: #232887; }
span { border-color: rgb(35,40,135); }
td.TdClassName
{
border-color: #232887;
}
.TagClassName
{
border-color: #232887;
}
</style>