#313f71

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

Shades of Resolution Blue #313F71

Tints of Resolution Blue #313F71

Color information

#313F71 (or 0x313F71) is unknown color: approx Resolution Blue. HEX triplet: 31, 3F and 71. RGB value is (49,63,113). Sum of RGB (Red+Green+Blue) = 49+63+113=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #313F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F71 is #CEC08E. Grayscale: #404040. Windows color (decimal): -13549711 or 7421745. OLE color: 7421745.

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

Color convert

RGB4963113-
CMYK0.570.4400.56
HSL226.88º39.51%31.76%-
HSV(B)226.88º56.64%44.31%-
XYZ6.025.416.35-
YUV64.51155.36116.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 63 (25% from 255) = 28%
BLUE value IS 113 (44.53% from 255) = 50.22%
R=21.78%
G=28%
B=50.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49631130.570.4400.56226.8839.5131.76
Hex313F71392C038e32820
Octal617716171540703435040
Binary1100011111111110001111001101100011100011100011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313f71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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