#325089

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

Shades of Fun Blue #325089

Tints of Fun Blue #325089

Color information

#325089 (or 0x325089) is unknown color: approx Fun Blue. HEX triplet: 32, 50 and 89. RGB value is (50,80,137). Sum of RGB (Red+Green+Blue) = 50+80+137=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #325089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325089 is #CDAF76. Grayscale: #4D4D4D. Windows color (decimal): -13479799 or 8998962. OLE color: 8998962.

HSL color Cylindrical-coordinate representation of color #325089: hue angle of 219.31º 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 #325089 is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5080137-
CMYK0.640.4200.46
HSL219.31º46.52%36.67%-
HSV(B)219.31º63.5%53.73%-
XYZ8.78.2224.8-
YUV77.53161.56108.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.73%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 137 (53.91% from 255) = 51.31%
R=18.73%
G=29.96%
B=51.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50801370.640.4200.46219.3146.5236.67
Hex325089402A02Edb2f25
Octal62120211100520563335745
Binary1100101010000100010011000000101010010111011011011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325089; }

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

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

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

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

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

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

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

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