Shades of Vulcan #333640
Tints of Vulcan #333640
RGB
CMYK
RGB Variations
Color information
#333640 (or 0x333640) is known color: Vulcan. HEX triplet: 33, 36 and 40. RGB value is (51,54,64). Sum of RGB (Red+Green+Blue) = 51+54+64=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 64 - color contains mainly: blue. Hex color #333640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333640 is #CCC9BF. Grayscale: #363636. Windows color (decimal): -13420992 or 4208179. OLE color: 4208179.
HSL color Cylindrical-coordinate representation of color #333640: hue angle of 226.15º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #333640 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 54 | 64 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.75 |
| HSL | 226.15º | 0.11% | 0.23% | - |
| HSV(B) | 226.15º | 0.2% | 0.25% | - |
| XYZ | 3.61 | 3.71 | 5.38 | - |
| YUV | 54.24 | 133.51 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 54 | 64 | 0.20 | 0.16 | 0 | 0.75 | 226.15 | 0.11 | 0.23 |
| Hex | 33 | 36 | 40 | 14 | 10 | 0 | 4B | E2 | B | 17 |
| Octal | 63 | 66 | 100 | 24 | 20 | 0 | 113 | 342 | 13 | 27 |
| Binary | 110011 | 110110 | 1000000 | 10100 | 10000 | 0 | 1001011 | 11100010 | 1011 | 10111 |
Color Harmonies of #333640
Complementary color
Monochromatic Colors of #333640
Black with #333640
Text Example
Text Example
White with #333640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333640; }
p { color: rgb(51,54,64); }
H1.HeaderClassName
{
color: #333640;
}
.AnyTagClassName
{
color: #333640;
}
</style>
background-color css
<style>
a { background-color: #333640; }
a { background-color: rgb(51,54,64); }
div.DivClassName
{
background-color: #333640;
}
.BgClassName
{
background-color: #333640;
}
</style>
border-color css
<style>
span { border-color: #333640; }
span { border-color: rgb(51,54,64); }
td.TdClassName
{
border-color: #333640;
}
.TagClassName
{
border-color: #333640;
}
</style>