#313E77

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

Shades of Resolution Blue #313E77

Tints of Resolution Blue #313E77

Color information

#313E77 (or 0x313E77) is unknown color: approx Resolution Blue. HEX triplet: 31, 3E and 77. RGB value is (49,62,119). Sum of RGB (Red+Green+Blue) = 49+62+119=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #313E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E77 is #CEC188. Grayscale: #404040. Windows color (decimal): -13549961 or 7814705. OLE color: 7814705.

HSL color Cylindrical-coordinate representation of color #313E77: hue angle of 228.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #313E77 is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4962119-
CMYK0.590.4800.53
HSL228.86º41.67%32.94%-
HSV(B)228.86º58.82%46.67%-
XYZ6.325.4318.17-
YUV64.61158.69116.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.30%
GREEN value IS 62 (24.61% from 255) = 26.96%
BLUE value IS 119 (46.88% from 255) = 51.74%
R=21.30%
G=26.96%
B=51.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49621190.590.4800.53228.8641.6732.94
Hex313E773B30035e52a21
Octal617616773600653455241
Binary1100011111101110111111011110000011010111100101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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