#313C76

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

Shades of Resolution Blue #313C76

Tints of Resolution Blue #313C76

Color information

#313C76 (or 0x313C76) is unknown color: approx Resolution Blue. HEX triplet: 31, 3C and 76. RGB value is (49,60,118). Sum of RGB (Red+Green+Blue) = 49+60+118=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #313C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313C76 is #CEC389. Grayscale: #3F3F3F. Windows color (decimal): -13550474 or 7748657. OLE color: 7748657.

HSL color Cylindrical-coordinate representation of color #313C76: hue angle of 230.43º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #313C76 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4960118-
CMYK0.580.4900.54
HSL230.43º41.32%32.75%-
HSV(B)230.43º58.47%46.27%-
XYZ6.155.1917.82-
YUV63.32158.86117.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.59%
GREEN value IS 60 (23.83% from 255) = 26.43%
BLUE value IS 118 (46.48% from 255) = 51.98%
R=21.59%
G=26.43%
B=51.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49601180.580.4900.54230.4341.3232.75
Hex313C763A31036e62921
Octal617416672610663465141
Binary1100011111001110110111010110001011011011100110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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