#335685

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

Shades of St Tropaz #335685

Tints of St Tropaz #335685

Color information

#335685 (or 0x335685) is unknown color: approx St Tropaz. HEX triplet: 33, 56 and 85. RGB value is (51,86,133). Sum of RGB (Red+Green+Blue) = 51+86+133=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #335685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335685 is #CCA97A. Grayscale: #505050. Windows color (decimal): -13412731 or 8738355. OLE color: 8738355.

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

Color convert

RGB5186133-
CMYK0.620.3500.48
HSL214.39º44.57%36.08%-
HSV(B)214.39º61.65%52.16%-
XYZ8.939.0523.47-
YUV80.89157.4106.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.89%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 133 (52.34% from 255) = 49.26%
R=18.89%
G=31.85%
B=49.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51861330.620.3500.48214.3944.5736.08
Hex3356853E23030d62d24
Octal6312620576430603265544
Binary110011101011010000101111110100011011000011010110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335685; }

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

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

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

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

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

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

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

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