#324C74

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

Shades of Fun Blue #324C74

Tints of Fun Blue #324C74

Color information

#324C74 (or 0x324C74) is unknown color: approx Fun Blue. HEX triplet: 32, 4C and 74. RGB value is (50,76,116). Sum of RGB (Red+Green+Blue) = 50+76+116=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #324C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C74 is #CDB38B. Grayscale: #484848. Windows color (decimal): -13480844 or 7621682. OLE color: 7621682.

HSL color Cylindrical-coordinate representation of color #324C74: hue angle of 216.36º 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 #324C74 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5076116-
CMYK0.570.3400.55
HSL216.36º39.76%32.55%-
HSV(B)216.36º56.9%45.49%-
XYZ7.057.1117.52-
YUV72.79152.39111.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.66%
GREEN value IS 76 (30.08% from 255) = 31.40%
BLUE value IS 116 (45.70% from 255) = 47.93%
R=20.66%
G=31.40%
B=47.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50761160.570.3400.55216.3639.7632.55
Hex324C743922037d82821
Octal6211416471420673305041
Binary11001010011001110100111001100010011011111011000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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