Shades of Dark Slate Grey #305357
Tints of Dark Slate Grey #305357
RGB
CMYK
RGB Variations
Color information
#305357 (or 0x305357) is known color: Dark Slate Grey. HEX triplet: 30, 53 and 57. RGB value is (48,83,87). Sum of RGB (Red+Green+Blue) = 48+83+87=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 87 - color contains mainly: blue. Hex color #305357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305357 is #CFACA8. Grayscale: #484848. Windows color (decimal): -13610153 or 5722928. OLE color: 5722928.
HSL color Cylindrical-coordinate representation of color #305357: hue angle of 186.15º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #305357 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 83 | 87 | - |
| CMYK | 0.45 | 0.05 | 0 | 0.66 |
| HSL | 186.15º | 0.29% | 0.26% | - |
| HSV(B) | 186.15º | 0.45% | 0.34% | - |
| XYZ | 6.03 | 7.5 | 10.15 | - |
| YUV | 72.99 | 135.9 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 87 | 0.45 | 0.05 | 0 | 0.66 | 186.15 | 0.29 | 0.26 |
| Hex | 30 | 53 | 57 | 2D | 5 | 0 | 42 | BA | 1D | 1A |
| Octal | 60 | 123 | 127 | 55 | 5 | 0 | 102 | 272 | 35 | 32 |
| Binary | 110000 | 1010011 | 1010111 | 101101 | 101 | 0 | 1000010 | 10111010 | 11101 | 11010 |
Color Harmonies of #305357
Complementary color
Monochromatic Colors of #305357
Black with #305357
Text Example
Text Example
White with #305357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305357; }
p { color: rgb(48,83,87); }
H1.HeaderClassName
{
color: #305357;
}
.AnyTagClassName
{
color: #305357;
}
</style>
background-color css
<style>
a { background-color: #305357; }
a { background-color: rgb(48,83,87); }
div.DivClassName
{
background-color: #305357;
}
.BgClassName
{
background-color: #305357;
}
</style>
border-color css
<style>
span { border-color: #305357; }
span { border-color: rgb(48,83,87); }
td.TdClassName
{
border-color: #305357;
}
.TagClassName
{
border-color: #305357;
}
</style>