Shades of Midnight Blue #232477
Tints of Midnight Blue #232477
RGB
CMYK
RGB Variations
Color information
#232477 (or 0x232477) is known color: Midnight Blue. HEX triplet: 23, 24 and 77. RGB value is (35,36,119). Sum of RGB (Red+Green+Blue) = 35+36+119=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 119 (46.88% from 255 or 62.63% from 190); Max value from RGB is 119 - color contains mainly: blue. Hex color #232477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232477 is #DCDB88. Grayscale: #2C2C2C. Windows color (decimal): -14474121 or 7808035. OLE color: 7808035.
HSL color Cylindrical-coordinate representation of color #232477: hue angle of 239.29º 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 #232477 is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 36 | 119 | - |
| CMYK | 0.71 | 0.70 | 0 | 0.53 |
| HSL | 239.29º | 0.55% | 0.3% | - |
| HSV(B) | 239.29º | 0.71% | 0.47% | - |
| XYZ | 4.65 | 2.95 | 17.78 | - |
| YUV | 45.16 | 169.67 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 36 | 119 | 0.71 | 0.70 | 0 | 0.53 | 239.29 | 0.55 | 0.3 |
| Hex | 23 | 24 | 77 | 47 | 46 | 0 | 35 | EF | 37 | 1E |
| Octal | 43 | 44 | 167 | 107 | 106 | 0 | 65 | 357 | 67 | 36 |
| Binary | 100011 | 100100 | 1110111 | 1000111 | 1000110 | 0 | 110101 | 11101111 | 110111 | 11110 |
Color Harmonies of #232477
Complementary color
Monochromatic Colors of #232477
Black with #232477
Text Example
Text Example
White with #232477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232477; }
p { color: rgb(35,36,119); }
H1.HeaderClassName
{
color: #232477;
}
.AnyTagClassName
{
color: #232477;
}
</style>
background-color css
<style>
a { background-color: #232477; }
a { background-color: rgb(35,36,119); }
div.DivClassName
{
background-color: #232477;
}
.BgClassName
{
background-color: #232477;
}
</style>
border-color css
<style>
span { border-color: #232477; }
span { border-color: rgb(35,36,119); }
td.TdClassName
{
border-color: #232477;
}
.TagClassName
{
border-color: #232477;
}
</style>