#335688

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

Shades of St Tropaz #335688

Tints of St Tropaz #335688

Color information

#335688 (or 0x335688) is unknown color: approx St Tropaz. HEX triplet: 33, 56 and 88. RGB value is (51,86,136). Sum of RGB (Red+Green+Blue) = 51+86+136=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #335688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335688 is #CCA977. Grayscale: #515151. Windows color (decimal): -13412728 or 8934963. OLE color: 8934963.

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

Color convert

RGB5186136-
CMYK0.620.3700.47
HSL215.29º45.45%36.67%-
HSV(B)215.29º62.5%53.33%-
XYZ9.149.1424.57-
YUV81.24158.9106.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.68%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 136 (53.52% from 255) = 49.82%
R=18.68%
G=31.50%
B=49.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51861360.620.3700.47215.2945.4536.67
Hex3356883E2502Fd72d25
Octal6312621076450573275545
Binary110011101011010001000111110100101010111111010111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335688; }

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

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

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

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

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

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

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

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