#343840

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

Shades of Vulcan #343840

Tints of Vulcan #343840

Color information

#343840 (or 0x343840) is unknown color: approx Vulcan. HEX triplet: 34, 38 and 40. RGB value is (52,56,64). Sum of RGB (Red+Green+Blue) = 52+56+64=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 64 - color contains mainly: blue. Hex color #343840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343840 is #CBC7BF. Grayscale: #373737. Windows color (decimal): -13354944 or 4208692. OLE color: 4208692.

HSL color Cylindrical-coordinate representation of color #343840: hue angle of 220º 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 #343840 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB525664-
CMYK0.190.1300.75
HSL220º10.34%22.75%-
HSV(B)220º18.75%25.1%-
XYZ3.763.935.41-
YUV55.72132.67125.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.23%
GREEN value IS 56 (22.27% from 255) = 32.56%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=30.23%
G=32.56%
B=37.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5256640.190.1300.7522010.3422.75
Hex34384013D04Bdca17
Octal6470100231501133341227
Binary11010011100010000001001111010100101111011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343840; }

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

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

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

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

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

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

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

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