#333640

Color #333640 Vulcan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vulcan #333640

Tints of Vulcan #333640

Color information

#333640 (or 0x333640) is unknown color: approx 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

RGB515464-
CMYK0.200.1600.75
HSL226.15º11.3%22.55%-
HSV(B)226.15º20.31%25.1%-
XYZ3.613.715.38-
YUV54.24133.51125.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 30.18%
GREEN value IS 54 (21.48% from 255) = 31.95%
BLUE value IS 64 (25.39% from 255) = 37.87%
R=30.18%
G=31.95%
B=37.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5154640.200.1600.75226.1511.322.55
Hex333640141004Be2b17
Octal6366100242001133421327
Binary110011110110100000010100100000100101111100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>