#324070

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

Shades of Resolution Blue #324070

Tints of Resolution Blue #324070

Color information

#324070 (or 0x324070) is unknown color: approx Resolution Blue. HEX triplet: 32, 40 and 70. RGB value is (50,64,112). Sum of RGB (Red+Green+Blue) = 50+64+112=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #324070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324070 is #CDBF8F. Grayscale: #414141. Windows color (decimal): -13483920 or 7356466. OLE color: 7356466.

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

Color convert

RGB5064112-
CMYK0.550.4300.56
HSL226.45º38.27%31.76%-
HSV(B)226.45º55.36%43.92%-
XYZ6.075.5116.07-
YUV65.29154.36117.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.12%
GREEN value IS 64 (25.39% from 255) = 28.32%
BLUE value IS 112 (44.14% from 255) = 49.56%
R=22.12%
G=28.32%
B=49.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50641120.550.4300.56226.4538.2731.76
Hex324070372B038e22620
Octal6210016067530703424640
Binary11001010000001110000110111101011011100011100010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324070; }

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

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

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

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

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

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

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

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