#324679

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

Shades of Resolution Blue #324679

Tints of Resolution Blue #324679

Color information

#324679 (or 0x324679) is unknown color: approx Resolution Blue. HEX triplet: 32, 46 and 79. RGB value is (50,70,121). Sum of RGB (Red+Green+Blue) = 50+70+121=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 121 (47.66% from 255 or 50.21% from 241); Max value from RGB is 121 - color contains mainly: blue. Hex color #324679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324679 is #CDB986. Grayscale: #454545. Windows color (decimal): -13482375 or 7947826. OLE color: 7947826.

HSL color Cylindrical-coordinate representation of color #324679: hue angle of 223.1º 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 #324679 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5070121-
CMYK0.590.4200.53
HSL223.1º41.52%33.53%-
HSV(B)223.1º58.68%47.45%-
XYZ6.966.4418.97-
YUV69.83156.87113.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.75%
GREEN value IS 70 (27.73% from 255) = 29.05%
BLUE value IS 121 (47.66% from 255) = 50.21%
R=20.75%
G=29.05%
B=50.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50701210.590.4200.53223.141.5233.53
Hex3246793B2A035df2a22
Octal6210617173520653375242
Binary11001010001101111001111011101010011010111011111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324679; }

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

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

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

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

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

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

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

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