#334771

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

Shades of Resolution Blue #334771

Tints of Resolution Blue #334771

Color information

#334771 (or 0x334771) is unknown color: approx Resolution Blue. HEX triplet: 33, 47 and 71. RGB value is (51,71,113). Sum of RGB (Red+Green+Blue) = 51+71+113=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #334771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334771 is #CCB88E. Grayscale: #454545. Windows color (decimal): -13416591 or 7423795. OLE color: 7423795.

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

Color convert

RGB5171113-
CMYK0.550.3700.56
HSL220.65º37.8%32.16%-
HSV(B)220.65º54.87%44.31%-
XYZ6.66.416.51-
YUV69.81152.37114.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.70%
GREEN value IS 71 (28.12% from 255) = 30.21%
BLUE value IS 113 (44.53% from 255) = 48.09%
R=21.70%
G=30.21%
B=48.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51711130.550.3700.56220.6537.832.16
Hex3347713725038dd2620
Octal6310716167450703354640
Binary11001110001111110001110111100101011100011011101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334771; }

 p { color: rgb(51,71,113); }

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

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

 a { background-color: rgb(51,71,113); }

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

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

 span { border-color: rgb(51,71,113); }

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