#313E74

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

Shades of Resolution Blue #313E74

Tints of Resolution Blue #313E74

Color information

#313E74 (or 0x313E74) is unknown color: approx Resolution Blue. HEX triplet: 31, 3E and 74. RGB value is (49,62,116). Sum of RGB (Red+Green+Blue) = 49+62+116=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #313E74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E74 is #CEC18B. Grayscale: #404040. Windows color (decimal): -13549964 or 7618097. OLE color: 7618097.

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

Color convert

RGB4962116-
CMYK0.580.4700.55
HSL228.36º40.61%32.35%-
HSV(B)228.36º57.76%45.49%-
XYZ6.145.3617.23-
YUV64.27157.19117.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.59%
GREEN value IS 62 (24.61% from 255) = 27.31%
BLUE value IS 116 (45.70% from 255) = 51.10%
R=21.59%
G=27.31%
B=51.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49621160.580.4700.55228.3640.6132.35
Hex313E743A2F037e42920
Octal617616472570673445140
Binary1100011111101110100111010101111011011111100100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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