Shades of Midnight #232E39
Tints of Midnight #232E39
RGB
CMYK
RGB Variations
Color information
#232E39 (or 0x232E39) is known color: Midnight. HEX triplet: 23, 2E and 39. RGB value is (35,46,57). Sum of RGB (Red+Green+Blue) = 35+46+57=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 46 (18.36% from 255 or 33.33% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 57 - color contains mainly: blue. Hex color #232E39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232E39 is #DCD1C6. Grayscale: #2B2B2B. Windows color (decimal): -14471623 or 3747363. OLE color: 3747363.
HSL color Cylindrical-coordinate representation of color #232E39: hue angle of 210º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #232E39 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 46 | 57 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.78 |
| HSL | 210º | 0.24% | 0.18% | - |
| HSV(B) | 210º | 0.39% | 0.22% | - |
| XYZ | 2.41 | 2.61 | 4.25 | - |
| YUV | 43.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 46 | 57 | 0.39 | 0.19 | 0 | 0.78 | 210 | 0.24 | 0.18 |
| Hex | 23 | 2E | 39 | 27 | 13 | 0 | 4E | D2 | 18 | 12 |
| Octal | 43 | 56 | 71 | 47 | 23 | 0 | 116 | 322 | 30 | 22 |
| Binary | 100011 | 101110 | 111001 | 100111 | 10011 | 0 | 1001110 | 11010010 | 11000 | 10010 |
Color Harmonies of #232E39
Complementary color
Monochromatic Colors of #232E39
Black with #232E39
Text Example
Text Example
White with #232E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232E39; }
p { color: rgb(35,46,57); }
H1.HeaderClassName
{
color: #232E39;
}
.AnyTagClassName
{
color: #232E39;
}
</style>
background-color css
<style>
a { background-color: #232E39; }
a { background-color: rgb(35,46,57); }
div.DivClassName
{
background-color: #232E39;
}
.BgClassName
{
background-color: #232E39;
}
</style>
border-color css
<style>
span { border-color: #232E39; }
span { border-color: rgb(35,46,57); }
td.TdClassName
{
border-color: #232E39;
}
.TagClassName
{
border-color: #232E39;
}
</style>