#344576

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

Shades of Resolution Blue #344576

Tints of Resolution Blue #344576

Color information

#344576 (or 0x344576) is unknown color: approx Resolution Blue. HEX triplet: 34, 45 and 76. RGB value is (52,69,118). Sum of RGB (Red+Green+Blue) = 52+69+118=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #344576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344576 is #CBBA89. Grayscale: #454545. Windows color (decimal): -13351562 or 7750964. OLE color: 7750964.

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

Color convert

RGB5269118-
CMYK0.560.4200.54
HSL224.55º38.82%33.33%-
HSV(B)224.55º55.93%46.27%-
XYZ6.816.2918-
YUV69.5155.37115.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 69 (27.34% from 255) = 28.87%
BLUE value IS 118 (46.48% from 255) = 49.37%
R=21.76%
G=28.87%
B=49.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52691180.560.4200.54224.5538.8233.33
Hex344576382A036e12721
Octal6410516670520663414741
Binary11010010001011110110111000101010011011011100001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344576; }

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

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

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

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

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

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

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

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