Shades of Midnight Blue #232266
Tints of Midnight Blue #232266
RGB
CMYK
RGB Variations
Color information
#232266 (or 0x232266) is known color: Midnight Blue. HEX triplet: 23, 22 and 66. RGB value is (35,34,102). Sum of RGB (Red+Green+Blue) = 35+34+102=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 102 (40.23% from 255 or 59.65% from 171); Max value from RGB is 102 - color contains mainly: blue. Hex color #232266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232266 is #DCDD99. Grayscale: #292929. Windows color (decimal): -14474650 or 6693411. OLE color: 6693411.
HSL color Cylindrical-coordinate representation of color #232266: hue angle of 240.88º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #232266 is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 35 | 34 | 102 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.6 |
| HSL | 240.88º | 0.5% | 0.27% | - |
| HSV(B) | 240.88º | 0.67% | 0.4% | - |
| XYZ | 3.66 | 2.46 | 12.85 | - |
| YUV | 42.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 34 | 102 | 0.66 | 0.67 | 0 | 0.6 | 240.88 | 0.5 | 0.27 |
| Hex | 23 | 22 | 66 | 42 | 43 | 0 | 3C | F1 | 32 | 1B |
| Octal | 43 | 42 | 146 | 102 | 103 | 0 | 74 | 361 | 62 | 33 |
| Binary | 100011 | 100010 | 1100110 | 1000010 | 1000011 | 0 | 111100 | 11110001 | 110010 | 11011 |
Color Harmonies of #232266
Complementary color
Monochromatic Colors of #232266
Black with #232266
Text Example
Text Example
White with #232266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232266; }
p { color: rgb(35,34,102); }
H1.HeaderClassName
{
color: #232266;
}
.AnyTagClassName
{
color: #232266;
}
</style>
background-color css
<style>
a { background-color: #232266; }
a { background-color: rgb(35,34,102); }
div.DivClassName
{
background-color: #232266;
}
.BgClassName
{
background-color: #232266;
}
</style>
border-color css
<style>
span { border-color: #232266; }
span { border-color: rgb(35,34,102); }
td.TdClassName
{
border-color: #232266;
}
.TagClassName
{
border-color: #232266;
}
</style>