#344871

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

Shades of Resolution Blue #344871

Tints of Resolution Blue #344871

Color information

#344871 (or 0x344871) is unknown color: approx Resolution Blue. HEX triplet: 34, 48 and 71. RGB value is (52,72,113). Sum of RGB (Red+Green+Blue) = 52+72+113=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #344871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344871 is #CBB78E. Grayscale: #464646. Windows color (decimal): -13350799 or 7424052. OLE color: 7424052.

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

Color convert

RGB5272113-
CMYK0.540.3600.56
HSL220.33º36.97%32.35%-
HSV(B)220.33º53.98%44.31%-
XYZ6.716.5616.53-
YUV70.69151.87114.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 72 (28.52% from 255) = 30.38%
BLUE value IS 113 (44.53% from 255) = 47.68%
R=21.94%
G=30.38%
B=47.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52721130.540.3600.56220.3336.9732.35
Hex3448713624038dc2520
Octal6411016166440703344540
Binary11010010010001110001110110100100011100011011100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344871; }

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

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

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

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

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

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

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

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