#32558D

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

Shades of Fun Blue #32558D

Tints of Fun Blue #32558D

Color information

#32558D (or 0x32558D) is unknown color: approx Fun Blue. HEX triplet: 32, 55 and 8D. RGB value is (50,85,141). Sum of RGB (Red+Green+Blue) = 50+85+141=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #32558D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32558D is #CDAA72. Grayscale: #505050. Windows color (decimal): -13478515 or 9262386. OLE color: 9262386.

HSL color Cylindrical-coordinate representation of color #32558D: hue angle of 216.92º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32558D is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5085141-
CMYK0.650.4000.45
HSL216.92º47.64%37.45%-
HSV(B)216.92º64.54%55.29%-
XYZ9.379.126.46-
YUV80.92161.9105.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.12%
GREEN value IS 85 (33.59% from 255) = 30.80%
BLUE value IS 141 (55.47% from 255) = 51.09%
R=18.12%
G=30.80%
B=51.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50851410.650.4000.45216.9247.6437.45
Hex32558D412802Dd93025
Octal62125215101500553316045
Binary1100101010101100011011000001101000010110111011001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32558D; }

 p { color: rgb(50,85,141); }

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

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

 a { background-color: rgb(50,85,141); }

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

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

 span { border-color: rgb(50,85,141); }

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