#313C70

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

Shades of Resolution Blue #313C70

Tints of Resolution Blue #313C70

Color information

#313C70 (or 0x313C70) is unknown color: approx Resolution Blue. HEX triplet: 31, 3C and 70. RGB value is (49,60,112). Sum of RGB (Red+Green+Blue) = 49+60+112=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #313C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313C70 is #CEC38F. Grayscale: #3E3E3E. Windows color (decimal): -13550480 or 7355441. OLE color: 7355441.

HSL color Cylindrical-coordinate representation of color #313C70: hue angle of 229.52º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #313C70 is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4960112-
CMYK0.560.4600.56
HSL229.52º39.13%31.57%-
HSV(B)229.52º56.25%43.92%-
XYZ5.815.0516-
YUV62.64155.86118.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.17%
GREEN value IS 60 (23.83% from 255) = 27.15%
BLUE value IS 112 (44.14% from 255) = 50.68%
R=22.17%
G=27.15%
B=50.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49601120.560.4600.56229.5239.1331.57
Hex313C70382E038e62720
Octal617416070560703464740
Binary1100011111001110000111000101110011100011100110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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