#32558F

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

Shades of Fun Blue #32558F

Tints of Fun Blue #32558F

Color information

#32558F (or 0x32558F) is unknown color: approx Fun Blue. HEX triplet: 32, 55 and 8F. RGB value is (50,85,143). Sum of RGB (Red+Green+Blue) = 50+85+143=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 143 (56.25% from 255 or 51.44% from 278); Max value from RGB is 143 - color contains mainly: blue. Hex color #32558F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32558F is #CDAA70. Grayscale: #505050. Windows color (decimal): -13478513 or 9393458. OLE color: 9393458.

HSL color Cylindrical-coordinate representation of color #32558F: hue angle of 217.42º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32558F is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5085143-
CMYK0.650.4100.44
HSL217.42º48.19%37.84%-
HSV(B)217.42º65.03%56.08%-
XYZ9.529.1627.25-
YUV81.15162.9105.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.99%
GREEN value IS 85 (33.59% from 255) = 30.58%
BLUE value IS 143 (56.25% from 255) = 51.44%
R=17.99%
G=30.58%
B=51.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50851430.650.4100.44217.4248.1937.84
Hex32558F412902Cd93026
Octal62125217101510543316046
Binary1100101010101100011111000001101001010110011011001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32558F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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