#355588

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

Shades of St Tropaz #355588

Tints of St Tropaz #355588

Color information

#355588 (or 0x355588) is unknown color: approx St Tropaz. HEX triplet: 35, 55 and 88. RGB value is (53,85,136). Sum of RGB (Red+Green+Blue) = 53+85+136=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #355588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355588 is #CAAA77. Grayscale: #515151. Windows color (decimal): -13281912 or 8934709. OLE color: 8934709.

HSL color Cylindrical-coordinate representation of color #355588: hue angle of 216.87º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #355588 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5385136-
CMYK0.610.3800.47
HSL216.87º43.92%37.06%-
HSV(B)216.87º61.03%53.33%-
XYZ9.169.0324.55-
YUV81.25158.9107.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.34%
GREEN value IS 85 (33.59% from 255) = 31.02%
BLUE value IS 136 (53.52% from 255) = 49.64%
R=19.34%
G=31.02%
B=49.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53851360.610.3800.47216.8743.9237.06
Hex3555883D2602Fd92c25
Octal6512521075460573315445
Binary110101101010110001000111101100110010111111011001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355588; }

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

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

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

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

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

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

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

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