#313C73

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

Shades of Resolution Blue #313C73

Tints of Resolution Blue #313C73

Color information

#313C73 (or 0x313C73) is unknown color: approx Resolution Blue. HEX triplet: 31, 3C and 73. RGB value is (49,60,115). Sum of RGB (Red+Green+Blue) = 49+60+115=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #313C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313C73 is #CEC38C. Grayscale: #3E3E3E. Windows color (decimal): -13550477 or 7552049. OLE color: 7552049.

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

Color convert

RGB4960115-
CMYK0.570.4800.55
HSL230º40.24%32.16%-
HSV(B)230º57.39%45.1%-
XYZ5.985.1216.89-
YUV62.98157.36118.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.88%
GREEN value IS 60 (23.83% from 255) = 26.79%
BLUE value IS 115 (45.31% from 255) = 51.34%
R=21.88%
G=26.79%
B=51.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49601150.570.4800.5523040.2432.16
Hex313C733930037e62820
Octal617416371600673465040
Binary1100011111001110011111001110000011011111100110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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