#324B76

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

Shades of Fun Blue #324B76

Tints of Fun Blue #324B76

Color information

#324B76 (or 0x324B76) is unknown color: approx Fun Blue. HEX triplet: 32, 4B and 76. RGB value is (50,75,118). Sum of RGB (Red+Green+Blue) = 50+75+118=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #324B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324B76 is #CDB489. Grayscale: #484848. Windows color (decimal): -13481098 or 7752498. OLE color: 7752498.

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

Color convert

RGB5075118-
CMYK0.580.3600.54
HSL217.94º40.48%32.94%-
HSV(B)217.94º57.63%46.27%-
XYZ7.17.0218.12-
YUV72.43153.72112-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.58%
GREEN value IS 75 (29.69% from 255) = 30.86%
BLUE value IS 118 (46.48% from 255) = 48.56%
R=20.58%
G=30.86%
B=48.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50751180.580.3600.54217.9440.4832.94
Hex324B763A24036da2821
Octal6211316672440663325041
Binary11001010010111110110111010100100011011011011010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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