#325087

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

Shades of Fun Blue #325087

Tints of Fun Blue #325087

Color information

#325087 (or 0x325087) is unknown color: approx Fun Blue. HEX triplet: 32, 50 and 87. RGB value is (50,80,135). Sum of RGB (Red+Green+Blue) = 50+80+135=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 135 (53.12% from 255 or 50.94% from 265); Max value from RGB is 135 - color contains mainly: blue. Hex color #325087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325087 is #CDAF78. Grayscale: #4D4D4D. Windows color (decimal): -13479801 or 8867890. OLE color: 8867890.

HSL color Cylindrical-coordinate representation of color #325087: hue angle of 218.82º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #325087 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5080135-
CMYK0.630.4100.47
HSL218.82º45.95%36.27%-
HSV(B)218.82º62.96%52.94%-
XYZ8.568.1624.05-
YUV77.3160.56108.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 135 (53.12% from 255) = 50.94%
R=18.87%
G=30.19%
B=50.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50801350.630.4100.47218.8245.9536.27
Hex3250873F2902Fdb2e24
Octal6212020777510573335644
Binary110010101000010000111111111101001010111111011011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325087; }

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

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

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

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

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

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

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

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