#313F73

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

Shades of Resolution Blue #313F73

Tints of Resolution Blue #313F73

Color information

#313F73 (or 0x313F73) is unknown color: approx Resolution Blue. HEX triplet: 31, 3F and 73. RGB value is (49,63,115). Sum of RGB (Red+Green+Blue) = 49+63+115=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #313F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F73 is #CEC08C. Grayscale: #404040. Windows color (decimal): -13549709 or 7552817. OLE color: 7552817.

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

Color convert

RGB4963115-
CMYK0.570.4500.55
HSL227.27º40.24%32.16%-
HSV(B)227.27º57.39%45.1%-
XYZ6.145.4516.95-
YUV64.74156.36116.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.59%
GREEN value IS 63 (25% from 255) = 27.75%
BLUE value IS 115 (45.31% from 255) = 50.66%
R=21.59%
G=27.75%
B=50.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49631150.570.4500.55227.2740.2432.16
Hex313F73392D037e32820
Octal617716371550673435040
Binary1100011111111110011111001101101011011111100011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313F73; }

 p { color: rgb(49,63,115); }

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

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

 a { background-color: rgb(49,63,115); }

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

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

 span { border-color: rgb(49,63,115); }

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