Html Css Color HEX #353742 Vulcan

📋 copy color: '#353742'

red 53 ◦ green 55 ◦ blue 66

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

Shades of Vulcan #353742

Tints of Vulcan #353742

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.61%

 BLUE value IS 66 (26.17% from 255) = 37.93%

R = 30.46%
G = 31.61%
B = 37.93%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#353742 (or 0x353742) is known color: Vulcan. HEX triplet: 35, 37 and 42. RGB value is (53,55,66). Sum of RGB (Red+Green+Blue) = 53+55+66=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 66 - color contains mainly: blue. Hex color #353742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353742 is #CAC8BD. Grayscale: #373737. Windows color (decimal): -13289662 or 4339509. OLE color: 4339509.

HSL color Cylindrical-coordinate representation of color #353742: hue angle of 230.77º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #353742 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 55 66 -
CMYK 0.20 0.17 0 0.74
HSL 230.77º 0.11% 0.23% -
HSV(B) 230.77º 0.2% 0.26% -
XYZ 3.82 3.88 5.7 -
YUV 55.66 133.84 126.11 -
System Red Green Blue C M Y K H S L
Decimal 53 55 66 0.20 0.17 0 0.74 230.77 0.11 0.23
Hex 35 37 42 14 11 0 4A E7 B 17
Octal 65 67 102 24 21 0 112 347 13 27
Binary 110101 110111 1000010 10100 10001 0 1001010 11100111 1011 10111

Color Harmonies of #353742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353742

Black with #353742

Text Example


Text Example

White with #353742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353742; }

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

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

background-color css

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

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

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

border-color css

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

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

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