#313D75

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

Shades of Resolution Blue #313D75

Tints of Resolution Blue #313D75

Color information

#313D75 (or 0x313D75) is unknown color: approx Resolution Blue. HEX triplet: 31, 3D and 75. RGB value is (49,61,117). Sum of RGB (Red+Green+Blue) = 49+61+117=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #313D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313D75 is #CEC28A. Grayscale: #3F3F3F. Windows color (decimal): -13550219 or 7683377. OLE color: 7683377.

HSL color Cylindrical-coordinate representation of color #313D75: hue angle of 229.41º 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 #313D75 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4961117-
CMYK0.580.4800.54
HSL229.41º40.96%32.55%-
HSV(B)229.41º58.12%45.88%-
XYZ6.155.2717.52-
YUV63.8158.02117.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.59%
GREEN value IS 61 (24.22% from 255) = 26.87%
BLUE value IS 117 (46.09% from 255) = 51.54%
R=21.59%
G=26.87%
B=51.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49611170.580.4800.54229.4140.9632.55
Hex313D753A30036e52921
Octal617516572600663455141
Binary1100011111011110101111010110000011011011100101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,61,117); }

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

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

 a { background-color: rgb(49,61,117); }

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

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

 span { border-color: rgb(49,61,117); }

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