#334671

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

Shades of Resolution Blue #334671

Tints of Resolution Blue #334671

Color information

#334671 (or 0x334671) is unknown color: approx Resolution Blue. HEX triplet: 33, 46 and 71. RGB value is (51,70,113). Sum of RGB (Red+Green+Blue) = 51+70+113=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #334671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334671 is #CCB98E. Grayscale: #454545. Windows color (decimal): -13416847 or 7423539. OLE color: 7423539.

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

Color convert

RGB5170113-
CMYK0.550.3800.56
HSL221.61º37.8%32.16%-
HSV(B)221.61º54.87%44.31%-
XYZ6.546.2816.49-
YUV69.22152.71115-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.79%
GREEN value IS 70 (27.73% from 255) = 29.91%
BLUE value IS 113 (44.53% from 255) = 48.29%
R=21.79%
G=29.91%
B=48.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51701130.550.3800.56221.6137.832.16
Hex3346713726038de2620
Octal6310616167460703364640
Binary11001110001101110001110111100110011100011011110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334671; }

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

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

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

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

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

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

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

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