#313C74

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

Shades of Resolution Blue #313C74

Tints of Resolution Blue #313C74

Color information

#313C74 (or 0x313C74) is unknown color: approx Resolution Blue. HEX triplet: 31, 3C and 74. RGB value is (49,60,116). Sum of RGB (Red+Green+Blue) = 49+60+116=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #313C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313C74 is #CEC38B. Grayscale: #3E3E3E. Windows color (decimal): -13550476 or 7617585. OLE color: 7617585.

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

Color convert

RGB4960116-
CMYK0.580.4800.55
HSL230.15º40.61%32.35%-
HSV(B)230.15º57.76%45.49%-
XYZ6.035.1517.2-
YUV63.1157.86117.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 60 (23.83% from 255) = 26.67%
BLUE value IS 116 (45.70% from 255) = 51.56%
R=21.78%
G=26.67%
B=51.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49601160.580.4800.55230.1540.6132.35
Hex313C743A30037e62920
Octal617416472600673465140
Binary1100011111001110100111010110000011011111100110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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