#344676

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

Shades of Resolution Blue #344676

Tints of Resolution Blue #344676

Color information

#344676 (or 0x344676) is unknown color: approx Resolution Blue. HEX triplet: 34, 46 and 76. RGB value is (52,70,118). Sum of RGB (Red+Green+Blue) = 52+70+118=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #344676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344676 is #CBB989. Grayscale: #454545. Windows color (decimal): -13351306 or 7751220. OLE color: 7751220.

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

Color convert

RGB5270118-
CMYK0.560.4100.54
HSL223.64º38.82%33.33%-
HSV(B)223.64º55.93%46.27%-
XYZ6.886.4218.02-
YUV70.09155.04115.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.67%
GREEN value IS 70 (27.73% from 255) = 29.17%
BLUE value IS 118 (46.48% from 255) = 49.17%
R=21.67%
G=29.17%
B=49.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52701180.560.4100.54223.6438.8233.33
Hex3446763829036e02721
Octal6410616670510663404741
Binary11010010001101110110111000101001011011011100000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344676; }

 p { color: rgb(52,70,118); }

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

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

 a { background-color: rgb(52,70,118); }

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

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

 span { border-color: rgb(52,70,118); }

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