Html Css Color HEX #363A49 Licorice

📋 copy color: '#363A49'

red 54 ◦ green 58 ◦ blue 73

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

Shades of Licorice #363A49

Tints of Licorice #363A49

RGB

 RED value IS 54 (21.48% from 255) = 29.19%

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

 BLUE value IS 73 (28.91% from 255) = 39.46%

R = 29.19%
G = 31.35%
B = 39.46%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#363A49 (or 0x363A49) is known color: Licorice. HEX triplet: 36, 3A and 49. RGB value is (54,58,73). Sum of RGB (Red+Green+Blue) = 54+58+73=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 73 - color contains mainly: blue. Hex color #363A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363A49 is #C9C5B6. Grayscale: #3A3A3A. Windows color (decimal): -13223351 or 4799030. OLE color: 4799030.

HSL color Cylindrical-coordinate representation of color #363A49: hue angle of 227.37º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #363A49 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 58 73 -
CMYK 0.26 0.21 0 0.71
HSL 227.37º 0.15% 0.25% -
HSV(B) 227.37º 0.26% 0.29% -
XYZ 4.24 4.29 6.91 -
YUV 58.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 54 58 73 0.26 0.21 0 0.71 227.37 0.15 0.25
Hex 36 3A 49 1A 15 0 47 E3 F 19
Octal 66 72 111 32 25 0 107 343 17 31
Binary 110110 111010 1001001 11010 10101 0 1000111 11100011 1111 11001

Color Harmonies of #363A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363A49

Black with #363A49

Text Example


Text Example

White with #363A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363A49; }

 p { color: rgb(54,58,73); }

 H1.HeaderClassName
 {
   color: #363A49;
 }
 .AnyTagClassName
 {
   color: #363A49;
 }
</style>

background-color css

<style>
 a { background-color: #363A49; }

 a { background-color: rgb(54,58,73); }

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

border-color css

<style>
 span { border-color: #363A49; }

 span { border-color: rgb(54,58,73); }

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