Shades of Midnight Express #232B3C
Tints of Midnight Express #232B3C
RGB
CMYK
RGB Variations
Color information
#232B3C (or 0x232B3C) is known color: Midnight Express. HEX triplet: 23, 2B and 3C. RGB value is (35,43,60). Sum of RGB (Red+Green+Blue) = 35+43+60=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 60 - color contains mainly: blue. Hex color #232B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232B3C is #DCD4C3. Grayscale: #2A2A2A. Windows color (decimal): -14472388 or 3943203. OLE color: 3943203.
HSL color Cylindrical-coordinate representation of color #232B3C: hue angle of 220.8º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #232B3C is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 43 | 60 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.76 |
| HSL | 220.8º | 0.26% | 0.19% | - |
| HSV(B) | 220.8º | 0.42% | 0.24% | - |
| XYZ | 2.37 | 2.41 | 4.62 | - |
| YUV | 42.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 60 | 0.42 | 0.28 | 0 | 0.76 | 220.8 | 0.26 | 0.19 |
| Hex | 23 | 2B | 3C | 2A | 1C | 0 | 4C | DD | 1A | 13 |
| Octal | 43 | 53 | 74 | 52 | 34 | 0 | 114 | 335 | 32 | 23 |
| Binary | 100011 | 101011 | 111100 | 101010 | 11100 | 0 | 1001100 | 11011101 | 11010 | 10011 |
Color Harmonies of #232B3C
Complementary color
Monochromatic Colors of #232B3C
Black with #232B3C
Text Example
Text Example
White with #232B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232B3C; }
p { color: rgb(35,43,60); }
H1.HeaderClassName
{
color: #232B3C;
}
.AnyTagClassName
{
color: #232B3C;
}
</style>
background-color css
<style>
a { background-color: #232B3C; }
a { background-color: rgb(35,43,60); }
div.DivClassName
{
background-color: #232B3C;
}
.BgClassName
{
background-color: #232B3C;
}
</style>
border-color css
<style>
span { border-color: #232B3C; }
span { border-color: rgb(35,43,60); }
td.TdClassName
{
border-color: #232B3C;
}
.TagClassName
{
border-color: #232B3C;
}
</style>