#324A77

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

Shades of Fun Blue #324A77

Tints of Fun Blue #324A77

Color information

#324A77 (or 0x324A77) is unknown color: approx Fun Blue. HEX triplet: 32, 4A and 77. RGB value is (50,74,119). Sum of RGB (Red+Green+Blue) = 50+74+119=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #324A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324A77 is #CDB588. Grayscale: #474747. Windows color (decimal): -13481353 or 7817778. OLE color: 7817778.

HSL color Cylindrical-coordinate representation of color #324A77: hue angle of 219.13º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #324A77 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5074119-
CMYK0.580.3800.53
HSL219.13º40.83%33.14%-
HSV(B)219.13º57.98%46.67%-
XYZ7.096.9118.41-
YUV71.95154.55112.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.58%
GREEN value IS 74 (29.30% from 255) = 30.45%
BLUE value IS 119 (46.88% from 255) = 48.97%
R=20.58%
G=30.45%
B=48.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50741190.580.3800.53219.1340.8333.14
Hex324A773A26035db2921
Octal6211216772460653335141
Binary11001010010101110111111010100110011010111011011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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