#344775

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

Shades of Resolution Blue #344775

Tints of Resolution Blue #344775

Color information

#344775 (or 0x344775) is unknown color: approx Resolution Blue. HEX triplet: 34, 47 and 75. RGB value is (52,71,117). Sum of RGB (Red+Green+Blue) = 52+71+117=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #344775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344775 is #CBB88A. Grayscale: #464646. Windows color (decimal): -13351051 or 7685940. OLE color: 7685940.

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

Color convert

RGB5271117-
CMYK0.560.3900.54
HSL222.46º38.46%33.14%-
HSV(B)222.46º55.56%45.88%-
XYZ6.886.5217.73-
YUV70.56154.21114.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.67%
GREEN value IS 71 (28.12% from 255) = 29.58%
BLUE value IS 117 (46.09% from 255) = 48.75%
R=21.67%
G=29.58%
B=48.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52711170.560.3900.54222.4638.4633.14
Hex3447753827036de2621
Octal6410716570470663364641
Binary11010010001111110101111000100111011011011011110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344775; }

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

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

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

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

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

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

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

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