#313E6F

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

Shades of Resolution Blue #313E6F

Tints of Resolution Blue #313E6F

Color information

#313E6F (or 0x313E6F) is unknown color: approx Resolution Blue. HEX triplet: 31, 3E and 6F. RGB value is (49,62,111). Sum of RGB (Red+Green+Blue) = 49+62+111=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #313E6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E6F is #CEC190. Grayscale: #3F3F3F. Windows color (decimal): -13549969 or 7290417. OLE color: 7290417.

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

Color convert

RGB4962111-
CMYK0.560.4400.56
HSL227.42º38.75%31.37%-
HSV(B)227.42º55.86%43.53%-
XYZ5.865.2515.74-
YUV63.7154.69117.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.07%
GREEN value IS 62 (24.61% from 255) = 27.93%
BLUE value IS 111 (43.75% from 255) = 50%
R=22.07%
G=27.93%
B=50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49621110.560.4400.56227.4238.7531.37
Hex313E6F382C038e3271f
Octal617615770540703434737
Binary110001111110110111111100010110001110001110001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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