#324B7A

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

Shades of Fun Blue #324B7A

Tints of Fun Blue #324B7A

Color information

#324B7A (or 0x324B7A) is unknown color: approx Fun Blue. HEX triplet: 32, 4B and 7A. RGB value is (50,75,122). Sum of RGB (Red+Green+Blue) = 50+75+122=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #324B7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324B7A is #CDB485. Grayscale: #484848. Windows color (decimal): -13481094 or 8014642. OLE color: 8014642.

HSL color Cylindrical-coordinate representation of color #324B7A: hue angle of 219.17º 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 #324B7A is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5075122-
CMYK0.590.3900.52
HSL219.17º41.86%33.73%-
HSV(B)219.17º59.02%47.84%-
XYZ7.347.1219.4-
YUV72.88155.72111.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 75 (29.69% from 255) = 30.36%
BLUE value IS 122 (48.05% from 255) = 49.39%
R=20.24%
G=30.36%
B=49.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50751220.590.3900.52219.1741.8633.73
Hex324B7A3B27034db2a22
Octal6211317273470643335242
Binary11001010010111111010111011100111011010011011011101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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