Html Css Color HEX #353A49 Licorice

📋 copy color: '#353A49'

red 53 ◦ green 58 ◦ blue 73

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

Shades of Licorice #353A49

Tints of Licorice #353A49

RGB

 RED value IS 53 (21.09% from 255) = 28.8%

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

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

R = 28.8%
G = 31.52%
B = 39.67%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#353A49 (or 0x353A49) is known color: Licorice. HEX triplet: 35, 3A and 49. RGB value is (53,58,73). Sum of RGB (Red+Green+Blue) = 53+58+73=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 73 (28.91% from 255 or 39.67% from 184); Max value from RGB is 73 - color contains mainly: blue. Hex color #353A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A49 is #CAC5B6. Grayscale: #3A3A3A. Windows color (decimal): -13288887 or 4799029. OLE color: 4799029.

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

Color convert

RGB 53 58 73 -
CMYK 0.27 0.21 0 0.71
HSL 225º 0.16% 0.25% -
HSV(B) 225º 0.27% 0.29% -
XYZ 4.18 4.26 6.91 -
YUV 58.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 53 58 73 0.27 0.21 0 0.71 225 0.16 0.25
Hex 35 3A 49 1B 15 0 47 E1 10 19
Octal 65 72 111 33 25 0 107 341 20 31
Binary 110101 111010 1001001 11011 10101 0 1000111 11100001 10000 11001

Color Harmonies of #353A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353A49

Black with #353A49

Text Example


Text Example

White with #353A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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