#313E75

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

Shades of Resolution Blue #313E75

Tints of Resolution Blue #313E75

Color information

#313E75 (or 0x313E75) is unknown color: approx Resolution Blue. HEX triplet: 31, 3E and 75. RGB value is (49,62,117). Sum of RGB (Red+Green+Blue) = 49+62+117=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #313E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E75 is #CEC18A. Grayscale: #404040. Windows color (decimal): -13549963 or 7683633. OLE color: 7683633.

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

Color convert

RGB4962117-
CMYK0.580.4700.54
HSL228.53º40.96%32.55%-
HSV(B)228.53º58.12%45.88%-
XYZ6.25.3817.54-
YUV64.38157.69117.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.49%
GREEN value IS 62 (24.61% from 255) = 27.19%
BLUE value IS 117 (46.09% from 255) = 51.32%
R=21.49%
G=27.19%
B=51.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49621170.580.4700.54228.5340.9632.55
Hex313E753A2F036e52921
Octal617616572570663455141
Binary1100011111101110101111010101111011011011100101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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