#324479

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

Shades of Resolution Blue #324479

Tints of Resolution Blue #324479

Color information

#324479 (or 0x324479) is unknown color: approx Resolution Blue. HEX triplet: 32, 44 and 79. RGB value is (50,68,121). Sum of RGB (Red+Green+Blue) = 50+68+121=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 121 (47.66% from 255 or 50.63% from 239); Max value from RGB is 121 - color contains mainly: blue. Hex color #324479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324479 is #CDBB86. Grayscale: #444444. Windows color (decimal): -13482887 or 7947314. OLE color: 7947314.

HSL color Cylindrical-coordinate representation of color #324479: hue angle of 224.79º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #324479 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5068121-
CMYK0.590.4400.53
HSL224.79º41.52%33.53%-
HSV(B)224.79º58.68%47.45%-
XYZ6.836.1918.92-
YUV68.66157.54114.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.92%
GREEN value IS 68 (26.95% from 255) = 28.45%
BLUE value IS 121 (47.66% from 255) = 50.63%
R=20.92%
G=28.45%
B=50.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50681210.590.4400.53224.7941.5233.53
Hex3244793B2C035e12a22
Octal6210417173540653415242
Binary11001010001001111001111011101100011010111100001101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324479; }

 p { color: rgb(50,68,121); }

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

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

 a { background-color: rgb(50,68,121); }

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

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

 span { border-color: rgb(50,68,121); }

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