#335588

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

Shades of St Tropaz #335588

Tints of St Tropaz #335588

Color information

#335588 (or 0x335588) is unknown color: approx St Tropaz. HEX triplet: 33, 55 and 88. RGB value is (51,85,136). Sum of RGB (Red+Green+Blue) = 51+85+136=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #335588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335588 is #CCAA77. Grayscale: #505050. Windows color (decimal): -13412984 or 8934707. OLE color: 8934707.

HSL color Cylindrical-coordinate representation of color #335588: hue angle of 216º 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 #335588 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5185136-
CMYK0.620.3800.47
HSL216º45.45%36.67%-
HSV(B)216º62.5%53.33%-
XYZ9.068.9824.55-
YUV80.65159.24106.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.75%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 136 (53.52% from 255) = 50%
R=18.75%
G=31.25%
B=50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51851360.620.3800.4721645.4536.67
Hex3355883E2602Fd82d25
Octal6312521076460573305545
Binary110011101010110001000111110100110010111111011000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335588; }

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

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

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

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

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

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

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

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