#324D86

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

Shades of Fun Blue #324D86

Tints of Fun Blue #324D86

Color information

#324D86 (or 0x324D86) is unknown color: approx Fun Blue. HEX triplet: 32, 4D and 86. RGB value is (50,77,134). Sum of RGB (Red+Green+Blue) = 50+77+134=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 134 (52.73% from 255 or 51.34% from 261); Max value from RGB is 134 - color contains mainly: blue. Hex color #324D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324D86 is #CDB279. Grayscale: #4B4B4B. Windows color (decimal): -13480570 or 8801586. OLE color: 8801586.

HSL color Cylindrical-coordinate representation of color #324D86: hue angle of 220.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #324D86 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5077134-
CMYK0.630.4300.47
HSL220.71º45.65%36.08%-
HSV(B)220.71º62.69%52.55%-
XYZ8.277.7123.61-
YUV75.42161.05109.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.16%
GREEN value IS 77 (30.47% from 255) = 29.50%
BLUE value IS 134 (52.73% from 255) = 51.34%
R=19.16%
G=29.50%
B=51.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50771340.630.4300.47220.7145.6536.08
Hex324D863F2B02Fdd2e24
Octal6211520677530573355644
Binary110010100110110000110111111101011010111111011101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324D86; }

 p { color: rgb(50,77,134); }

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

<style>
 a { background-color: #324D86; }

 a { background-color: rgb(50,77,134); }

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

<style>
 span { border-color: #324D86; }

 span { border-color: rgb(50,77,134); }

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