Shades of Midnight Blue #232C76
Tints of Midnight Blue #232C76
RGB
CMYK
RGB Variations
Color information
#232C76 (or 0x232C76) is known color: Midnight Blue. HEX triplet: 23, 2C and 76. RGB value is (35,44,118). Sum of RGB (Red+Green+Blue) = 35+44+118=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #232C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C76 is #DCD389. Grayscale: #313131. Windows color (decimal): -14472074 or 7744547. OLE color: 7744547.
HSL color Cylindrical-coordinate representation of color #232C76: hue angle of 233.49º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #232C76 is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 44 | 118 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.54 |
| HSL | 233.49º | 0.54% | 0.3% | - |
| HSV(B) | 233.49º | 0.7% | 0.46% | - |
| XYZ | 4.86 | 3.47 | 17.55 | - |
| YUV | 49.75 | 166.52 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 118 | 0.70 | 0.63 | 0 | 0.54 | 233.49 | 0.54 | 0.3 |
| Hex | 23 | 2C | 76 | 46 | 3F | 0 | 36 | E9 | 36 | 1E |
| Octal | 43 | 54 | 166 | 106 | 77 | 0 | 66 | 351 | 66 | 36 |
| Binary | 100011 | 101100 | 1110110 | 1000110 | 111111 | 0 | 110110 | 11101001 | 110110 | 11110 |
Color Harmonies of #232C76
Complementary color
Monochromatic Colors of #232C76
Black with #232C76
Text Example
Text Example
White with #232C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C76; }
p { color: rgb(35,44,118); }
H1.HeaderClassName
{
color: #232C76;
}
.AnyTagClassName
{
color: #232C76;
}
</style>
background-color css
<style>
a { background-color: #232C76; }
a { background-color: rgb(35,44,118); }
div.DivClassName
{
background-color: #232C76;
}
.BgClassName
{
background-color: #232C76;
}
</style>
border-color css
<style>
span { border-color: #232C76; }
span { border-color: rgb(35,44,118); }
td.TdClassName
{
border-color: #232C76;
}
.TagClassName
{
border-color: #232C76;
}
</style>