#335483

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

Shades of St Tropaz #335483

Tints of St Tropaz #335483

Color information

#335483 (or 0x335483) is unknown color: approx St Tropaz. HEX triplet: 33, 54 and 83. RGB value is (51,84,131). Sum of RGB (Red+Green+Blue) = 51+84+131=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #335483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335483 is #CCAB7C. Grayscale: #4F4F4F. Windows color (decimal): -13413245 or 8606771. OLE color: 8606771.

HSL color Cylindrical-coordinate representation of color #335483: hue angle of 215.25º 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 #335483 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5184131-
CMYK0.610.3600.49
HSL215.25º43.96%35.69%-
HSV(B)215.25º61.07%51.37%-
XYZ8.638.6822.69-
YUV79.49157.07107.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.17%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 131 (51.56% from 255) = 49.25%
R=19.17%
G=31.58%
B=49.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51841310.610.3600.49215.2543.9635.69
Hex3354833D24031d72c24
Octal6312420375440613275444
Binary110011101010010000011111101100100011000111010111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335483; }

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

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

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

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

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

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

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

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