#355890

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

Shades of St Tropaz #355890

Tints of St Tropaz #355890

Color information

#355890 (or 0x355890) is unknown color: approx St Tropaz. HEX triplet: 35, 58 and 90. RGB value is (53,88,144). Sum of RGB (Red+Green+Blue) = 53+88+144=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #355890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355890 is #CAA76F. Grayscale: #535353. Windows color (decimal): -13281136 or 9459765. OLE color: 9459765.

HSL color Cylindrical-coordinate representation of color #355890: hue angle of 216.92º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #355890 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5388144-
CMYK0.630.3900.44
HSL216.92º46.19%38.63%-
HSV(B)216.92º63.19%56.47%-
XYZ9.999.7527.74-
YUV83.92161.9105.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.60%
GREEN value IS 88 (34.77% from 255) = 30.88%
BLUE value IS 144 (56.64% from 255) = 50.53%
R=18.60%
G=30.88%
B=50.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53881440.630.3900.44216.9246.1938.63
Hex3558903F2702Cd92e27
Octal6513022077470543315647
Binary110101101100010010000111111100111010110011011001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355890; }

 p { color: rgb(53,88,144); }

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

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

 a { background-color: rgb(53,88,144); }

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

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

 span { border-color: rgb(53,88,144); }

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