#335686

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

Shades of St Tropaz #335686

Tints of St Tropaz #335686

Color information

#335686 (or 0x335686) is unknown color: approx St Tropaz. HEX triplet: 33, 56 and 86. RGB value is (51,86,134). Sum of RGB (Red+Green+Blue) = 51+86+134=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 134 (52.73% from 255 or 49.45% from 271); Max value from RGB is 134 - color contains mainly: blue. Hex color #335686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335686 is #CCA979. Grayscale: #505050. Windows color (decimal): -13412730 or 8803891. OLE color: 8803891.

HSL color Cylindrical-coordinate representation of color #335686: hue angle of 214.7º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #335686 is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5186134-
CMYK0.620.3600.47
HSL214.7º44.86%36.27%-
HSV(B)214.7º61.94%52.55%-
XYZ99.0823.83-
YUV81.01157.9106.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.82%
GREEN value IS 86 (33.98% from 255) = 31.73%
BLUE value IS 134 (52.73% from 255) = 49.45%
R=18.82%
G=31.73%
B=49.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51861340.620.3600.47214.744.8636.27
Hex3356863E2402Fd72d24
Octal6312620676440573275544
Binary110011101011010000110111110100100010111111010111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335686; }

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

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

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

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

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

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

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

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