#355077

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

Shades of St Tropaz #355077

Tints of St Tropaz #355077

Color information

#355077 (or 0x355077) is unknown color: approx St Tropaz. HEX triplet: 35, 50 and 77. RGB value is (53,80,119). Sum of RGB (Red+Green+Blue) = 53+80+119=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #355077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355077 is #CAAF88. Grayscale: #4C4C4C. Windows color (decimal): -13283209 or 7819317. OLE color: 7819317.

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

Color convert

RGB5380119-
CMYK0.550.3300.53
HSL215.45º38.37%33.73%-
HSV(B)215.45º55.46%46.67%-
XYZ7.677.8318.56-
YUV76.37152.05111.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.03%
GREEN value IS 80 (31.64% from 255) = 31.75%
BLUE value IS 119 (46.88% from 255) = 47.22%
R=21.03%
G=31.75%
B=47.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53801190.550.3300.53215.4538.3733.73
Hex3550773721035d72622
Octal6512016767410653274642
Binary11010110100001110111110111100001011010111010111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355077; }

 p { color: rgb(53,80,119); }

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

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

 a { background-color: rgb(53,80,119); }

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

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

 span { border-color: rgb(53,80,119); }

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