#325082

Color #325082 Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #325082

Tints of Fun Blue #325082

Color information

#325082 (or 0x325082) is unknown color: approx Fun Blue. HEX triplet: 32, 50 and 82. RGB value is (50,80,130). Sum of RGB (Red+Green+Blue) = 50+80+130=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: blue. Hex color #325082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325082 is #CDAF7D. Grayscale: #4C4C4C. Windows color (decimal): -13479806 or 8540210. OLE color: 8540210.

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

Color convert

RGB5080130-
CMYK0.620.3800.49
HSL217.5º44.44%35.29%-
HSV(B)217.5º61.54%50.98%-
XYZ8.218.0322.24-
YUV76.73158.06108.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.23%
GREEN value IS 80 (31.64% from 255) = 30.77%
BLUE value IS 130 (51.17% from 255) = 50%
R=19.23%
G=30.77%
B=50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50801300.620.3800.49217.544.4435.29
Hex3250823E26031da2c23
Octal6212020276460613325443
Binary110010101000010000010111110100110011000111011010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325082; }

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

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

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

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

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

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

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

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