Shades of Dark Slate Grey #234D4D
Tints of Dark Slate Grey #234D4D
RGB
CMYK
RGB Variations
Color information
#234D4D (or 0x234D4D) is known color: Dark Slate Grey. HEX triplet: 23, 4D and 4D. RGB value is (35,77,77). Sum of RGB (Red+Green+Blue) = 35+77+77=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 77 (30.47% from 255 or 40.74% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: green, blue. Hex color #234D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234D4D is #DCB2B2. Grayscale: #404040. Windows color (decimal): -14463667 or 5066019. OLE color: 5066019.
HSL color Cylindrical-coordinate representation of color #234D4D: hue angle of 180º 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 #234D4D is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 77 | 77 | - |
| CMYK | 0.55 | 0 | 0 | 0.70 |
| HSL | 180º | 0.38% | 0.22% | - |
| HSV(B) | 180º | 0.55% | 0.3% | - |
| XYZ | 4.69 | 6.2 | 7.97 | - |
| YUV | 64.44 | 135.09 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 77 | 77 | 0.55 | 0 | 0 | 0.70 | 180 | 0.38 | 0.22 |
| Hex | 23 | 4D | 4D | 37 | 0 | 0 | 46 | B4 | 26 | 16 |
| Octal | 43 | 115 | 115 | 67 | 0 | 0 | 106 | 264 | 46 | 26 |
| Binary | 100011 | 1001101 | 1001101 | 110111 | 0 | 0 | 1000110 | 10110100 | 100110 | 10110 |
Color Harmonies of #234D4D
Complementary color
Monochromatic Colors of #234D4D
Black with #234D4D
Text Example
Text Example
White with #234D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234D4D; }
p { color: rgb(35,77,77); }
H1.HeaderClassName
{
color: #234D4D;
}
.AnyTagClassName
{
color: #234D4D;
}
</style>
background-color css
<style>
a { background-color: #234D4D; }
a { background-color: rgb(35,77,77); }
div.DivClassName
{
background-color: #234D4D;
}
.BgClassName
{
background-color: #234D4D;
}
</style>
border-color css
<style>
span { border-color: #234D4D; }
span { border-color: rgb(35,77,77); }
td.TdClassName
{
border-color: #234D4D;
}
.TagClassName
{
border-color: #234D4D;
}
</style>