#335880

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

Shades of St Tropaz #335880

Tints of St Tropaz #335880

Color information

#335880 (or 0x335880) is unknown color: approx St Tropaz. HEX triplet: 33, 58 and 80. RGB value is (51,88,128). Sum of RGB (Red+Green+Blue) = 51+88+128=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 128 - color contains mainly: blue. Hex color #335880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335880 is #CCA77F. Grayscale: #515151. Windows color (decimal): -13412224 or 8411187. OLE color: 8411187.

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

Color convert

RGB5188128-
CMYK0.600.3100.50
HSL211.17º43.02%35.1%-
HSV(B)211.17º60.16%50.2%-
XYZ8.759.2421.74-
YUV81.5154.24106.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.10%
GREEN value IS 88 (34.77% from 255) = 32.96%
BLUE value IS 128 (50.39% from 255) = 47.94%
R=19.10%
G=32.96%
B=47.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51881280.600.3100.50211.1743.0235.1
Hex3358803C1F032d32b23
Octal6313020074370623235343
Binary11001110110001000000011110011111011001011010011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335880; }

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

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

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

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

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

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

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

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