#335583

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

Shades of St Tropaz #335583

Tints of St Tropaz #335583

Color information

#335583 (or 0x335583) is unknown color: approx St Tropaz. HEX triplet: 33, 55 and 83. RGB value is (51,85,131). Sum of RGB (Red+Green+Blue) = 51+85+131=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 131 (51.56% from 255 or 49.06% from 267); Max value from RGB is 131 - color contains mainly: blue. Hex color #335583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335583 is #CCAA7C. Grayscale: #4F4F4F. Windows color (decimal): -13412989 or 8607027. OLE color: 8607027.

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

Color convert

RGB5185131-
CMYK0.610.3500.49
HSL214.5º43.96%35.69%-
HSV(B)214.5º61.07%51.37%-
XYZ8.718.8422.72-
YUV80.08156.74107.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.10%
GREEN value IS 85 (33.59% from 255) = 31.84%
BLUE value IS 131 (51.56% from 255) = 49.06%
R=19.10%
G=31.84%
B=49.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51851310.610.3500.49214.543.9635.69
Hex3355833D23031d62c24
Octal6312520375430613265444
Binary110011101010110000011111101100011011000111010110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335583; }

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

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

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

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

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

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

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

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