#344773

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

Shades of Resolution Blue #344773

Tints of Resolution Blue #344773

Color information

#344773 (or 0x344773) is unknown color: approx Resolution Blue. HEX triplet: 34, 47 and 73. RGB value is (52,71,115). Sum of RGB (Red+Green+Blue) = 52+71+115=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 115 - color contains mainly: blue. Hex color #344773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344773 is #CBB88C. Grayscale: #464646. Windows color (decimal): -13351053 or 7554868. OLE color: 7554868.

HSL color Cylindrical-coordinate representation of color #344773: hue angle of 221.9º 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 #344773 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5271115-
CMYK0.550.3800.55
HSL221.9º37.72%32.75%-
HSV(B)221.9º54.78%45.1%-
XYZ6.766.4717.11-
YUV70.34153.21114.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 71 (28.12% from 255) = 29.83%
BLUE value IS 115 (45.31% from 255) = 48.32%
R=21.85%
G=29.83%
B=48.32%

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
Decimal52711150.550.3800.55221.937.7232.75
Hex3447733726037de2621
Octal6410716367460673364641
Binary11010010001111110011110111100110011011111011110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344773; }

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

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

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

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

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

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

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

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