#314674

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

Shades of Resolution Blue #314674

Tints of Resolution Blue #314674

Color information

#314674 (or 0x314674) is unknown color: approx Resolution Blue. HEX triplet: 31, 46 and 74. RGB value is (49,70,116). Sum of RGB (Red+Green+Blue) = 49+70+116=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 116 - color contains mainly: blue. Hex color #314674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314674 is #CEB98B. Grayscale: #444444. Windows color (decimal): -13547916 or 7620145. OLE color: 7620145.

HSL color Cylindrical-coordinate representation of color #314674: hue angle of 221.19º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #314674 is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4970116-
CMYK0.580.4000.55
HSL221.19º40.61%32.35%-
HSV(B)221.19º57.76%45.49%-
XYZ6.616.2917.39-
YUV68.96154.54113.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.85%
GREEN value IS 70 (27.73% from 255) = 29.79%
BLUE value IS 116 (45.70% from 255) = 49.36%
R=20.85%
G=29.79%
B=49.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49701160.580.4000.55221.1940.6132.35
Hex3146743A28037dd2920
Octal6110616472500673355140
Binary11000110001101110100111010101000011011111011101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314674; }

 p { color: rgb(49,70,116); }

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

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

 a { background-color: rgb(49,70,116); }

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

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

 span { border-color: rgb(49,70,116); }

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