#324B73

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

Shades of Fun Blue #324B73

Tints of Fun Blue #324B73

Color information

#324B73 (or 0x324B73) is unknown color: approx Fun Blue. HEX triplet: 32, 4B and 73. RGB value is (50,75,115). Sum of RGB (Red+Green+Blue) = 50+75+115=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #324B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324B73 is #CDB48C. Grayscale: #474747. Windows color (decimal): -13481101 or 7555890. OLE color: 7555890.

HSL color Cylindrical-coordinate representation of color #324B73: hue angle of 216.92º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #324B73 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5075115-
CMYK0.570.3500.55
HSL216.92º39.39%32.35%-
HSV(B)216.92º56.52%45.1%-
XYZ6.936.9517.2-
YUV72.08152.22112.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.83%
GREEN value IS 75 (29.69% from 255) = 31.25%
BLUE value IS 115 (45.31% from 255) = 47.92%
R=20.83%
G=31.25%
B=47.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50751150.570.3500.55216.9239.3932.35
Hex324B733923037d92720
Octal6211316371430673314740
Binary11001010010111110011111001100011011011111011001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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