#335684

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

Shades of St Tropaz #335684

Tints of St Tropaz #335684

Color information

#335684 (or 0x335684) is unknown color: approx St Tropaz. HEX triplet: 33, 56 and 84. RGB value is (51,86,132). Sum of RGB (Red+Green+Blue) = 51+86+132=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #335684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335684 is #CCA97B. Grayscale: #505050. Windows color (decimal): -13412732 or 8672819. OLE color: 8672819.

HSL color Cylindrical-coordinate representation of color #335684: hue angle of 214.07º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #335684 is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5186132-
CMYK0.610.3500.48
HSL214.07º44.26%35.88%-
HSV(B)214.07º61.36%51.76%-
XYZ8.869.0323.1-
YUV80.78156.9106.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.96%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 132 (51.95% from 255) = 49.07%
R=18.96%
G=31.97%
B=49.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51861320.610.3500.48214.0744.2635.88
Hex3356843D23030d62c24
Octal6312620475430603265444
Binary110011101011010000100111101100011011000011010110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335684; }

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

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

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

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

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

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

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

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