Shades of Midnight Express #232B3D
Tints of Midnight Express #232B3D
RGB
CMYK
RGB Variations
Color information
#232B3D (or 0x232B3D) is known color: Midnight Express. HEX triplet: 23, 2B and 3D. RGB value is (35,43,61). Sum of RGB (Red+Green+Blue) = 35+43+61=139 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.18% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 61 - color contains mainly: blue. Hex color #232B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232B3D is #DCD4C2. Grayscale: #2A2A2A. Windows color (decimal): -14472387 or 4008739. OLE color: 4008739.
HSL color Cylindrical-coordinate representation of color #232B3D: hue angle of 221.54º 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 #232B3D is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 43 | 61 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.76 |
| HSL | 221.54º | 0.27% | 0.19% | - |
| HSV(B) | 221.54º | 0.43% | 0.24% | - |
| XYZ | 2.4 | 2.42 | 4.76 | - |
| YUV | 42.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 61 | 0.43 | 0.30 | 0 | 0.76 | 221.54 | 0.27 | 0.19 |
| Hex | 23 | 2B | 3D | 2B | 1E | 0 | 4C | DE | 1B | 13 |
| Octal | 43 | 53 | 75 | 53 | 36 | 0 | 114 | 336 | 33 | 23 |
| Binary | 100011 | 101011 | 111101 | 101011 | 11110 | 0 | 1001100 | 11011110 | 11011 | 10011 |
Color Harmonies of #232B3D
Complementary color
Monochromatic Colors of #232B3D
Black with #232B3D
Text Example
Text Example
White with #232B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232B3D; }
p { color: rgb(35,43,61); }
H1.HeaderClassName
{
color: #232B3D;
}
.AnyTagClassName
{
color: #232B3D;
}
</style>
background-color css
<style>
a { background-color: #232B3D; }
a { background-color: rgb(35,43,61); }
div.DivClassName
{
background-color: #232B3D;
}
.BgClassName
{
background-color: #232B3D;
}
</style>
border-color css
<style>
span { border-color: #232B3D; }
span { border-color: rgb(35,43,61); }
td.TdClassName
{
border-color: #232B3D;
}
.TagClassName
{
border-color: #232B3D;
}
</style>