Shades of Midnight Express #232B40
Tints of Midnight Express #232B40
RGB
CMYK
RGB Variations
Color information
#232B40 (or 0x232B40) is known color: Midnight Express. HEX triplet: 23, 2B and 40. RGB value is (35,43,64). Sum of RGB (Red+Green+Blue) = 35+43+64=142 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.65% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 64 - color contains mainly: blue. Hex color #232B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232B40 is #DCD4BF. Grayscale: #2A2A2A. Windows color (decimal): -14472384 or 4205347. OLE color: 4205347.
HSL color Cylindrical-coordinate representation of color #232B40: hue angle of 223.45º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #232B40 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 43 | 64 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.75 |
| HSL | 223.45º | 0.29% | 0.19% | - |
| HSV(B) | 223.45º | 0.45% | 0.25% | - |
| XYZ | 2.48 | 2.46 | 5.19 | - |
| YUV | 43 | 139.85 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 64 | 0.45 | 0.33 | 0 | 0.75 | 223.45 | 0.29 | 0.19 |
| Hex | 23 | 2B | 40 | 2D | 21 | 0 | 4B | DF | 1D | 13 |
| Octal | 43 | 53 | 100 | 55 | 41 | 0 | 113 | 337 | 35 | 23 |
| Binary | 100011 | 101011 | 1000000 | 101101 | 100001 | 0 | 1001011 | 11011111 | 11101 | 10011 |
Color Harmonies of #232B40
Complementary color
Monochromatic Colors of #232B40
Black with #232B40
Text Example
Text Example
White with #232B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232B40; }
p { color: rgb(35,43,64); }
H1.HeaderClassName
{
color: #232B40;
}
.AnyTagClassName
{
color: #232B40;
}
</style>
background-color css
<style>
a { background-color: #232B40; }
a { background-color: rgb(35,43,64); }
div.DivClassName
{
background-color: #232B40;
}
.BgClassName
{
background-color: #232B40;
}
</style>
border-color css
<style>
span { border-color: #232B40; }
span { border-color: rgb(35,43,64); }
td.TdClassName
{
border-color: #232B40;
}
.TagClassName
{
border-color: #232B40;
}
</style>