Shades of Vulcan #35373D
Tints of Vulcan #35373D
RGB
CMYK
RGB Variations
Color information
#35373D (or 0x35373D) is known color: Vulcan. HEX triplet: 35, 37 and 3D. RGB value is (53,55,61). Sum of RGB (Red+Green+Blue) = 53+55+61=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 61 - color contains mainly: blue. Hex color #35373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35373D is #CAC8C2. Grayscale: #373737. Windows color (decimal): -13289667 or 4011829. OLE color: 4011829.
HSL color Cylindrical-coordinate representation of color #35373D: hue angle of 225º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #35373D is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 55 | 61 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.76 |
| HSL | 225º | 0.07% | 0.22% | - |
| HSV(B) | 225º | 0.13% | 0.24% | - |
| XYZ | 3.68 | 3.83 | 4.96 | - |
| YUV | 55.09 | 131.34 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 55 | 61 | 0.13 | 0.10 | 0 | 0.76 | 225 | 0.07 | 0.22 |
| Hex | 35 | 37 | 3D | D | A | 0 | 4C | E1 | 7 | 16 |
| Octal | 65 | 67 | 75 | 15 | 12 | 0 | 114 | 341 | 7 | 26 |
| Binary | 110101 | 110111 | 111101 | 1101 | 1010 | 0 | 1001100 | 11100001 | 111 | 10110 |
Color Harmonies of #35373D
Complementary color
Monochromatic Colors of #35373D
Black with #35373D
Text Example
Text Example
White with #35373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35373D; }
p { color: rgb(53,55,61); }
H1.HeaderClassName
{
color: #35373D;
}
.AnyTagClassName
{
color: #35373D;
}
</style>
background-color css
<style>
a { background-color: #35373D; }
a { background-color: rgb(53,55,61); }
div.DivClassName
{
background-color: #35373D;
}
.BgClassName
{
background-color: #35373D;
}
</style>
border-color css
<style>
span { border-color: #35373D; }
span { border-color: rgb(53,55,61); }
td.TdClassName
{
border-color: #35373D;
}
.TagClassName
{
border-color: #35373D;
}
</style>