#325682

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

Shades of St Tropaz #325682

Tints of St Tropaz #325682

Color information

#325682 (or 0x325682) is unknown color: approx St Tropaz. HEX triplet: 32, 56 and 82. RGB value is (50,86,130). Sum of RGB (Red+Green+Blue) = 50+86+130=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #325682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325682 is #CDA97D. Grayscale: #505050. Windows color (decimal): -13478270 or 8541746. OLE color: 8541746.

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

Color convert

RGB5086130-
CMYK0.620.3400.49
HSL213º44.44%35.29%-
HSV(B)213º61.54%50.98%-
XYZ8.678.9522.39-
YUV80.25156.07106.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.80%
GREEN value IS 86 (33.98% from 255) = 32.33%
BLUE value IS 130 (51.17% from 255) = 48.87%
R=18.80%
G=32.33%
B=48.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50861300.620.3400.4921344.4435.29
Hex3256823E22031d52c23
Octal6212620276420613255443
Binary110010101011010000010111110100010011000111010101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325682; }

 p { color: rgb(50,86,130); }

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

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

 a { background-color: rgb(50,86,130); }

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

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

 span { border-color: rgb(50,86,130); }

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