Shades of Midnight Blue #232286
Tints of Midnight Blue #232286
RGB
CMYK
RGB Variations
Color information
#232286 (or 0x232286) is known color: Midnight Blue. HEX triplet: 23, 22 and 86. RGB value is (35,34,134). Sum of RGB (Red+Green+Blue) = 35+34+134=203 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.24% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 134 (52.73% from 255 or 66.01% from 203); Max value from RGB is 134 - color contains mainly: blue. Hex color #232286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232286 is #DCDD79. Grayscale: #2D2D2D. Windows color (decimal): -14474618 or 8790563. OLE color: 8790563.
HSL color Cylindrical-coordinate representation of color #232286: hue angle of 240.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #232286 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 34 | 134 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.47 |
| HSL | 240.6º | 0.6% | 0.33% | - |
| HSV(B) | 240.6º | 0.75% | 0.53% | - |
| XYZ | 5.57 | 3.22 | 22.88 | - |
| YUV | 45.7 | 177.83 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 34 | 134 | 0.74 | 0.75 | 0 | 0.47 | 240.6 | 0.6 | 0.33 |
| Hex | 23 | 22 | 86 | 4A | 4B | 0 | 2F | F1 | 3C | 21 |
| Octal | 43 | 42 | 206 | 112 | 113 | 0 | 57 | 361 | 74 | 41 |
| Binary | 100011 | 100010 | 10000110 | 1001010 | 1001011 | 0 | 101111 | 11110001 | 111100 | 100001 |
Color Harmonies of #232286
Complementary color
Monochromatic Colors of #232286
Black with #232286
Text Example
Text Example
White with #232286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232286; }
p { color: rgb(35,34,134); }
H1.HeaderClassName
{
color: #232286;
}
.AnyTagClassName
{
color: #232286;
}
</style>
background-color css
<style>
a { background-color: #232286; }
a { background-color: rgb(35,34,134); }
div.DivClassName
{
background-color: #232286;
}
.BgClassName
{
background-color: #232286;
}
</style>
border-color css
<style>
span { border-color: #232286; }
span { border-color: rgb(35,34,134); }
td.TdClassName
{
border-color: #232286;
}
.TagClassName
{
border-color: #232286;
}
</style>