#32558E

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

Shades of Fun Blue #32558E

Tints of Fun Blue #32558E

Color information

#32558E (or 0x32558E) is unknown color: approx Fun Blue. HEX triplet: 32, 55 and 8E. RGB value is (50,85,142). Sum of RGB (Red+Green+Blue) = 50+85+142=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #32558E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32558E is #CDAA71. Grayscale: #505050. Windows color (decimal): -13478514 or 9327922. OLE color: 9327922.

HSL color Cylindrical-coordinate representation of color #32558E: hue angle of 217.17º 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 #32558E is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5085142-
CMYK0.650.4000.44
HSL217.17º47.92%37.65%-
HSV(B)217.17º64.79%55.69%-
XYZ9.459.1326.86-
YUV81.03162.4105.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.05%
GREEN value IS 85 (33.59% from 255) = 30.69%
BLUE value IS 142 (55.86% from 255) = 51.26%
R=18.05%
G=30.69%
B=51.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50851420.650.4000.44217.1747.9237.65
Hex32558E412802Cd93026
Octal62125216101500543316046
Binary1100101010101100011101000001101000010110011011001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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