#355380

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

Shades of St Tropaz #355380

Tints of St Tropaz #355380

Color information

#355380 (or 0x355380) is unknown color: approx St Tropaz. HEX triplet: 35, 53 and 80. RGB value is (53,83,128). Sum of RGB (Red+Green+Blue) = 53+83+128=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #355380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355380 is #CAAC7F. Grayscale: #4E4E4E. Windows color (decimal): -13282432 or 8409909. OLE color: 8409909.

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

Color convert

RGB5383128-
CMYK0.590.3500.50
HSL216º41.44%35.49%-
HSV(B)216º58.59%50.2%-
XYZ8.468.521.62-
YUV79.16155.56109.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.08%
GREEN value IS 83 (32.81% from 255) = 31.44%
BLUE value IS 128 (50.39% from 255) = 48.48%
R=20.08%
G=31.44%
B=48.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53831280.590.3500.5021641.4435.49
Hex3553803B23032d82923
Octal6512320073430623305143
Binary110101101001110000000111011100011011001011011000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355380; }

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

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

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

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

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

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

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

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