#335784

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

Shades of St Tropaz #335784

Tints of St Tropaz #335784

Color information

#335784 (or 0x335784) is unknown color: approx St Tropaz. HEX triplet: 33, 57 and 84. RGB value is (51,87,132). Sum of RGB (Red+Green+Blue) = 51+87+132=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #335784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335784 is #CCA87B. Grayscale: #515151. Windows color (decimal): -13412476 or 8673075. OLE color: 8673075.

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

Color convert

RGB5187132-
CMYK0.610.3400.48
HSL213.33º44.26%35.88%-
HSV(B)213.33º61.36%51.76%-
XYZ8.949.1923.13-
YUV81.37156.57106.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.89%
GREEN value IS 87 (34.38% from 255) = 32.22%
BLUE value IS 132 (51.95% from 255) = 48.89%
R=18.89%
G=32.22%
B=48.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51871320.610.3400.48213.3344.2635.88
Hex3357843D22030d52c24
Octal6312720475420603255444
Binary110011101011110000100111101100010011000011010101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335784; }

 p { color: rgb(51,87,132); }

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

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

 a { background-color: rgb(51,87,132); }

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

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

 span { border-color: rgb(51,87,132); }

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