Html Css Color HEX #343A48 Licorice

📋 copy color: '#343A48'

red 52 ◦ green 58 ◦ blue 72

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

Shades of Licorice #343A48

Tints of Licorice #343A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 39.56%

R = 28.57%
G = 31.87%
B = 39.56%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#343A48 (or 0x343A48) is known color: Licorice. HEX triplet: 34, 3A and 48. RGB value is (52,58,72). Sum of RGB (Red+Green+Blue) = 52+58+72=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 72 - color contains mainly: blue. Hex color #343A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343A48 is #CBC5B7. Grayscale: #393939. Windows color (decimal): -13354424 or 4733492. OLE color: 4733492.

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

Color convert

RGB 52 58 72 -
CMYK 0.28 0.19 0 0.72
HSL 222º 0.16% 0.24% -
HSV(B) 222º 0.28% 0.28% -
XYZ 4.1 4.22 6.73 -
YUV 57.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 52 58 72 0.28 0.19 0 0.72 222 0.16 0.24
Hex 34 3A 48 1C 13 0 48 DE 10 18
Octal 64 72 110 34 23 0 110 336 20 30
Binary 110100 111010 1001000 11100 10011 0 1001000 11011110 10000 11000

Color Harmonies of #343A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343A48

Black with #343A48

Text Example


Text Example

White with #343A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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