#324B74

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

Shades of Fun Blue #324B74

Tints of Fun Blue #324B74

Color information

#324B74 (or 0x324B74) is unknown color: approx Fun Blue. HEX triplet: 32, 4B and 74. RGB value is (50,75,116). Sum of RGB (Red+Green+Blue) = 50+75+116=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 116 - color contains mainly: blue. Hex color #324B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324B74 is #CDB48B. Grayscale: #484848. Windows color (decimal): -13481100 or 7621426. OLE color: 7621426.

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

Color convert

RGB5075116-
CMYK0.570.3500.55
HSL217.27º39.76%32.55%-
HSV(B)217.27º56.9%45.49%-
XYZ6.986.9717.5-
YUV72.2152.72112.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.75%
GREEN value IS 75 (29.69% from 255) = 31.12%
BLUE value IS 116 (45.70% from 255) = 48.13%
R=20.75%
G=31.12%
B=48.13%

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
Decimal50751160.570.3500.55217.2739.7632.55
Hex324B743923037d92821
Octal6211316471430673315041
Binary11001010010111110100111001100011011011111011001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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