#335689

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

Shades of St Tropaz #335689

Tints of St Tropaz #335689

Color information

#335689 (or 0x335689) is unknown color: approx St Tropaz. HEX triplet: 33, 56 and 89. RGB value is (51,86,137). Sum of RGB (Red+Green+Blue) = 51+86+137=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #335689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335689 is #CCA976. Grayscale: #515151. Windows color (decimal): -13412727 or 9000499. OLE color: 9000499.

HSL color Cylindrical-coordinate representation of color #335689: hue angle of 215.58º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #335689 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5186137-
CMYK0.630.3700.46
HSL215.58º45.74%36.86%-
HSV(B)215.58º62.77%53.73%-
XYZ9.219.1724.95-
YUV81.35159.4106.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.61%
GREEN value IS 86 (33.98% from 255) = 31.39%
BLUE value IS 137 (53.91% from 255) = 50%
R=18.61%
G=31.39%
B=50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51861370.630.3700.46215.5845.7436.86
Hex3356893F2502Ed82e25
Octal6312621177450563305645
Binary110011101011010001001111111100101010111011011000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335689; }

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

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

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

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

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

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

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

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