#353740

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

Shades of Vulcan #353740

Tints of Vulcan #353740

Color information

#353740 (or 0x353740) is unknown color: approx Vulcan. HEX triplet: 35, 37 and 40. RGB value is (53,55,64). Sum of RGB (Red+Green+Blue) = 53+55+64=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 64 - color contains mainly: blue. Hex color #353740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353740 is #CAC8BF. Grayscale: #373737. Windows color (decimal): -13289664 or 4208437. OLE color: 4208437.

HSL color Cylindrical-coordinate representation of color #353740: hue angle of 229.09º 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 #353740 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB535564-
CMYK0.170.1400.75
HSL229.09º9.4%22.94%-
HSV(B)229.09º17.19%25.1%-
XYZ3.763.865.4-
YUV55.43132.84126.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.81%
GREEN value IS 55 (21.88% from 255) = 31.98%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=30.81%
G=31.98%
B=37.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5355640.170.1400.75229.099.422.94
Hex35374011E04Be5917
Octal6567100211601133451127
Binary11010111011110000001000111100100101111100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353740; }

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

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

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

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

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

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

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

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