Shades of Midnight Blue #232175
Tints of Midnight Blue #232175
RGB
CMYK
RGB Variations
Color information
#232175 (or 0x232175) is known color: Midnight Blue. HEX triplet: 23, 21 and 75. RGB value is (35,33,117). Sum of RGB (Red+Green+Blue) = 35+33+117=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 117 (46.09% from 255 or 63.24% from 185); Max value from RGB is 117 - color contains mainly: blue. Hex color #232175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232175 is #DCDE8A. Grayscale: #2A2A2A. Windows color (decimal): -14474891 or 7676195. OLE color: 7676195.
HSL color Cylindrical-coordinate representation of color #232175: hue angle of 241.43º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #232175 is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 33 | 117 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.54 |
| HSL | 241.43º | 0.56% | 0.29% | - |
| HSV(B) | 241.43º | 0.72% | 0.46% | - |
| XYZ | 4.45 | 2.73 | 17.12 | - |
| YUV | 43.17 | 169.66 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 33 | 117 | 0.70 | 0.72 | 0 | 0.54 | 241.43 | 0.56 | 0.29 |
| Hex | 23 | 21 | 75 | 46 | 48 | 0 | 36 | F1 | 38 | 1D |
| Octal | 43 | 41 | 165 | 106 | 110 | 0 | 66 | 361 | 70 | 35 |
| Binary | 100011 | 100001 | 1110101 | 1000110 | 1001000 | 0 | 110110 | 11110001 | 111000 | 11101 |
Color Harmonies of #232175
Complementary color
Monochromatic Colors of #232175
Black with #232175
Text Example
Text Example
White with #232175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232175; }
p { color: rgb(35,33,117); }
H1.HeaderClassName
{
color: #232175;
}
.AnyTagClassName
{
color: #232175;
}
</style>
background-color css
<style>
a { background-color: #232175; }
a { background-color: rgb(35,33,117); }
div.DivClassName
{
background-color: #232175;
}
.BgClassName
{
background-color: #232175;
}
</style>
border-color css
<style>
span { border-color: #232175; }
span { border-color: rgb(35,33,117); }
td.TdClassName
{
border-color: #232175;
}
.TagClassName
{
border-color: #232175;
}
</style>