#32548B

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

Shades of Fun Blue #32548B

Tints of Fun Blue #32548B

Color information

#32548B (or 0x32548B) is unknown color: approx Fun Blue. HEX triplet: 32, 54 and 8B. RGB value is (50,84,139). Sum of RGB (Red+Green+Blue) = 50+84+139=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #32548B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32548B is #CDAB74. Grayscale: #4F4F4F. Windows color (decimal): -13478773 or 9131058. OLE color: 9131058.

HSL color Cylindrical-coordinate representation of color #32548B: hue angle of 217.08º 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 #32548B is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5084139-
CMYK0.640.4000.45
HSL217.08º47.09%37.06%-
HSV(B)217.08º64.03%54.51%-
XYZ9.158.8825.66-
YUV80.1161.24106.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.32%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 139 (54.69% from 255) = 50.92%
R=18.32%
G=30.77%
B=50.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50841390.640.4000.45217.0847.0937.06
Hex32548B402802Dd92f25
Octal62124213100500553315745
Binary1100101010100100010111000000101000010110111011001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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