Shades of Vulcan #353B44
Tints of Vulcan #353B44
RGB
CMYK
RGB Variations
Color information
#353B44 (or 0x353B44) is known color: Vulcan. HEX triplet: 35, 3B and 44. RGB value is (53,59,68). Sum of RGB (Red+Green+Blue) = 53+59+68=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 59 (23.44% from 255 or 32.78% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 68 - color contains mainly: blue. Hex color #353B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B44 is #CAC4BB. Grayscale: #3A3A3A. Windows color (decimal): -13288636 or 4471605. OLE color: 4471605.
HSL color Cylindrical-coordinate representation of color #353B44: hue angle of 216º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #353B44 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 59 | 68 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.73 |
| HSL | 216º | 0.12% | 0.24% | - |
| HSV(B) | 216º | 0.22% | 0.27% | - |
| XYZ | 4.08 | 4.3 | 6.08 | - |
| YUV | 58.23 | 133.51 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 68 | 0.22 | 0.13 | 0 | 0.73 | 216 | 0.12 | 0.24 |
| Hex | 35 | 3B | 44 | 16 | D | 0 | 49 | D8 | C | 18 |
| Octal | 65 | 73 | 104 | 26 | 15 | 0 | 111 | 330 | 14 | 30 |
| Binary | 110101 | 111011 | 1000100 | 10110 | 1101 | 0 | 1001001 | 11011000 | 1100 | 11000 |
Color Harmonies of #353B44
Complementary color
Monochromatic Colors of #353B44
Black with #353B44
Text Example
Text Example
White with #353B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353B44; }
p { color: rgb(53,59,68); }
H1.HeaderClassName
{
color: #353B44;
}
.AnyTagClassName
{
color: #353B44;
}
</style>
background-color css
<style>
a { background-color: #353B44; }
a { background-color: rgb(53,59,68); }
div.DivClassName
{
background-color: #353B44;
}
.BgClassName
{
background-color: #353B44;
}
</style>
border-color css
<style>
span { border-color: #353B44; }
span { border-color: rgb(53,59,68); }
td.TdClassName
{
border-color: #353B44;
}
.TagClassName
{
border-color: #353B44;
}
</style>