#325088

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

Shades of Fun Blue #325088

Tints of Fun Blue #325088

Color information

#325088 (or 0x325088) is unknown color: approx Fun Blue. HEX triplet: 32, 50 and 88. RGB value is (50,80,136). Sum of RGB (Red+Green+Blue) = 50+80+136=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #325088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325088 is #CDAF77. Grayscale: #4D4D4D. Windows color (decimal): -13479800 or 8933426. OLE color: 8933426.

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

Color convert

RGB5080136-
CMYK0.630.4100.47
HSL219.07º46.24%36.47%-
HSV(B)219.07º63.24%53.33%-
XYZ8.638.1924.42-
YUV77.41161.06108.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.80%
GREEN value IS 80 (31.64% from 255) = 30.08%
BLUE value IS 136 (53.52% from 255) = 51.13%
R=18.80%
G=30.08%
B=51.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50801360.630.4100.47219.0746.2436.47
Hex3250883F2902Fdb2e24
Octal6212021077510573335644
Binary110010101000010001000111111101001010111111011011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325088; }

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

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

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

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

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

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

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

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