Html Css Color HEX #343A44 Licorice

📋 copy color: '#343A44'

red 52 ◦ green 58 ◦ blue 68

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

Shades of Licorice #343A44

Tints of Licorice #343A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 38.2%

R = 29.21%
G = 32.58%
B = 38.2%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#343A44 (or 0x343A44) is known color: Licorice. HEX triplet: 34, 3A and 44. RGB value is (52,58,68). Sum of RGB (Red+Green+Blue) = 52+58+68=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 68 - color contains mainly: blue. Hex color #343A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343A44 is #CBC5BB. Grayscale: #393939. Windows color (decimal): -13354428 or 4471348. OLE color: 4471348.

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

Color convert

RGB 52 58 68 -
CMYK 0.24 0.15 0 0.73
HSL 217.5º 0.13% 0.24% -
HSV(B) 217.5º 0.24% 0.27% -
XYZ 3.97 4.17 6.07 -
YUV 57.35 134.01 124.19 -
System Red Green Blue C M Y K H S L
Decimal 52 58 68 0.24 0.15 0 0.73 217.5 0.13 0.24
Hex 34 3A 44 18 F 0 49 DA D 18
Octal 64 72 104 30 17 0 111 332 15 30
Binary 110100 111010 1000100 11000 1111 0 1001001 11011010 1101 11000

Color Harmonies of #343A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343A44

Black with #343A44

Text Example


Text Example

White with #343A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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