Shades of Dark Slate Grey #304F55
Tints of Dark Slate Grey #304F55
RGB
CMYK
RGB Variations
Color information
#304F55 (or 0x304F55) is known color: Dark Slate Grey. HEX triplet: 30, 4F and 55. RGB value is (48,79,85). Sum of RGB (Red+Green+Blue) = 48+79+85=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 85 - color contains mainly: blue. Hex color #304F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F55 is #CFB0AA. Grayscale: #464646. Windows color (decimal): -13611179 or 5590832. OLE color: 5590832.
HSL color Cylindrical-coordinate representation of color #304F55: hue angle of 189.73º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #304F55 is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 79 | 85 | - |
| CMYK | 0.44 | 0.07 | 0 | 0.67 |
| HSL | 189.73º | 0.28% | 0.26% | - |
| HSV(B) | 189.73º | 0.44% | 0.33% | - |
| XYZ | 5.65 | 6.88 | 9.62 | - |
| YUV | 70.42 | 136.23 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 85 | 0.44 | 0.07 | 0 | 0.67 | 189.73 | 0.28 | 0.26 |
| Hex | 30 | 4F | 55 | 2C | 7 | 0 | 43 | BE | 1C | 1A |
| Octal | 60 | 117 | 125 | 54 | 7 | 0 | 103 | 276 | 34 | 32 |
| Binary | 110000 | 1001111 | 1010101 | 101100 | 111 | 0 | 1000011 | 10111110 | 11100 | 11010 |
Color Harmonies of #304F55
Complementary color
Monochromatic Colors of #304F55
Black with #304F55
Text Example
Text Example
White with #304F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304F55; }
p { color: rgb(48,79,85); }
H1.HeaderClassName
{
color: #304F55;
}
.AnyTagClassName
{
color: #304F55;
}
</style>
background-color css
<style>
a { background-color: #304F55; }
a { background-color: rgb(48,79,85); }
div.DivClassName
{
background-color: #304F55;
}
.BgClassName
{
background-color: #304F55;
}
</style>
border-color css
<style>
span { border-color: #304F55; }
span { border-color: rgb(48,79,85); }
td.TdClassName
{
border-color: #304F55;
}
.TagClassName
{
border-color: #304F55;
}
</style>