#344774

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

Shades of Resolution Blue #344774

Tints of Resolution Blue #344774

Color information

#344774 (or 0x344774) is unknown color: approx Resolution Blue. HEX triplet: 34, 47 and 74. RGB value is (52,71,116). Sum of RGB (Red+Green+Blue) = 52+71+116=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 116 - color contains mainly: blue. Hex color #344774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344774 is #CBB88B. Grayscale: #464646. Windows color (decimal): -13351052 or 7620404. OLE color: 7620404.

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

Color convert

RGB5271116-
CMYK0.550.3900.55
HSL222.19º38.1%32.94%-
HSV(B)222.19º55.17%45.49%-
XYZ6.826.517.42-
YUV70.45153.71114.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 71 (28.12% from 255) = 29.71%
BLUE value IS 116 (45.70% from 255) = 48.54%
R=21.76%
G=29.71%
B=48.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52711160.550.3900.55222.1938.132.94
Hex3447743727037de2621
Octal6410716467470673364641
Binary11010010001111110100110111100111011011111011110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344774; }

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

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

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

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

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

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

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

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