#355780

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

Shades of St Tropaz #355780

Tints of St Tropaz #355780

Color information

#355780 (or 0x355780) is unknown color: approx St Tropaz. HEX triplet: 35, 57 and 80. RGB value is (53,87,128). Sum of RGB (Red+Green+Blue) = 53+87+128=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 128 - color contains mainly: blue. Hex color #355780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355780 is #CAA87F. Grayscale: #515151. Windows color (decimal): -13281408 or 8410933. OLE color: 8410933.

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

Color convert

RGB5387128-
CMYK0.590.3200.50
HSL212.8º41.44%35.49%-
HSV(B)212.8º58.59%50.2%-
XYZ8.779.1321.72-
YUV81.51154.24107.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.78%
GREEN value IS 87 (34.38% from 255) = 32.46%
BLUE value IS 128 (50.39% from 255) = 47.76%
R=19.78%
G=32.46%
B=47.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53871280.590.3200.50212.841.4435.49
Hex3557803B20032d52923
Octal6512720073400623255143
Binary110101101011110000000111011100000011001011010101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355780; }

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

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

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

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

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

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

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

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