Shades of Midnight Blue #232C77
Tints of Midnight Blue #232C77
RGB
CMYK
RGB Variations
Color information
#232C77 (or 0x232C77) is known color: Midnight Blue. HEX triplet: 23, 2C and 77. RGB value is (35,44,119). Sum of RGB (Red+Green+Blue) = 35+44+119=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 119 (46.88% from 255 or 60.10% from 198); Max value from RGB is 119 - color contains mainly: blue. Hex color #232C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C77 is #DCD388. Grayscale: #313131. Windows color (decimal): -14472073 or 7810083. OLE color: 7810083.
HSL color Cylindrical-coordinate representation of color #232C77: hue angle of 233.57º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #232C77 is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 44 | 119 | - |
| CMYK | 0.71 | 0.63 | 0 | 0.53 |
| HSL | 233.57º | 0.55% | 0.3% | - |
| HSV(B) | 233.57º | 0.71% | 0.47% | - |
| XYZ | 4.92 | 3.49 | 17.87 | - |
| YUV | 49.86 | 167.02 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 119 | 0.71 | 0.63 | 0 | 0.53 | 233.57 | 0.55 | 0.3 |
| Hex | 23 | 2C | 77 | 47 | 3F | 0 | 35 | EA | 37 | 1E |
| Octal | 43 | 54 | 167 | 107 | 77 | 0 | 65 | 352 | 67 | 36 |
| Binary | 100011 | 101100 | 1110111 | 1000111 | 111111 | 0 | 110101 | 11101010 | 110111 | 11110 |
Color Harmonies of #232C77
Complementary color
Monochromatic Colors of #232C77
Black with #232C77
Text Example
Text Example
White with #232C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C77; }
p { color: rgb(35,44,119); }
H1.HeaderClassName
{
color: #232C77;
}
.AnyTagClassName
{
color: #232C77;
}
</style>
background-color css
<style>
a { background-color: #232C77; }
a { background-color: rgb(35,44,119); }
div.DivClassName
{
background-color: #232C77;
}
.BgClassName
{
background-color: #232C77;
}
</style>
border-color css
<style>
span { border-color: #232C77; }
span { border-color: rgb(35,44,119); }
td.TdClassName
{
border-color: #232C77;
}
.TagClassName
{
border-color: #232C77;
}
</style>