Shades of Midnight Express #232538
Tints of Midnight Express #232538
RGB
CMYK
RGB Variations
Color information
#232538 (or 0x232538) is known color: Midnight Express. HEX triplet: 23, 25 and 38. RGB value is (35,37,56). Sum of RGB (Red+Green+Blue) = 35+37+56=128 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.34% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 56 - color contains mainly: blue. Hex color #232538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232538 is #DCDAC7. Grayscale: #262626. Windows color (decimal): -14473928 or 3679523. OLE color: 3679523.
HSL color Cylindrical-coordinate representation of color #232538: hue angle of 234.29º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #232538 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 35 | 37 | 56 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.78 |
| HSL | 234.29º | 0.23% | 0.18% | - |
| HSV(B) | 234.29º | 0.38% | 0.22% | - |
| XYZ | 2.07 | 1.97 | 4.01 | - |
| YUV | 38.57 | 137.84 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 37 | 56 | 0.37 | 0.34 | 0 | 0.78 | 234.29 | 0.23 | 0.18 |
| Hex | 23 | 25 | 38 | 25 | 22 | 0 | 4E | EA | 17 | 12 |
| Octal | 43 | 45 | 70 | 45 | 42 | 0 | 116 | 352 | 27 | 22 |
| Binary | 100011 | 100101 | 111000 | 100101 | 100010 | 0 | 1001110 | 11101010 | 10111 | 10010 |
Color Harmonies of #232538
Complementary color
Monochromatic Colors of #232538
Black with #232538
Text Example
Text Example
White with #232538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232538; }
p { color: rgb(35,37,56); }
H1.HeaderClassName
{
color: #232538;
}
.AnyTagClassName
{
color: #232538;
}
</style>
background-color css
<style>
a { background-color: #232538; }
a { background-color: rgb(35,37,56); }
div.DivClassName
{
background-color: #232538;
}
.BgClassName
{
background-color: #232538;
}
</style>
border-color css
<style>
span { border-color: #232538; }
span { border-color: rgb(35,37,56); }
td.TdClassName
{
border-color: #232538;
}
.TagClassName
{
border-color: #232538;
}
</style>