#324976

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

Shades of Fun Blue #324976

Tints of Fun Blue #324976

Color information

#324976 (or 0x324976) is unknown color: approx Fun Blue. HEX triplet: 32, 49 and 76. RGB value is (50,73,118). Sum of RGB (Red+Green+Blue) = 50+73+118=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #324976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324976 is #CDB689. Grayscale: #474747. Windows color (decimal): -13481610 or 7751986. OLE color: 7751986.

HSL color Cylindrical-coordinate representation of color #324976: hue angle of 219.71º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #324976 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5073118-
CMYK0.580.3800.54
HSL219.71º40.48%32.94%-
HSV(B)219.71º57.63%46.27%-
XYZ6.976.7518.08-
YUV71.25154.38112.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.75%
GREEN value IS 73 (28.91% from 255) = 30.29%
BLUE value IS 118 (46.48% from 255) = 48.96%
R=20.75%
G=30.29%
B=48.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50731180.580.3800.54219.7140.4832.94
Hex3249763A26036dc2821
Octal6211116672460663345041
Binary11001010010011110110111010100110011011011011100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324976; }

 p { color: rgb(50,73,118); }

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

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

 a { background-color: rgb(50,73,118); }

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

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

 span { border-color: rgb(50,73,118); }

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