Shades of Dark Slate Grey #234D4B
Tints of Dark Slate Grey #234D4B
RGB
CMYK
RGB Variations
Color information
#234D4B (or 0x234D4B) is known color: Dark Slate Grey. HEX triplet: 23, 4D and 4B. RGB value is (35,77,75). Sum of RGB (Red+Green+Blue) = 35+77+75=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 77 - color contains mainly: green. Hex color #234D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234D4B is #DCB2B4. Grayscale: #404040. Windows color (decimal): -14463669 or 4934947. OLE color: 4934947.
HSL color Cylindrical-coordinate representation of color #234D4B: hue angle of 177.14º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #234D4B is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 77 | 75 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.70 |
| HSL | 177.14º | 0.38% | 0.22% | - |
| HSV(B) | 177.14º | 0.55% | 0.3% | - |
| XYZ | 4.62 | 6.17 | 7.6 | - |
| YUV | 64.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 77 | 75 | 0.55 | 0 | 0.03 | 0.70 | 177.14 | 0.38 | 0.22 |
| Hex | 23 | 4D | 4B | 37 | 0 | 3 | 46 | B1 | 26 | 16 |
| Octal | 43 | 115 | 113 | 67 | 0 | 3 | 106 | 261 | 46 | 26 |
| Binary | 100011 | 1001101 | 1001011 | 110111 | 0 | 11 | 1000110 | 10110001 | 100110 | 10110 |
Color Harmonies of #234D4B
Complementary color
Monochromatic Colors of #234D4B
Black with #234D4B
Text Example
Text Example
White with #234D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234D4B; }
p { color: rgb(35,77,75); }
H1.HeaderClassName
{
color: #234D4B;
}
.AnyTagClassName
{
color: #234D4B;
}
</style>
background-color css
<style>
a { background-color: #234D4B; }
a { background-color: rgb(35,77,75); }
div.DivClassName
{
background-color: #234D4B;
}
.BgClassName
{
background-color: #234D4B;
}
</style>
border-color css
<style>
span { border-color: #234D4B; }
span { border-color: rgb(35,77,75); }
td.TdClassName
{
border-color: #234D4B;
}
.TagClassName
{
border-color: #234D4B;
}
</style>