Shades of Vulcan #35383D
Tints of Vulcan #35383D
RGB
CMYK
RGB Variations
Color information
#35383D (or 0x35383D) is known color: Vulcan. HEX triplet: 35, 38 and 3D. RGB value is (53,56,61). Sum of RGB (Red+Green+Blue) = 53+56+61=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 61 - color contains mainly: blue. Hex color #35383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35383D is #CAC7C2. Grayscale: #373737. Windows color (decimal): -13289411 or 4012085. OLE color: 4012085.
HSL color Cylindrical-coordinate representation of color #35383D: hue angle of 217.5º 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 #35383D is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 56 | 61 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.76 |
| HSL | 217.5º | 0.07% | 0.22% | - |
| HSV(B) | 217.5º | 0.13% | 0.24% | - |
| XYZ | 3.72 | 3.92 | 4.98 | - |
| YUV | 55.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 56 | 61 | 0.13 | 0.08 | 0 | 0.76 | 217.5 | 0.07 | 0.22 |
| Hex | 35 | 38 | 3D | D | 8 | 0 | 4C | DA | 7 | 16 |
| Octal | 65 | 70 | 75 | 15 | 10 | 0 | 114 | 332 | 7 | 26 |
| Binary | 110101 | 111000 | 111101 | 1101 | 1000 | 0 | 1001100 | 11011010 | 111 | 10110 |
Color Harmonies of #35383D
Complementary color
Monochromatic Colors of #35383D
Black with #35383D
Text Example
Text Example
White with #35383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35383D; }
p { color: rgb(53,56,61); }
H1.HeaderClassName
{
color: #35383D;
}
.AnyTagClassName
{
color: #35383D;
}
</style>
background-color css
<style>
a { background-color: #35383D; }
a { background-color: rgb(53,56,61); }
div.DivClassName
{
background-color: #35383D;
}
.BgClassName
{
background-color: #35383D;
}
</style>
border-color css
<style>
span { border-color: #35383D; }
span { border-color: rgb(53,56,61); }
td.TdClassName
{
border-color: #35383D;
}
.TagClassName
{
border-color: #35383D;
}
</style>