Shades of Midnight Blue #232975
Tints of Midnight Blue #232975
RGB
CMYK
RGB Variations
Color information
#232975 (or 0x232975) is known color: Midnight Blue. HEX triplet: 23, 29 and 75. RGB value is (35,41,117). Sum of RGB (Red+Green+Blue) = 35+41+117=193 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.13% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 117 (46.09% from 255 or 60.62% from 193); Max value from RGB is 117 - color contains mainly: blue. Hex color #232975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232975 is #DCD68A. Grayscale: #2F2F2F. Windows color (decimal): -14472843 or 7678243. OLE color: 7678243.
HSL color Cylindrical-coordinate representation of color #232975: hue angle of 235.61º 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 #232975 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 41 | 117 | - |
| CMYK | 0.70 | 0.65 | 0 | 0.54 |
| HSL | 235.61º | 0.54% | 0.3% | - |
| HSV(B) | 235.61º | 0.7% | 0.46% | - |
| XYZ | 4.7 | 3.23 | 17.21 | - |
| YUV | 47.87 | 167.01 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 41 | 117 | 0.70 | 0.65 | 0 | 0.54 | 235.61 | 0.54 | 0.3 |
| Hex | 23 | 29 | 75 | 46 | 41 | 0 | 36 | EC | 36 | 1E |
| Octal | 43 | 51 | 165 | 106 | 101 | 0 | 66 | 354 | 66 | 36 |
| Binary | 100011 | 101001 | 1110101 | 1000110 | 1000001 | 0 | 110110 | 11101100 | 110110 | 11110 |
Color Harmonies of #232975
Complementary color
Monochromatic Colors of #232975
Black with #232975
Text Example
Text Example
White with #232975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232975; }
p { color: rgb(35,41,117); }
H1.HeaderClassName
{
color: #232975;
}
.AnyTagClassName
{
color: #232975;
}
</style>
background-color css
<style>
a { background-color: #232975; }
a { background-color: rgb(35,41,117); }
div.DivClassName
{
background-color: #232975;
}
.BgClassName
{
background-color: #232975;
}
</style>
border-color css
<style>
span { border-color: #232975; }
span { border-color: rgb(35,41,117); }
td.TdClassName
{
border-color: #232975;
}
.TagClassName
{
border-color: #232975;
}
</style>