#313E76

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

Shades of Resolution Blue #313E76

Tints of Resolution Blue #313E76

Color information

#313E76 (or 0x313E76) is unknown color: approx Resolution Blue. HEX triplet: 31, 3E and 76. RGB value is (49,62,118). Sum of RGB (Red+Green+Blue) = 49+62+118=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #313E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E76 is #CEC189. Grayscale: #404040. Windows color (decimal): -13549962 or 7749169. OLE color: 7749169.

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

Color convert

RGB4962118-
CMYK0.580.4700.54
HSL228.7º41.32%32.75%-
HSV(B)228.7º58.47%46.27%-
XYZ6.265.4117.85-
YUV64.5158.19116.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.40%
GREEN value IS 62 (24.61% from 255) = 27.07%
BLUE value IS 118 (46.48% from 255) = 51.53%
R=21.40%
G=27.07%
B=51.53%

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
Decimal49621180.580.4700.54228.741.3232.75
Hex313E763A2F036e52921
Octal617616672570663455141
Binary1100011111101110110111010101111011011011100101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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