#32548A

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

Shades of Fun Blue #32548A

Tints of Fun Blue #32548A

Color information

#32548A (or 0x32548A) is unknown color: approx Fun Blue. HEX triplet: 32, 54 and 8A. RGB value is (50,84,138). Sum of RGB (Red+Green+Blue) = 50+84+138=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #32548A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32548A is #CDAB75. Grayscale: #4F4F4F. Windows color (decimal): -13478774 or 9065522. OLE color: 9065522.

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

Color convert

RGB5084138-
CMYK0.640.3900.46
HSL216.82º46.81%36.86%-
HSV(B)216.82º63.77%54.12%-
XYZ9.078.8525.28-
YUV79.99160.74106.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.38%
GREEN value IS 84 (33.20% from 255) = 30.88%
BLUE value IS 138 (54.30% from 255) = 50.74%
R=18.38%
G=30.88%
B=50.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50841380.640.3900.46216.8246.8136.86
Hex32548A402702Ed92f25
Octal62124212100470563315745
Binary1100101010100100010101000000100111010111011011001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32548A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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