Html Css Color HEX #343A45 Licorice

📋 copy color: '#343A45'

red 52 ◦ green 58 ◦ blue 69

#343A45
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Licorice #343A45

Tints of Licorice #343A45

RGB

 RED value IS 52 (20.7% from 255) = 29.05%

 GREEN value IS 58 (23.05% from 255) = 32.4%

 BLUE value IS 69 (27.34% from 255) = 38.55%

R = 29.05%
G = 32.4%
B = 38.55%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#343A45 (or 0x343A45) is known color: Licorice. HEX triplet: 34, 3A and 45. RGB value is (52,58,69). Sum of RGB (Red+Green+Blue) = 52+58+69=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 58 (23.05% from 255 or 32.40% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 69 - color contains mainly: blue. Hex color #343A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343A45 is #CBC5BA. Grayscale: #393939. Windows color (decimal): -13354427 or 4536884. OLE color: 4536884.

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

Color convert

RGB 52 58 69 -
CMYK 0.25 0.16 0 0.73
HSL 218.82º 0.14% 0.24% -
HSV(B) 218.82º 0.25% 0.27% -
XYZ 4 4.19 6.23 -
YUV 57.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 52 58 69 0.25 0.16 0 0.73 218.82 0.14 0.24
Hex 34 3A 45 19 10 0 49 DB E 18
Octal 64 72 105 31 20 0 111 333 16 30
Binary 110100 111010 1000101 11001 10000 0 1001001 11011011 1110 11000

Color Harmonies of #343A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343A45

Black with #343A45

Text Example


Text Example

White with #343A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #343A45;
 }
 .AnyTagClassName
 {
   color: #343A45;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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