#325286

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

Shades of Fun Blue #325286

Tints of Fun Blue #325286

Color information

#325286 (or 0x325286) is unknown color: approx Fun Blue. HEX triplet: 32, 52 and 86. RGB value is (50,82,134). Sum of RGB (Red+Green+Blue) = 50+82+134=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 134 (52.73% from 255 or 50.38% from 266); Max value from RGB is 134 - color contains mainly: blue. Hex color #325286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325286 is #CDAD79. Grayscale: #4E4E4E. Windows color (decimal): -13479290 or 8802866. OLE color: 8802866.

HSL color Cylindrical-coordinate representation of color #325286: hue angle of 217.14º 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 #325286 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5082134-
CMYK0.630.3900.47
HSL217.14º45.65%36.08%-
HSV(B)217.14º62.69%52.55%-
XYZ8.648.4323.73-
YUV78.36159.4107.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.80%
GREEN value IS 82 (32.42% from 255) = 30.83%
BLUE value IS 134 (52.73% from 255) = 50.38%
R=18.80%
G=30.83%
B=50.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50821340.630.3900.47217.1445.6536.08
Hex3252863F2702Fd92e24
Octal6212220677470573315644
Binary110010101001010000110111111100111010111111011001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325286; }

 p { color: rgb(50,82,134); }

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

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

 a { background-color: rgb(50,82,134); }

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

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

 span { border-color: rgb(50,82,134); }

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