#313F6D

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

Shades of Resolution Blue #313F6D

Tints of Resolution Blue #313F6D

Color information

#313F6D (or 0x313F6D) is unknown color: approx Resolution Blue. HEX triplet: 31, 3F and 6D. RGB value is (49,63,109). Sum of RGB (Red+Green+Blue) = 49+63+109=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #313F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F6D is #CEC092. Grayscale: #3F3F3F. Windows color (decimal): -13549715 or 7159601. OLE color: 7159601.

HSL color Cylindrical-coordinate representation of color #313F6D: hue angle of 226º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #313F6D is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4963109-
CMYK0.550.4200.57
HSL226º37.97%30.98%-
HSV(B)226º55.05%42.75%-
XYZ5.85.3115.19-
YUV64.06153.36117.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.17%
GREEN value IS 63 (25% from 255) = 28.51%
BLUE value IS 109 (42.97% from 255) = 49.32%
R=22.17%
G=28.51%
B=49.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49631090.550.4200.5722637.9730.98
Hex313F6D372A039e2261f
Octal617715567520713424637
Binary110001111111110110111011110101001110011110001010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,63,109); }

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

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

 a { background-color: rgb(49,63,109); }

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

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

 span { border-color: rgb(49,63,109); }

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