#313E70

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

Shades of Resolution Blue #313E70

Tints of Resolution Blue #313E70

Color information

#313E70 (or 0x313E70) is unknown color: approx Resolution Blue. HEX triplet: 31, 3E and 70. RGB value is (49,62,112). Sum of RGB (Red+Green+Blue) = 49+62+112=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #313E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E70 is #CEC18F. Grayscale: #3F3F3F. Windows color (decimal): -13549968 or 7355953. OLE color: 7355953.

HSL color Cylindrical-coordinate representation of color #313E70: hue angle of 227.62º 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 #313E70 is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4962112-
CMYK0.560.4500.56
HSL227.62º39.13%31.57%-
HSV(B)227.62º56.25%43.92%-
XYZ5.915.2716.03-
YUV63.81155.19117.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.97%
GREEN value IS 62 (24.61% from 255) = 27.80%
BLUE value IS 112 (44.14% from 255) = 50.22%
R=21.97%
G=27.80%
B=50.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49621120.560.4500.56227.6239.1331.57
Hex313E70382D038e42720
Octal617616070550703444740
Binary1100011111101110000111000101101011100011100100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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