#335480

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

Shades of St Tropaz #335480

Tints of St Tropaz #335480

Color information

#335480 (or 0x335480) is unknown color: approx St Tropaz. HEX triplet: 33, 54 and 80. RGB value is (51,84,128). Sum of RGB (Red+Green+Blue) = 51+84+128=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #335480 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335480 is #CCAB7F. Grayscale: #4E4E4E. Windows color (decimal): -13413248 or 8410163. OLE color: 8410163.

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

Color convert

RGB5184128-
CMYK0.600.3400.50
HSL214.29º43.02%35.1%-
HSV(B)214.29º60.16%50.2%-
XYZ8.438.621.64-
YUV79.15155.57107.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.39%
GREEN value IS 84 (33.20% from 255) = 31.94%
BLUE value IS 128 (50.39% from 255) = 48.67%
R=19.39%
G=31.94%
B=48.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51841280.600.3400.50214.2943.0235.1
Hex3354803C22032d62b23
Octal6312420074420623265343
Binary110011101010010000000111100100010011001011010110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335480; }

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

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

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

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

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

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

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

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