#324772

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

Shades of Resolution Blue #324772

Tints of Resolution Blue #324772

Color information

#324772 (or 0x324772) is unknown color: approx Resolution Blue. HEX triplet: 32, 47 and 72. RGB value is (50,71,114). Sum of RGB (Red+Green+Blue) = 50+71+114=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #324772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324772 is #CDB88D. Grayscale: #454545. Windows color (decimal): -13482126 or 7489330. OLE color: 7489330.

HSL color Cylindrical-coordinate representation of color #324772: hue angle of 220.31º 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 #324772 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5071114-
CMYK0.560.3800.55
HSL220.31º39.02%32.16%-
HSV(B)220.31º56.14%44.71%-
XYZ6.616.416.81-
YUV69.62153.04114-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.28%
GREEN value IS 71 (28.12% from 255) = 30.21%
BLUE value IS 114 (44.92% from 255) = 48.51%
R=21.28%
G=30.21%
B=48.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50711140.560.3800.55220.3139.0232.16
Hex3247723826037dc2720
Octal6210716270460673344740
Binary11001010001111110010111000100110011011111011100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324772; }

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

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

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

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

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

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

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

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