#314671

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

Shades of Resolution Blue #314671

Tints of Resolution Blue #314671

Color information

#314671 (or 0x314671) is unknown color: approx Resolution Blue. HEX triplet: 31, 46 and 71. RGB value is (49,70,113). Sum of RGB (Red+Green+Blue) = 49+70+113=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #314671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314671 is #CEB98E. Grayscale: #444444. Windows color (decimal): -13547919 or 7423537. OLE color: 7423537.

HSL color Cylindrical-coordinate representation of color #314671: hue angle of 220.31º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #314671 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4970113-
CMYK0.570.3800.56
HSL220.31º39.51%31.76%-
HSV(B)220.31º56.64%44.31%-
XYZ6.446.2316.49-
YUV68.62153.04114-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.12%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 113 (44.53% from 255) = 48.71%
R=21.12%
G=30.17%
B=48.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49701130.570.3800.56220.3139.5131.76
Hex3146713926038dc2820
Octal6110616171460703345040
Binary11000110001101110001111001100110011100011011100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314671; }

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

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

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

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

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

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

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

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