Shades of Dark Slate Grey #234C4B
Tints of Dark Slate Grey #234C4B
RGB
CMYK
RGB Variations
Color information
#234C4B (or 0x234C4B) is known color: Dark Slate Grey. HEX triplet: 23, 4C and 4B. RGB value is (35,76,75). Sum of RGB (Red+Green+Blue) = 35+76+75=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 76 - color contains mainly: green. Hex color #234C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234C4B is #DCB3B4. Grayscale: #3F3F3F. Windows color (decimal): -14463925 or 4934691. OLE color: 4934691.
HSL color Cylindrical-coordinate representation of color #234C4B: hue angle of 178.54º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #234C4B is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 76 | 75 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.70 |
| HSL | 178.54º | 0.37% | 0.22% | - |
| HSV(B) | 178.54º | 0.54% | 0.3% | - |
| XYZ | 4.55 | 6.03 | 7.58 | - |
| YUV | 63.63 | 134.42 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 75 | 0.54 | 0 | 0.01 | 0.70 | 178.54 | 0.37 | 0.22 |
| Hex | 23 | 4C | 4B | 36 | 0 | 1 | 46 | B3 | 25 | 16 |
| Octal | 43 | 114 | 113 | 66 | 0 | 1 | 106 | 263 | 45 | 26 |
| Binary | 100011 | 1001100 | 1001011 | 110110 | 0 | 1 | 1000110 | 10110011 | 100101 | 10110 |
Color Harmonies of #234C4B
Complementary color
Monochromatic Colors of #234C4B
Black with #234C4B
Text Example
Text Example
White with #234C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234C4B; }
p { color: rgb(35,76,75); }
H1.HeaderClassName
{
color: #234C4B;
}
.AnyTagClassName
{
color: #234C4B;
}
</style>
background-color css
<style>
a { background-color: #234C4B; }
a { background-color: rgb(35,76,75); }
div.DivClassName
{
background-color: #234C4B;
}
.BgClassName
{
background-color: #234C4B;
}
</style>
border-color css
<style>
span { border-color: #234C4B; }
span { border-color: rgb(35,76,75); }
td.TdClassName
{
border-color: #234C4B;
}
.TagClassName
{
border-color: #234C4B;
}
</style>