Shades of Midnight Express #232A3D
Tints of Midnight Express #232A3D
RGB
CMYK
RGB Variations
Color information
#232A3D (or 0x232A3D) is known color: Midnight Express. HEX triplet: 23, 2A and 3D. RGB value is (35,42,61). Sum of RGB (Red+Green+Blue) = 35+42+61=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 61 (24.22% from 255 or 44.20% from 138); Max value from RGB is 61 - color contains mainly: blue. Hex color #232A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232A3D is #DCD5C2. Grayscale: #292929. Windows color (decimal): -14472643 or 4008483. OLE color: 4008483.
HSL color Cylindrical-coordinate representation of color #232A3D: hue angle of 223.85º 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 #232A3D is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 42 | 61 | - |
| CMYK | 0.43 | 0.31 | 0 | 0.76 |
| HSL | 223.85º | 0.27% | 0.19% | - |
| HSV(B) | 223.85º | 0.43% | 0.24% | - |
| XYZ | 2.36 | 2.35 | 4.74 | - |
| YUV | 42.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 61 | 0.43 | 0.31 | 0 | 0.76 | 223.85 | 0.27 | 0.19 |
| Hex | 23 | 2A | 3D | 2B | 1F | 0 | 4C | E0 | 1B | 13 |
| Octal | 43 | 52 | 75 | 53 | 37 | 0 | 114 | 340 | 33 | 23 |
| Binary | 100011 | 101010 | 111101 | 101011 | 11111 | 0 | 1001100 | 11100000 | 11011 | 10011 |
Color Harmonies of #232A3D
Complementary color
Monochromatic Colors of #232A3D
Black with #232A3D
Text Example
Text Example
White with #232A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A3D; }
p { color: rgb(35,42,61); }
H1.HeaderClassName
{
color: #232A3D;
}
.AnyTagClassName
{
color: #232A3D;
}
</style>
background-color css
<style>
a { background-color: #232A3D; }
a { background-color: rgb(35,42,61); }
div.DivClassName
{
background-color: #232A3D;
}
.BgClassName
{
background-color: #232A3D;
}
</style>
border-color css
<style>
span { border-color: #232A3D; }
span { border-color: rgb(35,42,61); }
td.TdClassName
{
border-color: #232A3D;
}
.TagClassName
{
border-color: #232A3D;
}
</style>