Shades of Midnight #233247
Tints of Midnight #233247
RGB
CMYK
RGB Variations
Color information
#233247 (or 0x233247) is known color: Midnight. HEX triplet: 23, 32 and 47. RGB value is (35,50,71). Sum of RGB (Red+Green+Blue) = 35+50+71=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 71 (28.12% from 255 or 45.51% from 156); Max value from RGB is 71 - color contains mainly: blue. Hex color #233247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233247 is #DCCDB8. Grayscale: #2F2F2F. Windows color (decimal): -14470585 or 4665891. OLE color: 4665891.
HSL color Cylindrical-coordinate representation of color #233247: hue angle of 215º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #233247 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 50 | 71 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.72 |
| HSL | 215º | 0.34% | 0.21% | - |
| HSV(B) | 215º | 0.51% | 0.28% | - |
| XYZ | 2.97 | 3.09 | 6.4 | - |
| YUV | 47.91 | 141.03 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 50 | 71 | 0.51 | 0.30 | 0 | 0.72 | 215 | 0.34 | 0.21 |
| Hex | 23 | 32 | 47 | 33 | 1E | 0 | 48 | D7 | 22 | 15 |
| Octal | 43 | 62 | 107 | 63 | 36 | 0 | 110 | 327 | 42 | 25 |
| Binary | 100011 | 110010 | 1000111 | 110011 | 11110 | 0 | 1001000 | 11010111 | 100010 | 10101 |
Color Harmonies of #233247
Complementary color
Monochromatic Colors of #233247
Black with #233247
Text Example
Text Example
White with #233247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233247; }
p { color: rgb(35,50,71); }
H1.HeaderClassName
{
color: #233247;
}
.AnyTagClassName
{
color: #233247;
}
</style>
background-color css
<style>
a { background-color: #233247; }
a { background-color: rgb(35,50,71); }
div.DivClassName
{
background-color: #233247;
}
.BgClassName
{
background-color: #233247;
}
</style>
border-color css
<style>
span { border-color: #233247; }
span { border-color: rgb(35,50,71); }
td.TdClassName
{
border-color: #233247;
}
.TagClassName
{
border-color: #233247;
}
</style>