Shades of Midnight #232E40
Tints of Midnight #232E40
RGB
CMYK
RGB Variations
Color information
#232E40 (or 0x232E40) is known color: Midnight. HEX triplet: 23, 2E and 40. RGB value is (35,46,64). Sum of RGB (Red+Green+Blue) = 35+46+64=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #232E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232E40 is #DCD1BF. Grayscale: #2C2C2C. Windows color (decimal): -14471616 or 4206115. OLE color: 4206115.
HSL color Cylindrical-coordinate representation of color #232E40: hue angle of 217.24º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #232E40 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 46 | 64 | - |
| CMYK | 0.45 | 0.28 | 0 | 0.75 |
| HSL | 217.24º | 0.29% | 0.19% | - |
| HSV(B) | 217.24º | 0.45% | 0.25% | - |
| XYZ | 2.6 | 2.68 | 5.23 | - |
| YUV | 44.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 64 | 0.45 | 0.28 | 0 | 0.75 | 217.24 | 0.29 | 0.19 |
| Hex | 23 | 2E | 40 | 2D | 1C | 0 | 4B | D9 | 1D | 13 |
| Octal | 43 | 56 | 100 | 55 | 34 | 0 | 113 | 331 | 35 | 23 |
| Binary | 100011 | 101110 | 1000000 | 101101 | 11100 | 0 | 1001011 | 11011001 | 11101 | 10011 |
Color Harmonies of #232E40
Complementary color
Monochromatic Colors of #232E40
Black with #232E40
Text Example
Text Example
White with #232E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232E40; }
p { color: rgb(35,46,64); }
H1.HeaderClassName
{
color: #232E40;
}
.AnyTagClassName
{
color: #232E40;
}
</style>
background-color css
<style>
a { background-color: #232E40; }
a { background-color: rgb(35,46,64); }
div.DivClassName
{
background-color: #232E40;
}
.BgClassName
{
background-color: #232E40;
}
</style>
border-color css
<style>
span { border-color: #232E40; }
span { border-color: rgb(35,46,64); }
td.TdClassName
{
border-color: #232E40;
}
.TagClassName
{
border-color: #232E40;
}
</style>