Html Css Color HEX #323A4C Licorice

📋 copy color: '#323A4C'

red 50 ◦ green 58 ◦ blue 76

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

Shades of Licorice #323A4C

Tints of Licorice #323A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 41.3%

R = 27.17%
G = 31.52%
B = 41.3%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#323A4C (or 0x323A4C) is known color: Licorice. HEX triplet: 32, 3A and 4C. RGB value is (50,58,76). Sum of RGB (Red+Green+Blue) = 50+58+76=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 76 - color contains mainly: blue. Hex color #323A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A4C is #CDC5B3. Grayscale: #393939. Windows color (decimal): -13485492 or 4995634. OLE color: 4995634.

HSL color Cylindrical-coordinate representation of color #323A4C: hue angle of 221.54º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #323A4C is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 50 58 76 -
CMYK 0.34 0.24 0 0.70
HSL 221.54º 0.21% 0.25% -
HSV(B) 221.54º 0.34% 0.3% -
XYZ 4.13 4.23 7.44 -
YUV 57.66 138.35 122.54 -
System Red Green Blue C M Y K H S L
Decimal 50 58 76 0.34 0.24 0 0.70 221.54 0.21 0.25
Hex 32 3A 4C 22 18 0 46 DE 15 19
Octal 62 72 114 42 30 0 106 336 25 31
Binary 110010 111010 1001100 100010 11000 0 1000110 11011110 10101 11001

Color Harmonies of #323A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323A4C

Black with #323A4C

Text Example


Text Example

White with #323A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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