Html Css Color HEX #353A41 Vulcan

📋 copy color: '#353A41'

red 53 ◦ green 58 ◦ blue 65

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

Shades of Vulcan #353A41

Tints of Vulcan #353A41

RGB

 RED value IS 53 (21.09% from 255) = 30.11%

 GREEN value IS 58 (23.05% from 255) = 32.95%

 BLUE value IS 65 (25.78% from 255) = 36.93%

R = 30.11%
G = 32.95%
B = 36.93%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#353A41 (or 0x353A41) is known color: Vulcan. HEX triplet: 35, 3A and 41. RGB value is (53,58,65). Sum of RGB (Red+Green+Blue) = 53+58+65=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 65 - color contains mainly: blue. Hex color #353A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A41 is #CAC5BE. Grayscale: #393939. Windows color (decimal): -13288895 or 4274741. OLE color: 4274741.

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

Color convert

RGB 53 58 65 -
CMYK 0.18 0.11 0 0.75
HSL 215º 0.1% 0.23% -
HSV(B) 215º 0.18% 0.25% -
XYZ 3.94 4.16 5.6 -
YUV 57.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 53 58 65 0.18 0.11 0 0.75 215 0.1 0.23
Hex 35 3A 41 12 B 0 4B D7 A 17
Octal 65 72 101 22 13 0 113 327 12 27
Binary 110101 111010 1000001 10010 1011 0 1001011 11010111 1010 10111

Color Harmonies of #353A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353A41

Black with #353A41

Text Example


Text Example

White with #353A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353A41; }

 p { color: rgb(53,58,65); }

 H1.HeaderClassName
 {
   color: #353A41;
 }
 .AnyTagClassName
 {
   color: #353A41;
 }
</style>

background-color css

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

 a { background-color: rgb(53,58,65); }

 div.DivClassName
 {
   background-color: #353A41;
 }
 .BgClassName
 {
   background-color: #353A41;
 }
</style>

border-color css

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

 span { border-color: rgb(53,58,65); }

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