#324A76

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

Shades of Fun Blue #324A76

Tints of Fun Blue #324A76

Color information

#324A76 (or 0x324A76) is unknown color: approx Fun Blue. HEX triplet: 32, 4A and 76. RGB value is (50,74,118). Sum of RGB (Red+Green+Blue) = 50+74+118=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #324A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324A76 is #CDB589. Grayscale: #474747. Windows color (decimal): -13481354 or 7752242. OLE color: 7752242.

HSL color Cylindrical-coordinate representation of color #324A76: hue angle of 218.82º 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 #324A76 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5074118-
CMYK0.580.3700.54
HSL218.82º40.48%32.94%-
HSV(B)218.82º57.63%46.27%-
XYZ7.036.8818.1-
YUV71.84154.05112.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.66%
GREEN value IS 74 (29.30% from 255) = 30.58%
BLUE value IS 118 (46.48% from 255) = 48.76%
R=20.66%
G=30.58%
B=48.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50741180.580.3700.54218.8240.4832.94
Hex324A763A25036db2821
Octal6211216672450663335041
Binary11001010010101110110111010100101011011011011011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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