#355075

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

Shades of St Tropaz #355075

Tints of St Tropaz #355075

Color information

#355075 (or 0x355075) is unknown color: approx St Tropaz. HEX triplet: 35, 50 and 75. RGB value is (53,80,117). Sum of RGB (Red+Green+Blue) = 53+80+117=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #355075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355075 is #CAAF8A. Grayscale: #4B4B4B. Windows color (decimal): -13283211 or 7688245. OLE color: 7688245.

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

Color convert

RGB5380117-
CMYK0.550.3200.54
HSL214.69º37.65%33.33%-
HSV(B)214.69º54.7%45.88%-
XYZ7.557.7817.93-
YUV76.14151.05111.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.2%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 117 (46.09% from 255) = 46.8%
R=21.2%
G=32%
B=46.8%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53801170.550.3200.54214.6937.6533.33
Hex3550753720036d72621
Octal6512016567400663274641
Binary11010110100001110101110111100000011011011010111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355075; }

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

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

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

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

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

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

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

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