Shades of Dark Slate Grey #23494D
Tints of Dark Slate Grey #23494D
RGB
CMYK
RGB Variations
Color information
#23494D (or 0x23494D) is known color: Dark Slate Grey. HEX triplet: 23, 49 and 4D. RGB value is (35,73,77). Sum of RGB (Red+Green+Blue) = 35+73+77=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 77 - color contains mainly: blue. Hex color #23494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23494D is #DCB6B2. Grayscale: #3E3E3E. Windows color (decimal): -14464691 or 5064995. OLE color: 5064995.
HSL color Cylindrical-coordinate representation of color #23494D: hue angle of 185.71º 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 #23494D is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 73 | 77 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.70 |
| HSL | 185.71º | 0.38% | 0.22% | - |
| HSV(B) | 185.71º | 0.55% | 0.3% | - |
| XYZ | 4.42 | 5.66 | 7.88 | - |
| YUV | 62.09 | 136.41 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 73 | 77 | 0.55 | 0.05 | 0 | 0.70 | 185.71 | 0.38 | 0.22 |
| Hex | 23 | 49 | 4D | 37 | 5 | 0 | 46 | BA | 26 | 16 |
| Octal | 43 | 111 | 115 | 67 | 5 | 0 | 106 | 272 | 46 | 26 |
| Binary | 100011 | 1001001 | 1001101 | 110111 | 101 | 0 | 1000110 | 10111010 | 100110 | 10110 |
Color Harmonies of #23494D
Complementary color
Monochromatic Colors of #23494D
Black with #23494D
Text Example
Text Example
White with #23494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23494D; }
p { color: rgb(35,73,77); }
H1.HeaderClassName
{
color: #23494D;
}
.AnyTagClassName
{
color: #23494D;
}
</style>
background-color css
<style>
a { background-color: #23494D; }
a { background-color: rgb(35,73,77); }
div.DivClassName
{
background-color: #23494D;
}
.BgClassName
{
background-color: #23494D;
}
</style>
border-color css
<style>
span { border-color: #23494D; }
span { border-color: rgb(35,73,77); }
td.TdClassName
{
border-color: #23494D;
}
.TagClassName
{
border-color: #23494D;
}
</style>