#32508A

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

Shades of Fun Blue #32508A

Tints of Fun Blue #32508A

Color information

#32508A (or 0x32508A) is unknown color: approx Fun Blue. HEX triplet: 32, 50 and 8A. RGB value is (50,80,138). Sum of RGB (Red+Green+Blue) = 50+80+138=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #32508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32508A is #CDAF75. Grayscale: #4D4D4D. Windows color (decimal): -13479798 or 9064498. OLE color: 9064498.

HSL color Cylindrical-coordinate representation of color #32508A: hue angle of 219.55º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32508A is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5080138-
CMYK0.640.4200.46
HSL219.55º46.81%36.86%-
HSV(B)219.55º63.77%54.12%-
XYZ8.778.2525.17-
YUV77.64162.06108.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.66%
GREEN value IS 80 (31.64% from 255) = 29.85%
BLUE value IS 138 (54.30% from 255) = 51.49%
R=18.66%
G=29.85%
B=51.49%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50801380.640.4200.46219.5546.8136.86
Hex32508A402A02Edc2f25
Octal62120212100520563345745
Binary1100101010000100010101000000101010010111011011100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32508A; }

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

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

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

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

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

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

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

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