#313E73

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

Shades of Resolution Blue #313E73

Tints of Resolution Blue #313E73

Color information

#313E73 (or 0x313E73) is unknown color: approx Resolution Blue. HEX triplet: 31, 3E and 73. RGB value is (49,62,115). Sum of RGB (Red+Green+Blue) = 49+62+115=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #313E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E73 is #CEC18C. Grayscale: #3F3F3F. Windows color (decimal): -13549965 or 7552561. OLE color: 7552561.

HSL color Cylindrical-coordinate representation of color #313E73: hue angle of 228.18º 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 #313E73 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4962115-
CMYK0.570.4600.55
HSL228.18º40.24%32.16%-
HSV(B)228.18º57.39%45.1%-
XYZ6.085.3416.93-
YUV64.16156.69117.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.68%
GREEN value IS 62 (24.61% from 255) = 27.43%
BLUE value IS 115 (45.31% from 255) = 50.88%
R=21.68%
G=27.43%
B=50.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49621150.570.4600.55228.1840.2432.16
Hex313E73392E037e42820
Octal617616371560673445040
Binary1100011111101110011111001101110011011111100100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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