#343640

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

Shades of Vulcan #343640

Tints of Vulcan #343640

Color information

#343640 (or 0x343640) is unknown color: approx Vulcan. HEX triplet: 34, 36 and 40. RGB value is (52,54,64). Sum of RGB (Red+Green+Blue) = 52+54+64=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 64 - color contains mainly: blue. Hex color #343640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343640 is #CBC9BF. Grayscale: #363636. Windows color (decimal): -13355456 or 4208180. OLE color: 4208180.

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

Color convert

RGB525464-
CMYK0.190.1600.75
HSL230º10.34%22.75%-
HSV(B)230º18.75%25.1%-
XYZ3.663.745.38-
YUV54.54133.34126.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.59%
GREEN value IS 54 (21.48% from 255) = 31.76%
BLUE value IS 64 (25.39% from 255) = 37.65%
R=30.59%
G=31.76%
B=37.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5254640.190.1600.7523010.3422.75
Hex343640131004Be6a17
Octal6466100232001133461227
Binary110100110110100000010011100000100101111100110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343640; }

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

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

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

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

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

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

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

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