Html Css Color HEX #323740 Vulcan

📋 copy color: '#323740'

red 50 ◦ green 55 ◦ blue 64

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

Shades of Vulcan #323740

Tints of Vulcan #323740

RGB

 RED value IS 50 (19.92% from 255) = 29.59%

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

 BLUE value IS 64 (25.39% from 255) = 37.87%

R = 29.59%
G = 32.54%
B = 37.87%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#323740 (or 0x323740) is known color: Vulcan. HEX triplet: 32, 37 and 40. RGB value is (50,55,64). Sum of RGB (Red+Green+Blue) = 50+55+64=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 64 - color contains mainly: blue. Hex color #323740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323740 is #CDC8BF. Grayscale: #363636. Windows color (decimal): -13486272 or 4208434. OLE color: 4208434.

HSL color Cylindrical-coordinate representation of color #323740: hue angle of 218.57º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #323740 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 55 64 -
CMYK 0.22 0.14 0 0.75
HSL 218.57º 0.12% 0.22% -
HSV(B) 218.57º 0.22% 0.25% -
XYZ 3.61 3.78 5.39 -
YUV 54.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 50 55 64 0.22 0.14 0 0.75 218.57 0.12 0.22
Hex 32 37 40 16 E 0 4B DB C 16
Octal 62 67 100 26 16 0 113 333 14 26
Binary 110010 110111 1000000 10110 1110 0 1001011 11011011 1100 10110

Color Harmonies of #323740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323740

Black with #323740

Text Example


Text Example

White with #323740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323740; }

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

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

background-color css

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

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

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

border-color css

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

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

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