Shades of Midnight Blue #232275
Tints of Midnight Blue #232275
RGB
CMYK
RGB Variations
Color information
#232275 (or 0x232275) is known color: Midnight Blue. HEX triplet: 23, 22 and 75. RGB value is (35,34,117). Sum of RGB (Red+Green+Blue) = 35+34+117=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #232275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232275 is #DCDD8A. Grayscale: #2B2B2B. Windows color (decimal): -14474635 or 7676451. OLE color: 7676451.
HSL color Cylindrical-coordinate representation of color #232275: hue angle of 240.72º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #232275 is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 34 | 117 | - |
| CMYK | 0.70 | 0.71 | 0 | 0.54 |
| HSL | 240.72º | 0.55% | 0.3% | - |
| HSV(B) | 240.72º | 0.71% | 0.46% | - |
| XYZ | 4.48 | 2.79 | 17.13 | - |
| YUV | 43.76 | 169.33 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 34 | 117 | 0.70 | 0.71 | 0 | 0.54 | 240.72 | 0.55 | 0.3 |
| Hex | 23 | 22 | 75 | 46 | 47 | 0 | 36 | F1 | 37 | 1E |
| Octal | 43 | 42 | 165 | 106 | 107 | 0 | 66 | 361 | 67 | 36 |
| Binary | 100011 | 100010 | 1110101 | 1000110 | 1000111 | 0 | 110110 | 11110001 | 110111 | 11110 |
Color Harmonies of #232275
Complementary color
Monochromatic Colors of #232275
Black with #232275
Text Example
Text Example
White with #232275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232275; }
p { color: rgb(35,34,117); }
H1.HeaderClassName
{
color: #232275;
}
.AnyTagClassName
{
color: #232275;
}
</style>
background-color css
<style>
a { background-color: #232275; }
a { background-color: rgb(35,34,117); }
div.DivClassName
{
background-color: #232275;
}
.BgClassName
{
background-color: #232275;
}
</style>
border-color css
<style>
span { border-color: #232275; }
span { border-color: rgb(35,34,117); }
td.TdClassName
{
border-color: #232275;
}
.TagClassName
{
border-color: #232275;
}
</style>