Html Css Color HEX #323A47 Licorice

📋 copy color: '#323A47'

red 50 ◦ green 58 ◦ blue 71

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

Shades of Licorice #323A47

Tints of Licorice #323A47

RGB

 RED value IS 50 (19.92% from 255) = 27.93%

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

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

R = 27.93%
G = 32.4%
B = 39.66%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#323A47 (or 0x323A47) is known color: Licorice. HEX triplet: 32, 3A and 47. RGB value is (50,58,71). Sum of RGB (Red+Green+Blue) = 50+58+71=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 58 (23.05% from 255 or 32.40% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 71 - color contains mainly: blue. Hex color #323A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A47 is #CDC5B8. Grayscale: #393939. Windows color (decimal): -13485497 or 4667954. OLE color: 4667954.

HSL color Cylindrical-coordinate representation of color #323A47: hue angle of 217.14º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #323A47 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 58 71 -
CMYK 0.30 0.18 0 0.72
HSL 217.14º 0.17% 0.24% -
HSV(B) 217.14º 0.3% 0.28% -
XYZ 3.97 4.16 6.56 -
YUV 57.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 50 58 71 0.30 0.18 0 0.72 217.14 0.17 0.24
Hex 32 3A 47 1E 12 0 48 D9 11 18
Octal 62 72 107 36 22 0 110 331 21 30
Binary 110010 111010 1000111 11110 10010 0 1001000 11011001 10001 11000

Color Harmonies of #323A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323A47

Black with #323A47

Text Example


Text Example

White with #323A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323A47; }

 p { color: rgb(50,58,71); }

 H1.HeaderClassName
 {
   color: #323A47;
 }
 .AnyTagClassName
 {
   color: #323A47;
 }
</style>

background-color css

<style>
 a { background-color: #323A47; }

 a { background-color: rgb(50,58,71); }

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

border-color css

<style>
 span { border-color: #323A47; }

 span { border-color: rgb(50,58,71); }

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