Shades of Midnight Express #232C3D
Tints of Midnight Express #232C3D
RGB
CMYK
RGB Variations
Color information
#232C3D (or 0x232C3D) is known color: Midnight Express. HEX triplet: 23, 2C and 3D. RGB value is (35,44,61). Sum of RGB (Red+Green+Blue) = 35+44+61=140 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 61 (24.22% from 255 or 43.57% from 140); Max value from RGB is 61 - color contains mainly: blue. Hex color #232C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232C3D is #DCD3C2. Grayscale: #2B2B2B. Windows color (decimal): -14472131 or 4008995. OLE color: 4008995.
HSL color Cylindrical-coordinate representation of color #232C3D: hue angle of 219.23º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #232C3D is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 44 | 61 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.76 |
| HSL | 219.23º | 0.27% | 0.19% | - |
| HSV(B) | 219.23º | 0.43% | 0.24% | - |
| XYZ | 2.44 | 2.5 | 4.77 | - |
| YUV | 43.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 61 | 0.43 | 0.28 | 0 | 0.76 | 219.23 | 0.27 | 0.19 |
| Hex | 23 | 2C | 3D | 2B | 1C | 0 | 4C | DB | 1B | 13 |
| Octal | 43 | 54 | 75 | 53 | 34 | 0 | 114 | 333 | 33 | 23 |
| Binary | 100011 | 101100 | 111101 | 101011 | 11100 | 0 | 1001100 | 11011011 | 11011 | 10011 |
Color Harmonies of #232C3D
Complementary color
Monochromatic Colors of #232C3D
Black with #232C3D
Text Example
Text Example
White with #232C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C3D; }
p { color: rgb(35,44,61); }
H1.HeaderClassName
{
color: #232C3D;
}
.AnyTagClassName
{
color: #232C3D;
}
</style>
background-color css
<style>
a { background-color: #232C3D; }
a { background-color: rgb(35,44,61); }
div.DivClassName
{
background-color: #232C3D;
}
.BgClassName
{
background-color: #232C3D;
}
</style>
border-color css
<style>
span { border-color: #232C3D; }
span { border-color: rgb(35,44,61); }
td.TdClassName
{
border-color: #232C3D;
}
.TagClassName
{
border-color: #232C3D;
}
</style>