#32528B

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

Shades of Fun Blue #32528B

Tints of Fun Blue #32528B

Color information

#32528B (or 0x32528B) is unknown color: approx Fun Blue. HEX triplet: 32, 52 and 8B. RGB value is (50,82,139). Sum of RGB (Red+Green+Blue) = 50+82+139=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #32528B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32528B is #CDAD74. Grayscale: #4E4E4E. Windows color (decimal): -13479285 or 9130546. OLE color: 9130546.

HSL color Cylindrical-coordinate representation of color #32528B: hue angle of 218.43º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32528B is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5082139-
CMYK0.640.4100.45
HSL218.43º47.09%37.06%-
HSV(B)218.43º64.03%54.51%-
XYZ8.998.5825.61-
YUV78.93161.9107.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.45%
GREEN value IS 82 (32.42% from 255) = 30.26%
BLUE value IS 139 (54.69% from 255) = 51.29%
R=18.45%
G=30.26%
B=51.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50821390.640.4100.45218.4347.0937.06
Hex32528B402902Dda2f25
Octal62122213100510553325745
Binary1100101010010100010111000000101001010110111011010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32528B; }

 p { color: rgb(50,82,139); }

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

<style>
 a { background-color: #32528B; }

 a { background-color: rgb(50,82,139); }

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

<style>
 span { border-color: #32528B; }

 span { border-color: rgb(50,82,139); }

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