#343942

Color #343942 Vulcan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vulcan #343942

Tints of Vulcan #343942

Color information

#343942 (or 0x343942) is unknown color: approx Vulcan. HEX triplet: 34, 39 and 42. RGB value is (52,57,66). Sum of RGB (Red+Green+Blue) = 52+57+66=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 66 - color contains mainly: blue. Hex color #343942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343942 is #CBC6BD. Grayscale: #383838. Windows color (decimal): -13354686 or 4340020. OLE color: 4340020.

HSL color Cylindrical-coordinate representation of color #343942: hue angle of 218.57º 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 #343942 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB525766-
CMYK0.210.1400.74
HSL218.57º11.86%23.14%-
HSV(B)218.57º21.21%25.88%-
XYZ3.864.055.73-
YUV56.53133.34124.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.71%
GREEN value IS 57 (22.66% from 255) = 32.57%
BLUE value IS 66 (26.17% from 255) = 37.71%
R=29.71%
G=32.57%
B=37.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5257660.210.1400.74218.5711.8623.14
Hex34394215E04Adbc17
Octal6471102251601123331427
Binary11010011100110000101010111100100101011011011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343942; }

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

 H1.HeaderClassName
 {
   color: #343942;
 }
 .AnyTagClassName
 {
   color: #343942;
 }
</style>
background-color css

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

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

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

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

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

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