#335680

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

Shades of St Tropaz #335680

Tints of St Tropaz #335680

Color information

#335680 (or 0x335680) is unknown color: approx St Tropaz. HEX triplet: 33, 56 and 80. RGB value is (51,86,128). Sum of RGB (Red+Green+Blue) = 51+86+128=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 128 - color contains mainly: blue. Hex color #335680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335680 is #CCA97F. Grayscale: #505050. Windows color (decimal): -13412736 or 8410675. OLE color: 8410675.

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

Color convert

RGB5186128-
CMYK0.600.3300.50
HSL212.73º43.02%35.1%-
HSV(B)212.73º60.16%50.2%-
XYZ8.598.9221.69-
YUV80.32154.9107.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.25%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 128 (50.39% from 255) = 48.30%
R=19.25%
G=32.45%
B=48.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51861280.600.3300.50212.7343.0235.1
Hex3356803C21032d52b23
Octal6312620074410623255343
Binary110011101011010000000111100100001011001011010101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335680; }

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

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

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

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

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

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

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

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