#355078

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

Shades of St Tropaz #355078

Tints of St Tropaz #355078

Color information

#355078 (or 0x355078) is unknown color: approx St Tropaz. HEX triplet: 35, 50 and 78. RGB value is (53,80,120). Sum of RGB (Red+Green+Blue) = 53+80+120=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: blue. Hex color #355078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355078 is #CAAF87. Grayscale: #4C4C4C. Windows color (decimal): -13283208 or 7884853. OLE color: 7884853.

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

Color convert

RGB5380120-
CMYK0.560.3300.53
HSL215.82º38.73%33.92%-
HSV(B)215.82º55.83%47.06%-
XYZ7.737.8518.88-
YUV76.49152.55111.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.95%
GREEN value IS 80 (31.64% from 255) = 31.62%
BLUE value IS 120 (47.27% from 255) = 47.43%
R=20.95%
G=31.62%
B=47.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53801200.560.3300.53215.8238.7333.92
Hex3550783821035d82722
Octal6512017070410653304742
Binary11010110100001111000111000100001011010111011000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355078; }

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

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

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

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

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

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

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

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