#325882

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

Shades of St Tropaz #325882

Tints of St Tropaz #325882

Color information

#325882 (or 0x325882) is unknown color: approx St Tropaz. HEX triplet: 32, 58 and 82. RGB value is (50,88,130). Sum of RGB (Red+Green+Blue) = 50+88+130=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #325882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325882 is #CDA77D. Grayscale: #515151. Windows color (decimal): -13477758 or 8542258. OLE color: 8542258.

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

Color convert

RGB5088130-
CMYK0.620.3200.49
HSL211.5º44.44%35.29%-
HSV(B)211.5º61.54%50.98%-
XYZ8.839.2722.44-
YUV81.43155.41105.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.66%
GREEN value IS 88 (34.77% from 255) = 32.84%
BLUE value IS 130 (51.17% from 255) = 48.51%
R=18.66%
G=32.84%
B=48.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50881300.620.3200.49211.544.4435.29
Hex3258823E20031d42c23
Octal6213020276400613245443
Binary110010101100010000010111110100000011000111010100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325882; }

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

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

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

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

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

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

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

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