Shades of Dark Slate Grey #364A4B
Tints of Dark Slate Grey #364A4B
RGB
CMYK
RGB Variations
Color information
#364A4B (or 0x364A4B) is known color: Dark Slate Grey. HEX triplet: 36, 4A and 4B. RGB value is (54,74,75). Sum of RGB (Red+Green+Blue) = 54+74+75=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 75 - color contains mainly: blue. Hex color #364A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364A4B is #C9B5B4. Grayscale: #444444. Windows color (decimal): -13219253 or 4934198. OLE color: 4934198.
HSL color Cylindrical-coordinate representation of color #364A4B: hue angle of 182.86º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #364A4B is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 74 | 75 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.71 |
| HSL | 182.86º | 0.16% | 0.25% | - |
| HSV(B) | 182.86º | 0.28% | 0.29% | - |
| XYZ | 5.24 | 6.19 | 7.58 | - |
| YUV | 68.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 74 | 75 | 0.28 | 0.01 | 0 | 0.71 | 182.86 | 0.16 | 0.25 |
| Hex | 36 | 4A | 4B | 1C | 1 | 0 | 47 | B7 | 10 | 19 |
| Octal | 66 | 112 | 113 | 34 | 1 | 0 | 107 | 267 | 20 | 31 |
| Binary | 110110 | 1001010 | 1001011 | 11100 | 1 | 0 | 1000111 | 10110111 | 10000 | 11001 |
Color Harmonies of #364A4B
Complementary color
Monochromatic Colors of #364A4B
Black with #364A4B
Text Example
Text Example
White with #364A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364A4B; }
p { color: rgb(54,74,75); }
H1.HeaderClassName
{
color: #364A4B;
}
.AnyTagClassName
{
color: #364A4B;
}
</style>
background-color css
<style>
a { background-color: #364A4B; }
a { background-color: rgb(54,74,75); }
div.DivClassName
{
background-color: #364A4B;
}
.BgClassName
{
background-color: #364A4B;
}
</style>
border-color css
<style>
span { border-color: #364A4B; }
span { border-color: rgb(54,74,75); }
td.TdClassName
{
border-color: #364A4B;
}
.TagClassName
{
border-color: #364A4B;
}
</style>