Html Css Color HEX #343B47 Licorice

📋 copy color: '#343B47'

red 52 ◦ green 59 ◦ blue 71

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

Shades of Licorice #343B47

Tints of Licorice #343B47

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.42%

 BLUE value IS 71 (28.13% from 255) = 39.01%

R = 28.57%
G = 32.42%
B = 39.01%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#343B47 (or 0x343B47) is known color: Licorice. HEX triplet: 34, 3B and 47. RGB value is (52,59,71). Sum of RGB (Red+Green+Blue) = 52+59+71=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 71 - color contains mainly: blue. Hex color #343B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B47 is #CBC4B8. Grayscale: #3A3A3A. Windows color (decimal): -13354169 or 4668212. OLE color: 4668212.

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

Color convert

RGB 52 59 71 -
CMYK 0.27 0.17 0 0.72
HSL 217.89º 0.15% 0.24% -
HSV(B) 217.89º 0.27% 0.28% -
XYZ 4.12 4.31 6.58 -
YUV 58.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 52 59 71 0.27 0.17 0 0.72 217.89 0.15 0.24
Hex 34 3B 47 1B 11 0 48 DA F 18
Octal 64 73 107 33 21 0 110 332 17 30
Binary 110100 111011 1000111 11011 10001 0 1001000 11011010 1111 11000

Color Harmonies of #343B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343B47

Black with #343B47

Text Example


Text Example

White with #343B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,59,71); }

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

background-color css

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

 a { background-color: rgb(52,59,71); }

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

border-color css

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

 span { border-color: rgb(52,59,71); }

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