Html Css Color HEX #353B47 Licorice

📋 copy color: '#353B47'

red 53 ◦ green 59 ◦ blue 71

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

Shades of Licorice #353B47

Tints of Licorice #353B47

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.24%

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

R = 28.96%
G = 32.24%
B = 38.8%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#353B47 (or 0x353B47) is known color: Licorice. HEX triplet: 35, 3B and 47. RGB value is (53,59,71). Sum of RGB (Red+Green+Blue) = 53+59+71=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 71 - color contains mainly: blue. Hex color #353B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B47 is #CAC4B8. Grayscale: #3A3A3A. Windows color (decimal): -13288633 or 4668213. OLE color: 4668213.

HSL color Cylindrical-coordinate representation of color #353B47: hue angle of 220º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #353B47 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 59 71 -
CMYK 0.25 0.17 0 0.72
HSL 220º 0.15% 0.24% -
HSV(B) 220º 0.25% 0.28% -
XYZ 4.17 4.34 6.58 -
YUV 58.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 53 59 71 0.25 0.17 0 0.72 220 0.15 0.24
Hex 35 3B 47 19 11 0 48 DC F 18
Octal 65 73 107 31 21 0 110 334 17 30
Binary 110101 111011 1000111 11001 10001 0 1001000 11011100 1111 11000

Color Harmonies of #353B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353B47

Black with #353B47

Text Example


Text Example

White with #353B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,59,71); }

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

background-color css

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

 a { background-color: rgb(53,59,71); }

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

border-color css

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

 span { border-color: rgb(53,59,71); }

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