#325289

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

Shades of Fun Blue #325289

Tints of Fun Blue #325289

Color information

#325289 (or 0x325289) is unknown color: approx Fun Blue. HEX triplet: 32, 52 and 89. RGB value is (50,82,137). Sum of RGB (Red+Green+Blue) = 50+82+137=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #325289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325289 is #CDAD76. Grayscale: #4E4E4E. Windows color (decimal): -13479287 or 8999474. OLE color: 8999474.

HSL color Cylindrical-coordinate representation of color #325289: hue angle of 217.93º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #325289 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5082137-
CMYK0.640.4000.46
HSL217.93º46.52%36.67%-
HSV(B)217.93º63.5%53.73%-
XYZ8.858.5224.84-
YUV78.7160.9107.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.59%
GREEN value IS 82 (32.42% from 255) = 30.48%
BLUE value IS 137 (53.91% from 255) = 50.93%
R=18.59%
G=30.48%
B=50.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50821370.640.4000.46217.9346.5236.67
Hex325289402802Eda2f25
Octal62122211100500563325745
Binary1100101010010100010011000000101000010111011011010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325289; }

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

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

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

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

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

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

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

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