#324071

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

Shades of Resolution Blue #324071

Tints of Resolution Blue #324071

Color information

#324071 (or 0x324071) is unknown color: approx Resolution Blue. HEX triplet: 32, 40 and 71. RGB value is (50,64,113). Sum of RGB (Red+Green+Blue) = 50+64+113=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #324071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324071 is #CDBF8E. Grayscale: #414141. Windows color (decimal): -13483919 or 7422002. OLE color: 7422002.

HSL color Cylindrical-coordinate representation of color #324071: hue angle of 226.67º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #324071 is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5064113-
CMYK0.560.4300.56
HSL226.67º38.65%31.96%-
HSV(B)226.67º55.75%44.31%-
XYZ6.135.5416.37-
YUV65.4154.86117.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.03%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 113 (44.53% from 255) = 49.78%
R=22.03%
G=28.19%
B=49.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50641130.560.4300.56226.6738.6531.96
Hex324071382B038e32720
Octal6210016170530703434740
Binary11001010000001110001111000101011011100011100011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324071; }

 p { color: rgb(50,64,113); }

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

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

 a { background-color: rgb(50,64,113); }

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

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

 span { border-color: rgb(50,64,113); }

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