#335780

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

Shades of St Tropaz #335780

Tints of St Tropaz #335780

Color information

#335780 (or 0x335780) is unknown color: approx St Tropaz. HEX triplet: 33, 57 and 80. RGB value is (51,87,128). Sum of RGB (Red+Green+Blue) = 51+87+128=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #335780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335780 is #CCA87F. Grayscale: #505050. Windows color (decimal): -13412480 or 8410931. OLE color: 8410931.

HSL color Cylindrical-coordinate representation of color #335780: hue angle of 211.95º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #335780 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5187128-
CMYK0.600.3200.50
HSL211.95º43.02%35.1%-
HSV(B)211.95º60.16%50.2%-
XYZ8.679.0821.72-
YUV80.91154.57106.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.17%
GREEN value IS 87 (34.38% from 255) = 32.71%
BLUE value IS 128 (50.39% from 255) = 48.12%
R=19.17%
G=32.71%
B=48.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51871280.600.3200.50211.9543.0235.1
Hex3357803C20032d42b23
Octal6312720074400623245343
Binary110011101011110000000111100100000011001011010100101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335780; }

 p { color: rgb(51,87,128); }

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

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

 a { background-color: rgb(51,87,128); }

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

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

 span { border-color: rgb(51,87,128); }

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