#353940

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

Shades of Vulcan #353940

Tints of Vulcan #353940

Color information

#353940 (or 0x353940) is unknown color: approx Vulcan. HEX triplet: 35, 39 and 40. RGB value is (53,57,64). Sum of RGB (Red+Green+Blue) = 53+57+64=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 64 - color contains mainly: blue. Hex color #353940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353940 is #CAC6BF. Grayscale: #383838. Windows color (decimal): -13289152 or 4208949. OLE color: 4208949.

HSL color Cylindrical-coordinate representation of color #353940: hue angle of 218.18º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #353940 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB535764-
CMYK0.170.1100.75
HSL218.18º9.4%22.94%-
HSV(B)218.18º17.19%25.1%-
XYZ3.864.055.43-
YUV56.6132.17125.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.46%
GREEN value IS 57 (22.66% from 255) = 32.76%
BLUE value IS 64 (25.39% from 255) = 36.78%
R=30.46%
G=32.76%
B=36.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5357640.170.1100.75218.189.422.94
Hex35394011B04Bda917
Octal6571100211301133321127
Binary11010111100110000001000110110100101111011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353940; }

 p { color: rgb(53,57,64); }

 H1.HeaderClassName
 {
   color: #353940;
 }
 .AnyTagClassName
 {
   color: #353940;
 }
</style>
background-color css

<style>
 a { background-color: #353940; }

 a { background-color: rgb(53,57,64); }

 div.DivClassName
 {
   background-color: #353940;
 }
 .BgClassName
 {
   background-color: #353940;
 }
</style>
border-color css

<style>
 span { border-color: #353940; }

 span { border-color: rgb(53,57,64); }

 td.TdClassName
 {
   border-color: #353940;
 }
 .TagClassName
 {
   border-color: #353940;
 }
</style>