Shades of Midnight Express #232C3F
Tints of Midnight Express #232C3F
RGB
CMYK
RGB Variations
Color information
#232C3F (or 0x232C3F) is known color: Midnight Express. HEX triplet: 23, 2C and 3F. RGB value is (35,44,63). Sum of RGB (Red+Green+Blue) = 35+44+63=142 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.65% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 63 - color contains mainly: blue. Hex color #232C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232C3F is #DCD3C0. Grayscale: #2B2B2B. Windows color (decimal): -14472129 or 4140067. OLE color: 4140067.
HSL color Cylindrical-coordinate representation of color #232C3F: hue angle of 220.71º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #232C3F is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 44 | 63 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.75 |
| HSL | 220.71º | 0.29% | 0.19% | - |
| HSV(B) | 220.71º | 0.44% | 0.25% | - |
| XYZ | 2.49 | 2.52 | 5.06 | - |
| YUV | 43.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 63 | 0.44 | 0.30 | 0 | 0.75 | 220.71 | 0.29 | 0.19 |
| Hex | 23 | 2C | 3F | 2C | 1E | 0 | 4B | DD | 1D | 13 |
| Octal | 43 | 54 | 77 | 54 | 36 | 0 | 113 | 335 | 35 | 23 |
| Binary | 100011 | 101100 | 111111 | 101100 | 11110 | 0 | 1001011 | 11011101 | 11101 | 10011 |
Color Harmonies of #232C3F
Complementary color
Monochromatic Colors of #232C3F
Black with #232C3F
Text Example
Text Example
White with #232C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C3F; }
p { color: rgb(35,44,63); }
H1.HeaderClassName
{
color: #232C3F;
}
.AnyTagClassName
{
color: #232C3F;
}
</style>
background-color css
<style>
a { background-color: #232C3F; }
a { background-color: rgb(35,44,63); }
div.DivClassName
{
background-color: #232C3F;
}
.BgClassName
{
background-color: #232C3F;
}
</style>
border-color css
<style>
span { border-color: #232C3F; }
span { border-color: rgb(35,44,63); }
td.TdClassName
{
border-color: #232C3F;
}
.TagClassName
{
border-color: #232C3F;
}
</style>