#355880

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

Shades of St Tropaz #355880

Tints of St Tropaz #355880

Color information

#355880 (or 0x355880) is unknown color: approx St Tropaz. HEX triplet: 35, 58 and 80. RGB value is (53,88,128). Sum of RGB (Red+Green+Blue) = 53+88+128=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #355880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355880 is #CAA77F. Grayscale: #515151. Windows color (decimal): -13281152 or 8411189. OLE color: 8411189.

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

Color convert

RGB5388128-
CMYK0.590.3100.50
HSL212º41.44%35.49%-
HSV(B)212º58.59%50.2%-
XYZ8.859.2921.75-
YUV82.1153.9107.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.70%
GREEN value IS 88 (34.77% from 255) = 32.71%
BLUE value IS 128 (50.39% from 255) = 47.58%
R=19.70%
G=32.71%
B=47.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53881280.590.3100.5021241.4435.49
Hex3558803B1F032d42923
Octal6513020073370623245143
Binary11010110110001000000011101111111011001011010100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355880; }

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

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

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

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

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

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

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

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