Html Css Color HEX #343742 Vulcan

📋 copy color: '#343742'

red 52 ◦ green 55 ◦ blue 66

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

Shades of Vulcan #343742

Tints of Vulcan #343742

RGB

 RED value IS 52 (20.7% from 255) = 30.06%

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

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

R = 30.06%
G = 31.79%
B = 38.15%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#343742 (or 0x343742) is known color: Vulcan. HEX triplet: 34, 37 and 42. RGB value is (52,55,66). Sum of RGB (Red+Green+Blue) = 52+55+66=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 66 - color contains mainly: blue. Hex color #343742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343742 is #CBC8BD. Grayscale: #373737. Windows color (decimal): -13355198 or 4339508. OLE color: 4339508.

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

Color convert

RGB 52 55 66 -
CMYK 0.21 0.17 0 0.74
HSL 227.14º 0.12% 0.23% -
HSV(B) 227.14º 0.21% 0.26% -
XYZ 3.77 3.86 5.7 -
YUV 55.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 52 55 66 0.21 0.17 0 0.74 227.14 0.12 0.23
Hex 34 37 42 15 11 0 4A E3 C 17
Octal 64 67 102 25 21 0 112 343 14 27
Binary 110100 110111 1000010 10101 10001 0 1001010 11100011 1100 10111

Color Harmonies of #343742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343742

Black with #343742

Text Example


Text Example

White with #343742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343742; }

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

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

background-color css

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

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

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

border-color css

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

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

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