Html Css Color HEX #323A45 Licorice

📋 copy color: '#323A45'

red 50 ◦ green 58 ◦ blue 69

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

Shades of Licorice #323A45

Tints of Licorice #323A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 38.98%

R = 28.25%
G = 32.77%
B = 38.98%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#323A45 (or 0x323A45) is known color: Licorice. HEX triplet: 32, 3A and 45. RGB value is (50,58,69). Sum of RGB (Red+Green+Blue) = 50+58+69=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 69 - color contains mainly: blue. Hex color #323A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A45 is #CDC5BA. Grayscale: #383838. Windows color (decimal): -13485499 or 4536882. OLE color: 4536882.

HSL color Cylindrical-coordinate representation of color #323A45: hue angle of 214.74º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #323A45 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 50 58 69 -
CMYK 0.28 0.16 0 0.73
HSL 214.74º 0.16% 0.23% -
HSV(B) 214.74º 0.28% 0.27% -
XYZ 3.9 4.13 6.22 -
YUV 56.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 50 58 69 0.28 0.16 0 0.73 214.74 0.16 0.23
Hex 32 3A 45 1C 10 0 49 D7 10 17
Octal 62 72 105 34 20 0 111 327 20 27
Binary 110010 111010 1000101 11100 10000 0 1001001 11010111 10000 10111

Color Harmonies of #323A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323A45

Black with #323A45

Text Example


Text Example

White with #323A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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