Shades of Dark Slate Grey #23494A
Tints of Dark Slate Grey #23494A
RGB
CMYK
RGB Variations
Color information
#23494A (or 0x23494A) is known color: Dark Slate Grey. HEX triplet: 23, 49 and 4A. RGB value is (35,73,74). Sum of RGB (Red+Green+Blue) = 35+73+74=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 74 - color contains mainly: blue. Hex color #23494A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23494A is #DCB6B5. Grayscale: #3D3D3D. Windows color (decimal): -14464694 or 4868387. OLE color: 4868387.
HSL color Cylindrical-coordinate representation of color #23494A: hue angle of 181.54º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #23494A is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 73 | 74 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.71 |
| HSL | 181.54º | 0.36% | 0.21% | - |
| HSV(B) | 181.54º | 0.53% | 0.29% | - |
| XYZ | 4.31 | 5.62 | 7.34 | - |
| YUV | 61.75 | 134.91 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 73 | 74 | 0.53 | 0.01 | 0 | 0.71 | 181.54 | 0.36 | 0.21 |
| Hex | 23 | 49 | 4A | 35 | 1 | 0 | 47 | B6 | 24 | 15 |
| Octal | 43 | 111 | 112 | 65 | 1 | 0 | 107 | 266 | 44 | 25 |
| Binary | 100011 | 1001001 | 1001010 | 110101 | 1 | 0 | 1000111 | 10110110 | 100100 | 10101 |
Color Harmonies of #23494A
Complementary color
Monochromatic Colors of #23494A
Black with #23494A
Text Example
Text Example
White with #23494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23494A; }
p { color: rgb(35,73,74); }
H1.HeaderClassName
{
color: #23494A;
}
.AnyTagClassName
{
color: #23494A;
}
</style>
background-color css
<style>
a { background-color: #23494A; }
a { background-color: rgb(35,73,74); }
div.DivClassName
{
background-color: #23494A;
}
.BgClassName
{
background-color: #23494A;
}
</style>
border-color css
<style>
span { border-color: #23494A; }
span { border-color: rgb(35,73,74); }
td.TdClassName
{
border-color: #23494A;
}
.TagClassName
{
border-color: #23494A;
}
</style>