#335B85

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

Shades of St Tropaz #335B85

Tints of St Tropaz #335B85

Color information

#335B85 (or 0x335B85) is unknown color: approx St Tropaz. HEX triplet: 33, 5B and 85. RGB value is (51,91,133). Sum of RGB (Red+Green+Blue) = 51+91+133=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #335B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335B85 is #CCA47A. Grayscale: #535353. Windows color (decimal): -13411451 or 8739635. OLE color: 8739635.

HSL color Cylindrical-coordinate representation of color #335B85: hue angle of 210.73º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #335B85 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5191133-
CMYK0.620.3200.48
HSL210.73º44.57%36.08%-
HSV(B)210.73º61.65%52.16%-
XYZ9.349.8823.6-
YUV83.83155.75104.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 91 (35.94% from 255) = 33.09%
BLUE value IS 133 (52.34% from 255) = 48.36%
R=18.55%
G=33.09%
B=48.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51911330.620.3200.48210.7344.5736.08
Hex335B853E20030d32d24
Octal6313320576400603235544
Binary110011101101110000101111110100000011000011010011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335B85; }

 p { color: rgb(51,91,133); }

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

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

 a { background-color: rgb(51,91,133); }

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

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

 span { border-color: rgb(51,91,133); }

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