Shades of Midnight #233144
Tints of Midnight #233144
RGB
CMYK
RGB Variations
Color information
#233144 (or 0x233144) is known color: Midnight. HEX triplet: 23, 31 and 44. RGB value is (35,49,68). Sum of RGB (Red+Green+Blue) = 35+49+68=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 68 (26.95% from 255 or 44.74% from 152); Max value from RGB is 68 - color contains mainly: blue. Hex color #233144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233144 is #DCCEBB. Grayscale: #2E2E2E. Windows color (decimal): -14470844 or 4469027. OLE color: 4469027.
HSL color Cylindrical-coordinate representation of color #233144: hue angle of 214.55º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #233144 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 49 | 68 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.73 |
| HSL | 214.55º | 0.32% | 0.2% | - |
| HSV(B) | 214.55º | 0.49% | 0.27% | - |
| XYZ | 2.83 | 2.97 | 5.89 | - |
| YUV | 46.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 49 | 68 | 0.49 | 0.28 | 0 | 0.73 | 214.55 | 0.32 | 0.2 |
| Hex | 23 | 31 | 44 | 31 | 1C | 0 | 49 | D7 | 20 | 14 |
| Octal | 43 | 61 | 104 | 61 | 34 | 0 | 111 | 327 | 40 | 24 |
| Binary | 100011 | 110001 | 1000100 | 110001 | 11100 | 0 | 1001001 | 11010111 | 100000 | 10100 |
Color Harmonies of #233144
Complementary color
Monochromatic Colors of #233144
Black with #233144
Text Example
Text Example
White with #233144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233144; }
p { color: rgb(35,49,68); }
H1.HeaderClassName
{
color: #233144;
}
.AnyTagClassName
{
color: #233144;
}
</style>
background-color css
<style>
a { background-color: #233144; }
a { background-color: rgb(35,49,68); }
div.DivClassName
{
background-color: #233144;
}
.BgClassName
{
background-color: #233144;
}
</style>
border-color css
<style>
span { border-color: #233144; }
span { border-color: rgb(35,49,68); }
td.TdClassName
{
border-color: #233144;
}
.TagClassName
{
border-color: #233144;
}
</style>