Html Css Color HEX #343A49 Licorice

📋 copy color: '#343A49'

red 52 ◦ green 58 ◦ blue 73

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

Shades of Licorice #343A49

Tints of Licorice #343A49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 39.89%

R = 28.42%
G = 31.69%
B = 39.89%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#343A49 (or 0x343A49) is known color: Licorice. HEX triplet: 34, 3A and 49. RGB value is (52,58,73). Sum of RGB (Red+Green+Blue) = 52+58+73=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 73 - color contains mainly: blue. Hex color #343A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343A49 is #CBC5B6. Grayscale: #393939. Windows color (decimal): -13354423 or 4799028. OLE color: 4799028.

HSL color Cylindrical-coordinate representation of color #343A49: hue angle of 222.86º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #343A49 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 58 73 -
CMYK 0.29 0.21 0 0.71
HSL 222.86º 0.17% 0.25% -
HSV(B) 222.86º 0.29% 0.29% -
XYZ 4.13 4.24 6.9 -
YUV 57.92 136.51 123.78 -
System Red Green Blue C M Y K H S L
Decimal 52 58 73 0.29 0.21 0 0.71 222.86 0.17 0.25
Hex 34 3A 49 1D 15 0 47 DF 11 19
Octal 64 72 111 35 25 0 107 337 21 31
Binary 110100 111010 1001001 11101 10101 0 1000111 11011111 10001 11001

Color Harmonies of #343A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343A49

Black with #343A49

Text Example


Text Example

White with #343A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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