#344671

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

Shades of Resolution Blue #344671

Tints of Resolution Blue #344671

Color information

#344671 (or 0x344671) is unknown color: approx Resolution Blue. HEX triplet: 34, 46 and 71. RGB value is (52,70,113). Sum of RGB (Red+Green+Blue) = 52+70+113=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 70 (27.73% from 255 or 29.79% 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 #344671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344671 is #CBB98E. Grayscale: #454545. Windows color (decimal): -13351311 or 7423540. OLE color: 7423540.

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

Color convert

RGB5270113-
CMYK0.540.3800.56
HSL222.3º36.97%32.35%-
HSV(B)222.3º53.98%44.31%-
XYZ6.596.316.49-
YUV69.52152.54115.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.13%
GREEN value IS 70 (27.73% from 255) = 29.79%
BLUE value IS 113 (44.53% from 255) = 48.09%
R=22.13%
G=29.79%
B=48.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52701130.540.3800.56222.336.9732.35
Hex3446713626038de2520
Octal6410616166460703364540
Binary11010010001101110001110110100110011100011011110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344671; }

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

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

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

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

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

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

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

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