Shades of Midnight Blue #232668
Tints of Midnight Blue #232668
RGB
CMYK
RGB Variations
Color information
#232668 (or 0x232668) is known color: Midnight Blue. HEX triplet: 23, 26 and 68. RGB value is (35,38,104). Sum of RGB (Red+Green+Blue) = 35+38+104=177 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.77% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 104 (41.02% from 255 or 58.76% from 177); Max value from RGB is 104 - color contains mainly: blue. Hex color #232668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232668 is #DCD997. Grayscale: #2C2C2C. Windows color (decimal): -14473624 or 6825507. OLE color: 6825507.
HSL color Cylindrical-coordinate representation of color #232668: hue angle of 237.39º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #232668 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 35 | 38 | 104 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.59 |
| HSL | 237.39º | 0.5% | 0.27% | - |
| HSV(B) | 237.39º | 0.66% | 0.41% | - |
| XYZ | 3.88 | 2.74 | 13.42 | - |
| YUV | 44.63 | 161.51 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 38 | 104 | 0.66 | 0.63 | 0 | 0.59 | 237.39 | 0.5 | 0.27 |
| Hex | 23 | 26 | 68 | 42 | 3F | 0 | 3B | ED | 32 | 1B |
| Octal | 43 | 46 | 150 | 102 | 77 | 0 | 73 | 355 | 62 | 33 |
| Binary | 100011 | 100110 | 1101000 | 1000010 | 111111 | 0 | 111011 | 11101101 | 110010 | 11011 |
Color Harmonies of #232668
Complementary color
Monochromatic Colors of #232668
Black with #232668
Text Example
Text Example
White with #232668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232668; }
p { color: rgb(35,38,104); }
H1.HeaderClassName
{
color: #232668;
}
.AnyTagClassName
{
color: #232668;
}
</style>
background-color css
<style>
a { background-color: #232668; }
a { background-color: rgb(35,38,104); }
div.DivClassName
{
background-color: #232668;
}
.BgClassName
{
background-color: #232668;
}
</style>
border-color css
<style>
span { border-color: #232668; }
span { border-color: rgb(35,38,104); }
td.TdClassName
{
border-color: #232668;
}
.TagClassName
{
border-color: #232668;
}
</style>