#355585

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

Shades of St Tropaz #355585

Tints of St Tropaz #355585

Color information

#355585 (or 0x355585) is unknown color: approx St Tropaz. HEX triplet: 35, 55 and 85. RGB value is (53,85,133). Sum of RGB (Red+Green+Blue) = 53+85+133=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #355585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355585 is #CAAA7A. Grayscale: #505050. Windows color (decimal): -13281915 or 8738101. OLE color: 8738101.

HSL color Cylindrical-coordinate representation of color #355585: hue angle of 216º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #355585 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5385133-
CMYK0.600.3600.48
HSL216º43.01%36.47%-
HSV(B)216º60.15%52.16%-
XYZ8.958.9523.45-
YUV80.9157.4108.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 85 (33.59% from 255) = 31.37%
BLUE value IS 133 (52.34% from 255) = 49.08%
R=19.56%
G=31.37%
B=49.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53851330.600.3600.4821643.0136.47
Hex3555853C24030d82b24
Octal6512520574440603305344
Binary110101101010110000101111100100100011000011011000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355585; }

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

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

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

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

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

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

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

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