#324C82

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

Shades of Fun Blue #324C82

Tints of Fun Blue #324C82

Color information

#324C82 (or 0x324C82) is unknown color: approx Fun Blue. HEX triplet: 32, 4C and 82. RGB value is (50,76,130). Sum of RGB (Red+Green+Blue) = 50+76+130=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #324C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324C82 is #CDB37D. Grayscale: #4A4A4A. Windows color (decimal): -13480830 or 8539186. OLE color: 8539186.

HSL color Cylindrical-coordinate representation of color #324C82: hue angle of 220.5º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #324C82 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5076130-
CMYK0.620.4200.49
HSL220.5º44.44%35.29%-
HSV(B)220.5º61.54%50.98%-
XYZ7.937.4622.14-
YUV74.38159.39110.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.53%
GREEN value IS 76 (30.08% from 255) = 29.69%
BLUE value IS 130 (51.17% from 255) = 50.78%
R=19.53%
G=29.69%
B=50.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50761300.620.4200.49220.544.4435.29
Hex324C823E2A031dc2c23
Octal6211420276520613345443
Binary110010100110010000010111110101010011000111011100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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