Shades of Vulcan #35373E
Tints of Vulcan #35373E
RGB
CMYK
RGB Variations
Color information
#35373E (or 0x35373E) is known color: Vulcan. HEX triplet: 35, 37 and 3E. RGB value is (53,55,62). Sum of RGB (Red+Green+Blue) = 53+55+62=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 62 - color contains mainly: blue. Hex color #35373E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35373E is #CAC8C1. Grayscale: #373737. Windows color (decimal): -13289666 or 4077365. OLE color: 4077365.
HSL color Cylindrical-coordinate representation of color #35373E: hue angle of 226.67º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #35373E is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 55 | 62 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.76 |
| HSL | 226.67º | 0.08% | 0.23% | - |
| HSV(B) | 226.67º | 0.15% | 0.24% | - |
| XYZ | 3.7 | 3.84 | 5.1 | - |
| YUV | 55.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 55 | 62 | 0.15 | 0.11 | 0 | 0.76 | 226.67 | 0.08 | 0.23 |
| Hex | 35 | 37 | 3E | F | B | 0 | 4C | E3 | 8 | 17 |
| Octal | 65 | 67 | 76 | 17 | 13 | 0 | 114 | 343 | 10 | 27 |
| Binary | 110101 | 110111 | 111110 | 1111 | 1011 | 0 | 1001100 | 11100011 | 1000 | 10111 |
Color Harmonies of #35373E
Complementary color
Monochromatic Colors of #35373E
Black with #35373E
Text Example
Text Example
White with #35373E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35373E; }
p { color: rgb(53,55,62); }
H1.HeaderClassName
{
color: #35373E;
}
.AnyTagClassName
{
color: #35373E;
}
</style>
background-color css
<style>
a { background-color: #35373E; }
a { background-color: rgb(53,55,62); }
div.DivClassName
{
background-color: #35373E;
}
.BgClassName
{
background-color: #35373E;
}
</style>
border-color css
<style>
span { border-color: #35373E; }
span { border-color: rgb(53,55,62); }
td.TdClassName
{
border-color: #35373E;
}
.TagClassName
{
border-color: #35373E;
}
</style>