Shades of Midnight Express #232946
Tints of Midnight Express #232946
RGB
CMYK
RGB Variations
Color information
#232946 (or 0x232946) is known color: Midnight Express. HEX triplet: 23, 29 and 46. RGB value is (35,41,70). Sum of RGB (Red+Green+Blue) = 35+41+70=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 70 - color contains mainly: blue. Hex color #232946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232946 is #DCD6B9. Grayscale: #2A2A2A. Windows color (decimal): -14472890 or 4598051. OLE color: 4598051.
HSL color Cylindrical-coordinate representation of color #232946: hue angle of 229.71º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #232946 is Cyan = 0.5, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 35 | 41 | 70 | - |
| CMYK | 0.5 | 0.41 | 0 | 0.73 |
| HSL | 229.71º | 0.33% | 0.21% | - |
| HSV(B) | 229.71º | 0.5% | 0.27% | - |
| XYZ | 2.59 | 2.39 | 6.12 | - |
| YUV | 42.51 | 143.51 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 41 | 70 | 0.5 | 0.41 | 0 | 0.73 | 229.71 | 0.33 | 0.21 |
| Hex | 23 | 29 | 46 | 32 | 29 | 0 | 49 | E6 | 21 | 15 |
| Octal | 43 | 51 | 106 | 62 | 51 | 0 | 111 | 346 | 41 | 25 |
| Binary | 100011 | 101001 | 1000110 | 110010 | 101001 | 0 | 1001001 | 11100110 | 100001 | 10101 |
Color Harmonies of #232946
Complementary color
Monochromatic Colors of #232946
Black with #232946
Text Example
Text Example
White with #232946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232946; }
p { color: rgb(35,41,70); }
H1.HeaderClassName
{
color: #232946;
}
.AnyTagClassName
{
color: #232946;
}
</style>
background-color css
<style>
a { background-color: #232946; }
a { background-color: rgb(35,41,70); }
div.DivClassName
{
background-color: #232946;
}
.BgClassName
{
background-color: #232946;
}
</style>
border-color css
<style>
span { border-color: #232946; }
span { border-color: rgb(35,41,70); }
td.TdClassName
{
border-color: #232946;
}
.TagClassName
{
border-color: #232946;
}
</style>