#32487F

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

Shades of Fun Blue #32487F

Tints of Fun Blue #32487F

Color information

#32487F (or 0x32487F) is unknown color: approx Fun Blue. HEX triplet: 32, 48 and 7F. RGB value is (50,72,127). Sum of RGB (Red+Green+Blue) = 50+72+127=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #32487F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32487F is #CDB780. Grayscale: #474747. Windows color (decimal): -13481857 or 8341554. OLE color: 8341554.

HSL color Cylindrical-coordinate representation of color #32487F: hue angle of 222.86º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32487F is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5072127-
CMYK0.610.4300.50
HSL222.86º43.5%34.71%-
HSV(B)222.86º60.63%49.8%-
XYZ7.466.8521.01-
YUV71.69159.21112.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.08%
GREEN value IS 72 (28.52% from 255) = 28.92%
BLUE value IS 127 (50% from 255) = 51.00%
R=20.08%
G=28.92%
B=51.00%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50721270.610.4300.50222.8643.534.71
Hex32487F3D2B032df2c23
Octal6211017775530623375443
Binary11001010010001111111111101101011011001011011111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32487F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,72,127); }

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

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

 a { background-color: rgb(50,72,127); }

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

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

 span { border-color: rgb(50,72,127); }

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