Shades of Vulcan #35383C
Tints of Vulcan #35383C
RGB
CMYK
RGB Variations
Color information
#35383C (or 0x35383C) is known color: Vulcan. HEX triplet: 35, 38 and 3C. RGB value is (53,56,60). Sum of RGB (Red+Green+Blue) = 53+56+60=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 60 - color contains mainly: blue. Hex color #35383C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35383C is #CAC7C3. Grayscale: #373737. Windows color (decimal): -13289412 or 3946549. OLE color: 3946549.
HSL color Cylindrical-coordinate representation of color #35383C: hue angle of 214.29º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #35383C is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 56 | 60 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.76 |
| HSL | 214.29º | 0.06% | 0.22% | - |
| HSV(B) | 214.29º | 0.12% | 0.24% | - |
| XYZ | 3.7 | 3.91 | 4.84 | - |
| YUV | 55.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 56 | 60 | 0.12 | 0.07 | 0 | 0.76 | 214.29 | 0.06 | 0.22 |
| Hex | 35 | 38 | 3C | C | 7 | 0 | 4C | D6 | 6 | 16 |
| Octal | 65 | 70 | 74 | 14 | 7 | 0 | 114 | 326 | 6 | 26 |
| Binary | 110101 | 111000 | 111100 | 1100 | 111 | 0 | 1001100 | 11010110 | 110 | 10110 |
Color Harmonies of #35383C
Complementary color
Monochromatic Colors of #35383C
Black with #35383C
Text Example
Text Example
White with #35383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35383C; }
p { color: rgb(53,56,60); }
H1.HeaderClassName
{
color: #35383C;
}
.AnyTagClassName
{
color: #35383C;
}
</style>
background-color css
<style>
a { background-color: #35383C; }
a { background-color: rgb(53,56,60); }
div.DivClassName
{
background-color: #35383C;
}
.BgClassName
{
background-color: #35383C;
}
</style>
border-color css
<style>
span { border-color: #35383C; }
span { border-color: rgb(53,56,60); }
td.TdClassName
{
border-color: #35383C;
}
.TagClassName
{
border-color: #35383C;
}
</style>