#334772

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

Shades of Resolution Blue #334772

Tints of Resolution Blue #334772

Color information

#334772 (or 0x334772) is unknown color: approx Resolution Blue. HEX triplet: 33, 47 and 72. RGB value is (51,71,114). Sum of RGB (Red+Green+Blue) = 51+71+114=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #334772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334772 is #CCB88D. Grayscale: #454545. Windows color (decimal): -13416590 or 7489331. OLE color: 7489331.

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

Color convert

RGB5171114-
CMYK0.550.3800.55
HSL220.95º38.18%32.35%-
HSV(B)220.95º55.26%44.71%-
XYZ6.666.4316.81-
YUV69.92152.87114.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.61%
GREEN value IS 71 (28.12% from 255) = 30.08%
BLUE value IS 114 (44.92% from 255) = 48.31%
R=21.61%
G=30.08%
B=48.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51711140.550.3800.55220.9538.1832.35
Hex3347723726037dd2620
Octal6310716267460673354640
Binary11001110001111110010110111100110011011111011101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334772; }

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

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

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

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

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

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

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

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