#355680

Color #355680 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #355680

Tints of St Tropaz #355680

Color information

#355680 (or 0x355680) is unknown color: approx St Tropaz. HEX triplet: 35, 56 and 80. RGB value is (53,86,128). Sum of RGB (Red+Green+Blue) = 53+86+128=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 128 - color contains mainly: blue. Hex color #355680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355680 is #CAA97F. Grayscale: #505050. Windows color (decimal): -13281664 or 8410677. OLE color: 8410677.

HSL color Cylindrical-coordinate representation of color #355680: hue angle of 213.6º 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 #355680 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5386128-
CMYK0.590.3300.50
HSL213.6º41.44%35.49%-
HSV(B)213.6º58.59%50.2%-
XYZ8.698.9721.7-
YUV80.92154.57108.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.85%
GREEN value IS 86 (33.98% from 255) = 32.21%
BLUE value IS 128 (50.39% from 255) = 47.94%
R=19.85%
G=32.21%
B=47.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53861280.590.3300.50213.641.4435.49
Hex3556803B21032d62923
Octal6512620073410623265143
Binary110101101011010000000111011100001011001011010110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355680; }

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

 H1.HeaderClassName
 {
   color: #355680;
 }
 .AnyTagClassName
 {
   color: #355680;
 }
</style>
background-color css

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

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

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

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

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

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