Shades of Dark Slate Grey #23494C
Tints of Dark Slate Grey #23494C
RGB
CMYK
RGB Variations
Color information
#23494C (or 0x23494C) is known color: Dark Slate Grey. HEX triplet: 23, 49 and 4C. RGB value is (35,73,76). Sum of RGB (Red+Green+Blue) = 35+73+76=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 76 - color contains mainly: blue. Hex color #23494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23494C is #DCB6B3. Grayscale: #3D3D3D. Windows color (decimal): -14464692 or 4999459. OLE color: 4999459.
HSL color Cylindrical-coordinate representation of color #23494C: hue angle of 184.39º 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 #23494C is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 73 | 76 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.70 |
| HSL | 184.39º | 0.37% | 0.22% | - |
| HSV(B) | 184.39º | 0.54% | 0.3% | - |
| XYZ | 4.38 | 5.64 | 7.7 | - |
| YUV | 61.98 | 135.91 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 73 | 76 | 0.54 | 0.04 | 0 | 0.70 | 184.39 | 0.37 | 0.22 |
| Hex | 23 | 49 | 4C | 36 | 4 | 0 | 46 | B8 | 25 | 16 |
| Octal | 43 | 111 | 114 | 66 | 4 | 0 | 106 | 270 | 45 | 26 |
| Binary | 100011 | 1001001 | 1001100 | 110110 | 100 | 0 | 1000110 | 10111000 | 100101 | 10110 |
Color Harmonies of #23494C
Complementary color
Monochromatic Colors of #23494C
Black with #23494C
Text Example
Text Example
White with #23494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23494C; }
p { color: rgb(35,73,76); }
H1.HeaderClassName
{
color: #23494C;
}
.AnyTagClassName
{
color: #23494C;
}
</style>
background-color css
<style>
a { background-color: #23494C; }
a { background-color: rgb(35,73,76); }
div.DivClassName
{
background-color: #23494C;
}
.BgClassName
{
background-color: #23494C;
}
</style>
border-color css
<style>
span { border-color: #23494C; }
span { border-color: rgb(35,73,76); }
td.TdClassName
{
border-color: #23494C;
}
.TagClassName
{
border-color: #23494C;
}
</style>