Html Css Color HEX #353940 Vulcan

📋 copy color: '#353940'

red 53 ◦ green 57 ◦ blue 64

#353940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vulcan #353940

Tints of Vulcan #353940

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 value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#353940 (or 0x353940) is known color: 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

RGB 53 57 64 -
CMYK 0.17 0.11 0 0.75
HSL 218.18º 0.09% 0.23% -
HSV(B) 218.18º 0.17% 0.25% -
XYZ 3.86 4.05 5.43 -
YUV 56.6 132.17 125.43 -
System Red Green Blue C M Y K H S L
Decimal 53 57 64 0.17 0.11 0 0.75 218.18 0.09 0.23
Hex 35 39 40 11 B 0 4B DA 9 17
Octal 65 71 100 21 13 0 113 332 11 27
Binary 110101 111001 1000000 10001 1011 0 1001011 11011010 1001 10111

Color Harmonies of #353940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353940

Black with #353940

Text Example


Text Example

White with #353940

Text Example


Text Example

HTML Codes & Css Web 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>