Shades of Midnight Blue #232772
Tints of Midnight Blue #232772
RGB
CMYK
RGB Variations
Color information
#232772 (or 0x232772) is known color: Midnight Blue. HEX triplet: 23, 27 and 72. RGB value is (35,39,114). Sum of RGB (Red+Green+Blue) = 35+39+114=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #232772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232772 is #DCD88D. Grayscale: #2E2E2E. Windows color (decimal): -14473358 or 7481123. OLE color: 7481123.
HSL color Cylindrical-coordinate representation of color #232772: hue angle of 236.96º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #232772 is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 39 | 114 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.55 |
| HSL | 236.96º | 0.53% | 0.29% | - |
| HSV(B) | 236.96º | 0.69% | 0.45% | - |
| XYZ | 4.46 | 3.02 | 16.27 | - |
| YUV | 46.35 | 166.17 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 39 | 114 | 0.69 | 0.66 | 0 | 0.55 | 236.96 | 0.53 | 0.29 |
| Hex | 23 | 27 | 72 | 45 | 42 | 0 | 37 | ED | 35 | 1D |
| Octal | 43 | 47 | 162 | 105 | 102 | 0 | 67 | 355 | 65 | 35 |
| Binary | 100011 | 100111 | 1110010 | 1000101 | 1000010 | 0 | 110111 | 11101101 | 110101 | 11101 |
Color Harmonies of #232772
Complementary color
Monochromatic Colors of #232772
Black with #232772
Text Example
Text Example
White with #232772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232772; }
p { color: rgb(35,39,114); }
H1.HeaderClassName
{
color: #232772;
}
.AnyTagClassName
{
color: #232772;
}
</style>
background-color css
<style>
a { background-color: #232772; }
a { background-color: rgb(35,39,114); }
div.DivClassName
{
background-color: #232772;
}
.BgClassName
{
background-color: #232772;
}
</style>
border-color css
<style>
span { border-color: #232772; }
span { border-color: rgb(35,39,114); }
td.TdClassName
{
border-color: #232772;
}
.TagClassName
{
border-color: #232772;
}
</style>