#343A46

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

Shades of Licorice #343A46

Tints of Licorice #343A46

Color information

#343A46 (or 0x343A46) is unknown color: approx Licorice. HEX triplet: 34, 3A and 46. RGB value is (52,58,70). Sum of RGB (Red+Green+Blue) = 52+58+70=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 70 - color contains mainly: blue. Hex color #343A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343A46 is #CBC5B9. Grayscale: #393939. Windows color (decimal): -13354426 or 4602420. OLE color: 4602420.

HSL color Cylindrical-coordinate representation of color #343A46: hue angle of 220º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #343A46 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB525870-
CMYK0.260.1700.73
HSL220º14.75%23.92%-
HSV(B)220º25.71%27.45%-
XYZ4.034.26.39-
YUV57.57135.01124.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.89%
GREEN value IS 58 (23.05% from 255) = 32.22%
BLUE value IS 70 (27.73% from 255) = 38.89%
R=28.89%
G=32.22%
B=38.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5258700.260.1700.7322014.7523.92
Hex343A461A11049dcf18
Octal6472106322101113341730
Binary110100111010100011011010100010100100111011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343A46; }

 p { color: rgb(52,58,70); }

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

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

 a { background-color: rgb(52,58,70); }

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

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

 span { border-color: rgb(52,58,70); }

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