#343740

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

Shades of Vulcan #343740

Tints of Vulcan #343740

Color information

#343740 (or 0x343740) is unknown color: approx Vulcan. HEX triplet: 34, 37 and 40. RGB value is (52,55,64). Sum of RGB (Red+Green+Blue) = 52+55+64=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 64 - color contains mainly: blue. Hex color #343740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343740 is #CBC8BF. Grayscale: #373737. Windows color (decimal): -13355200 or 4208436. OLE color: 4208436.

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

Color convert

RGB525564-
CMYK0.190.1400.75
HSL225º10.34%22.75%-
HSV(B)225º18.75%25.1%-
XYZ3.713.835.39-
YUV55.13133.01125.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.41%
GREEN value IS 55 (21.88% from 255) = 32.16%
BLUE value IS 64 (25.39% from 255) = 37.43%
R=30.41%
G=32.16%
B=37.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5255640.190.1400.7522510.3422.75
Hex34374013E04Be1a17
Octal6467100231601133411227
Binary11010011011110000001001111100100101111100001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343740; }

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

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

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

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

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

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

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

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