Html Css Color HEX #355580 St Tropaz

📋 copy color: '#355580'

red 53 ◦ green 85 ◦ blue 128

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

Shades of St Tropaz #355580

Tints of St Tropaz #355580

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.95%

 BLUE value IS 128 (50.39% from 255) = 48.12%

R = 19.92%
G = 31.95%
B = 48.12%

CMYK

 C value IS 0.59

 M value IS 0.34

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#355580 (or 0x355580) is known color: St Tropaz. HEX triplet: 35, 55 and 80. RGB value is (53,85,128). Sum of RGB (Red+Green+Blue) = 53+85+128=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #355580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355580 is #CAAA7F. Grayscale: #505050. Windows color (decimal): -13281920 or 8410421. OLE color: 8410421.

HSL color Cylindrical-coordinate representation of color #355580: hue angle of 214.4º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #355580 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 85 128 -
CMYK 0.59 0.34 0 0.50
HSL 214.4º 0.41% 0.35% -
HSV(B) 214.4º 0.59% 0.5% -
XYZ 8.61 8.81 21.67 -
YUV 80.33 154.9 108.5 -
System Red Green Blue C M Y K H S L
Decimal 53 85 128 0.59 0.34 0 0.50 214.4 0.41 0.35
Hex 35 55 80 3B 22 0 32 D6 29 23
Octal 65 125 200 73 42 0 62 326 51 43
Binary 110101 1010101 10000000 111011 100010 0 110010 11010110 101001 100011

Color Harmonies of #355580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355580

Black with #355580

Text Example


Text Example

White with #355580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355580; }

 p { color: rgb(53,85,128); }

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

background-color css

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

 a { background-color: rgb(53,85,128); }

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

border-color css

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

 span { border-color: rgb(53,85,128); }

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