#324D7A

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

Shades of Fun Blue #324D7A

Tints of Fun Blue #324D7A

Color information

#324D7A (or 0x324D7A) is unknown color: approx Fun Blue. HEX triplet: 32, 4D and 7A. RGB value is (50,77,122). Sum of RGB (Red+Green+Blue) = 50+77+122=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 122 - color contains mainly: blue. Hex color #324D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324D7A is #CDB285. Grayscale: #494949. Windows color (decimal): -13480582 or 8015154. OLE color: 8015154.

HSL color Cylindrical-coordinate representation of color #324D7A: hue angle of 217.5º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #324D7A is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5077122-
CMYK0.590.3700.52
HSL217.5º41.86%33.73%-
HSV(B)217.5º59.02%47.84%-
XYZ7.487.3919.44-
YUV74.06155.05110.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.08%
GREEN value IS 77 (30.47% from 255) = 30.92%
BLUE value IS 122 (48.05% from 255) = 49.00%
R=20.08%
G=30.92%
B=49.00%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50771220.590.3700.52217.541.8633.73
Hex324D7A3B25034da2a22
Octal6211517273450643325242
Binary11001010011011111010111011100101011010011011010101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,77,122); }

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

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

 a { background-color: rgb(50,77,122); }

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

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

 span { border-color: rgb(50,77,122); }

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