Html Css Color HEX #353A4A Licorice

📋 copy color: '#353A4A'

red 53 ◦ green 58 ◦ blue 74

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

Shades of Licorice #353A4A

Tints of Licorice #353A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 40%

R = 28.65%
G = 31.35%
B = 40%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#353A4A (or 0x353A4A) is known color: Licorice. HEX triplet: 35, 3A and 4A. RGB value is (53,58,74). Sum of RGB (Red+Green+Blue) = 53+58+74=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 74 - color contains mainly: blue. Hex color #353A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A4A is #CAC5B5. Grayscale: #3A3A3A. Windows color (decimal): -13288886 or 4864565. OLE color: 4864565.

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

Color convert

RGB 53 58 74 -
CMYK 0.28 0.22 0 0.71
HSL 225.71º 0.17% 0.25% -
HSV(B) 225.71º 0.28% 0.29% -
XYZ 4.22 4.28 7.08 -
YUV 58.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 53 58 74 0.28 0.22 0 0.71 225.71 0.17 0.25
Hex 35 3A 4A 1C 16 0 47 E2 11 19
Octal 65 72 112 34 26 0 107 342 21 31
Binary 110101 111010 1001010 11100 10110 0 1000111 11100010 10001 11001

Color Harmonies of #353A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353A4A

Black with #353A4A

Text Example


Text Example

White with #353A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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