Shades of Midnight Express #232A37
Tints of Midnight Express #232A37
RGB
CMYK
RGB Variations
Color information
#232A37 (or 0x232A37) is known color: Midnight Express. HEX triplet: 23, 2A and 37. RGB value is (35,42,55). Sum of RGB (Red+Green+Blue) = 35+42+55=132 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.52% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 55 (21.88% from 255 or 41.67% from 132); Max value from RGB is 55 - color contains mainly: blue. Hex color #232A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232A37 is #DCD5C8. Grayscale: #292929. Windows color (decimal): -14472649 or 3615267. OLE color: 3615267.
HSL color Cylindrical-coordinate representation of color #232A37: hue angle of 219º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #232A37 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 42 | 55 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.78 |
| HSL | 219º | 0.22% | 0.18% | - |
| HSV(B) | 219º | 0.36% | 0.22% | - |
| XYZ | 2.21 | 2.29 | 3.94 | - |
| YUV | 41.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 55 | 0.36 | 0.24 | 0 | 0.78 | 219 | 0.22 | 0.18 |
| Hex | 23 | 2A | 37 | 24 | 18 | 0 | 4E | DB | 16 | 12 |
| Octal | 43 | 52 | 67 | 44 | 30 | 0 | 116 | 333 | 26 | 22 |
| Binary | 100011 | 101010 | 110111 | 100100 | 11000 | 0 | 1001110 | 11011011 | 10110 | 10010 |
Color Harmonies of #232A37
Complementary color
Monochromatic Colors of #232A37
Black with #232A37
Text Example
Text Example
White with #232A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A37; }
p { color: rgb(35,42,55); }
H1.HeaderClassName
{
color: #232A37;
}
.AnyTagClassName
{
color: #232A37;
}
</style>
background-color css
<style>
a { background-color: #232A37; }
a { background-color: rgb(35,42,55); }
div.DivClassName
{
background-color: #232A37;
}
.BgClassName
{
background-color: #232A37;
}
</style>
border-color css
<style>
span { border-color: #232A37; }
span { border-color: rgb(35,42,55); }
td.TdClassName
{
border-color: #232A37;
}
.TagClassName
{
border-color: #232A37;
}
</style>