#325186

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

Shades of Fun Blue #325186

Tints of Fun Blue #325186

Color information

#325186 (or 0x325186) is unknown color: approx Fun Blue. HEX triplet: 32, 51 and 86. RGB value is (50,81,134). Sum of RGB (Red+Green+Blue) = 50+81+134=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #325186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325186 is #CDAE79. Grayscale: #4D4D4D. Windows color (decimal): -13479546 or 8802610. OLE color: 8802610.

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

Color convert

RGB5081134-
CMYK0.630.4000.47
HSL217.86º45.65%36.08%-
HSV(B)217.86º62.69%52.55%-
XYZ8.568.2823.7-
YUV77.77159.73108.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 81 (32.03% from 255) = 30.57%
BLUE value IS 134 (52.73% from 255) = 50.57%
R=18.87%
G=30.57%
B=50.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50811340.630.4000.47217.8645.6536.08
Hex3251863F2802Fda2e24
Octal6212120677500573325644
Binary110010101000110000110111111101000010111111011010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325186; }

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

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

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

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

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

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

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

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