#324671

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

Shades of Resolution Blue #324671

Tints of Resolution Blue #324671

Color information

#324671 (or 0x324671) is unknown color: approx Resolution Blue. HEX triplet: 32, 46 and 71. RGB value is (50,70,113). Sum of RGB (Red+Green+Blue) = 50+70+113=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #324671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324671 is #CDB98E. Grayscale: #444444. Windows color (decimal): -13482383 or 7423538. OLE color: 7423538.

HSL color Cylindrical-coordinate representation of color #324671: hue angle of 220.95º 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 #324671 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5070113-
CMYK0.560.3800.56
HSL220.95º38.65%31.96%-
HSV(B)220.95º55.75%44.31%-
XYZ6.496.2516.49-
YUV68.92152.87114.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 70 (27.73% from 255) = 30.04%
BLUE value IS 113 (44.53% from 255) = 48.50%
R=21.46%
G=30.04%
B=48.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50701130.560.3800.56220.9538.6531.96
Hex3246713826038dd2720
Octal6210616170460703354740
Binary11001010001101110001111000100110011100011011101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324671; }

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

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

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

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

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

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

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

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