#325285

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

Shades of Fun Blue #325285

Tints of Fun Blue #325285

Color information

#325285 (or 0x325285) is unknown color: approx Fun Blue. HEX triplet: 32, 52 and 85. RGB value is (50,82,133). Sum of RGB (Red+Green+Blue) = 50+82+133=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #325285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325285 is #CDAD7A. Grayscale: #4E4E4E. Windows color (decimal): -13479291 or 8737330. OLE color: 8737330.

HSL color Cylindrical-coordinate representation of color #325285: hue angle of 216.87º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #325285 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5082133-
CMYK0.620.3800.48
HSL216.87º45.36%35.88%-
HSV(B)216.87º62.41%52.16%-
XYZ8.578.4123.36-
YUV78.25158.9107.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 133 (52.34% from 255) = 50.19%
R=18.87%
G=30.94%
B=50.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50821330.620.3800.48216.8745.3635.88
Hex3252853E26030d92d24
Octal6212220576460603315544
Binary110010101001010000101111110100110011000011011001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325285; }

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

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

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

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

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

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

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

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