#344777

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

Shades of Resolution Blue #344777

Tints of Resolution Blue #344777

Color information

#344777 (or 0x344777) is unknown color: approx Resolution Blue. HEX triplet: 34, 47 and 77. RGB value is (52,71,119). Sum of RGB (Red+Green+Blue) = 52+71+119=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #344777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344777 is #CBB888. Grayscale: #464646. Windows color (decimal): -13351049 or 7817012. OLE color: 7817012.

HSL color Cylindrical-coordinate representation of color #344777: hue angle of 222.99º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #344777 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5271119-
CMYK0.560.4000.53
HSL222.99º39.18%33.53%-
HSV(B)222.99º56.3%46.67%-
XYZ76.5718.35-
YUV70.79155.21114.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.49%
GREEN value IS 71 (28.12% from 255) = 29.34%
BLUE value IS 119 (46.88% from 255) = 49.17%
R=21.49%
G=29.34%
B=49.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52711190.560.4000.53222.9939.1833.53
Hex3447773828035df2722
Octal6410716770500653374742
Binary11010010001111110111111000101000011010111011111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344777; }

 p { color: rgb(52,71,119); }

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

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

 a { background-color: rgb(52,71,119); }

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

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

 span { border-color: rgb(52,71,119); }

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