Shades of Dark Slate Grey #304E53
Tints of Dark Slate Grey #304E53
RGB
CMYK
RGB Variations
Color information
#304E53 (or 0x304E53) is known color: Dark Slate Grey. HEX triplet: 30, 4E and 53. RGB value is (48,78,83). Sum of RGB (Red+Green+Blue) = 48+78+83=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 83 - color contains mainly: blue. Hex color #304E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E53 is #CFB1AC. Grayscale: #454545. Windows color (decimal): -13611437 or 5459504. OLE color: 5459504.
HSL color Cylindrical-coordinate representation of color #304E53: hue angle of 188.57º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #304E53 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 78 | 83 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.67 |
| HSL | 188.57º | 0.27% | 0.26% | - |
| HSV(B) | 188.57º | 0.42% | 0.33% | - |
| XYZ | 5.5 | 6.7 | 9.19 | - |
| YUV | 69.6 | 135.56 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 83 | 0.42 | 0.06 | 0 | 0.67 | 188.57 | 0.27 | 0.26 |
| Hex | 30 | 4E | 53 | 2A | 6 | 0 | 43 | BD | 1B | 1A |
| Octal | 60 | 116 | 123 | 52 | 6 | 0 | 103 | 275 | 33 | 32 |
| Binary | 110000 | 1001110 | 1010011 | 101010 | 110 | 0 | 1000011 | 10111101 | 11011 | 11010 |
Color Harmonies of #304E53
Complementary color
Monochromatic Colors of #304E53
Black with #304E53
Text Example
Text Example
White with #304E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304E53; }
p { color: rgb(48,78,83); }
H1.HeaderClassName
{
color: #304E53;
}
.AnyTagClassName
{
color: #304E53;
}
</style>
background-color css
<style>
a { background-color: #304E53; }
a { background-color: rgb(48,78,83); }
div.DivClassName
{
background-color: #304E53;
}
.BgClassName
{
background-color: #304E53;
}
</style>
border-color css
<style>
span { border-color: #304E53; }
span { border-color: rgb(48,78,83); }
td.TdClassName
{
border-color: #304E53;
}
.TagClassName
{
border-color: #304E53;
}
</style>