Shades of Vulcan #353740
Tints of Vulcan #353740
RGB
CMYK
RGB Variations
Color information
#353740 (or 0x353740) is known color: Vulcan. HEX triplet: 35, 37 and 40. RGB value is (53,55,64). Sum of RGB (Red+Green+Blue) = 53+55+64=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 64 - color contains mainly: blue. Hex color #353740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353740 is #CAC8BF. Grayscale: #373737. Windows color (decimal): -13289664 or 4208437. OLE color: 4208437.
HSL color Cylindrical-coordinate representation of color #353740: hue angle of 229.09º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #353740 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 55 | 64 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.75 |
| HSL | 229.09º | 0.09% | 0.23% | - |
| HSV(B) | 229.09º | 0.17% | 0.25% | - |
| XYZ | 3.76 | 3.86 | 5.4 | - |
| YUV | 55.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 55 | 64 | 0.17 | 0.14 | 0 | 0.75 | 229.09 | 0.09 | 0.23 |
| Hex | 35 | 37 | 40 | 11 | E | 0 | 4B | E5 | 9 | 17 |
| Octal | 65 | 67 | 100 | 21 | 16 | 0 | 113 | 345 | 11 | 27 |
| Binary | 110101 | 110111 | 1000000 | 10001 | 1110 | 0 | 1001011 | 11100101 | 1001 | 10111 |
Color Harmonies of #353740
Complementary color
Monochromatic Colors of #353740
Black with #353740
Text Example
Text Example
White with #353740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353740; }
p { color: rgb(53,55,64); }
H1.HeaderClassName
{
color: #353740;
}
.AnyTagClassName
{
color: #353740;
}
</style>
background-color css
<style>
a { background-color: #353740; }
a { background-color: rgb(53,55,64); }
div.DivClassName
{
background-color: #353740;
}
.BgClassName
{
background-color: #353740;
}
</style>
border-color css
<style>
span { border-color: #353740; }
span { border-color: rgb(53,55,64); }
td.TdClassName
{
border-color: #353740;
}
.TagClassName
{
border-color: #353740;
}
</style>