#324C72

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

Shades of Fun Blue #324C72

Tints of Fun Blue #324C72

Color information

#324C72 (or 0x324C72) is unknown color: approx Fun Blue. HEX triplet: 32, 4C and 72. RGB value is (50,76,114). Sum of RGB (Red+Green+Blue) = 50+76+114=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #324C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324C72 is #CDB38D. Grayscale: #484848. Windows color (decimal): -13480846 or 7490610. OLE color: 7490610.

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

Color convert

RGB5076114-
CMYK0.560.3300.55
HSL215.62º39.02%32.16%-
HSV(B)215.62º56.14%44.71%-
XYZ6.947.0616.92-
YUV72.56151.39111.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.83%
GREEN value IS 76 (30.08% from 255) = 31.67%
BLUE value IS 114 (44.92% from 255) = 47.5%
R=20.83%
G=31.67%
B=47.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50761140.560.3300.55215.6239.0232.16
Hex324C723821037d82720
Octal6211416270410673304740
Binary11001010011001110010111000100001011011111011000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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