#324774

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

Shades of Resolution Blue #324774

Tints of Resolution Blue #324774

Color information

#324774 (or 0x324774) is unknown color: approx Resolution Blue. HEX triplet: 32, 47 and 74. RGB value is (50,71,116). Sum of RGB (Red+Green+Blue) = 50+71+116=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 116 - color contains mainly: blue. Hex color #324774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324774 is #CDB88B. Grayscale: #454545. Windows color (decimal): -13482124 or 7620402. OLE color: 7620402.

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

Color convert

RGB5071116-
CMYK0.570.3900.55
HSL220.91º39.76%32.55%-
HSV(B)220.91º56.9%45.49%-
XYZ6.726.4517.41-
YUV69.85154.04113.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.10%
GREEN value IS 71 (28.12% from 255) = 29.96%
BLUE value IS 116 (45.70% from 255) = 48.95%
R=21.10%
G=29.96%
B=48.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50711160.570.3900.55220.9139.7632.55
Hex3247743927037dd2821
Octal6210716471470673355041
Binary11001010001111110100111001100111011011111011101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324774; }

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

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

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

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

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

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

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

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