Shades of Midnight Express #232844
Tints of Midnight Express #232844
RGB
CMYK
RGB Variations
Color information
#232844 (or 0x232844) is known color: Midnight Express. HEX triplet: 23, 28 and 44. RGB value is (35,40,68). Sum of RGB (Red+Green+Blue) = 35+40+68=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 68 (26.95% from 255 or 47.55% from 143); Max value from RGB is 68 - color contains mainly: blue. Hex color #232844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232844 is #DCD7BB. Grayscale: #292929. Windows color (decimal): -14473148 or 4466723. OLE color: 4466723.
HSL color Cylindrical-coordinate representation of color #232844: hue angle of 230.91º 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 #232844 is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 40 | 68 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.73 |
| HSL | 230.91º | 0.32% | 0.2% | - |
| HSV(B) | 230.91º | 0.49% | 0.27% | - |
| XYZ | 2.5 | 2.29 | 5.78 | - |
| YUV | 41.7 | 142.84 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 68 | 0.49 | 0.41 | 0 | 0.73 | 230.91 | 0.32 | 0.2 |
| Hex | 23 | 28 | 44 | 31 | 29 | 0 | 49 | E7 | 20 | 14 |
| Octal | 43 | 50 | 104 | 61 | 51 | 0 | 111 | 347 | 40 | 24 |
| Binary | 100011 | 101000 | 1000100 | 110001 | 101001 | 0 | 1001001 | 11100111 | 100000 | 10100 |
Color Harmonies of #232844
Complementary color
Monochromatic Colors of #232844
Black with #232844
Text Example
Text Example
White with #232844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232844; }
p { color: rgb(35,40,68); }
H1.HeaderClassName
{
color: #232844;
}
.AnyTagClassName
{
color: #232844;
}
</style>
background-color css
<style>
a { background-color: #232844; }
a { background-color: rgb(35,40,68); }
div.DivClassName
{
background-color: #232844;
}
.BgClassName
{
background-color: #232844;
}
</style>
border-color css
<style>
span { border-color: #232844; }
span { border-color: rgb(35,40,68); }
td.TdClassName
{
border-color: #232844;
}
.TagClassName
{
border-color: #232844;
}
</style>