#314573

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

Shades of Resolution Blue #314573

Tints of Resolution Blue #314573

Color information

#314573 (or 0x314573) is unknown color: approx Resolution Blue. HEX triplet: 31, 45 and 73. RGB value is (49,69,115). Sum of RGB (Red+Green+Blue) = 49+69+115=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #314573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314573 is #CEBA8C. Grayscale: #444444. Windows color (decimal): -13548173 or 7554353. OLE color: 7554353.

HSL color Cylindrical-coordinate representation of color #314573: hue angle of 221.82º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #314573 is Cyan = 0.57, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4969115-
CMYK0.570.400.55
HSL221.82º40.24%32.16%-
HSV(B)221.82º57.39%45.1%-
XYZ6.496.1517.06-
YUV68.26154.37114.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.03%
GREEN value IS 69 (27.34% from 255) = 29.61%
BLUE value IS 115 (45.31% from 255) = 49.36%
R=21.03%
G=29.61%
B=49.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49691150.570.400.55221.8240.2432.16
Hex3145733928037de2820
Octal6110516371500673365040
Binary11000110001011110011111001101000011011111011110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314573; }

 p { color: rgb(49,69,115); }

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

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

 a { background-color: rgb(49,69,115); }

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

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

 span { border-color: rgb(49,69,115); }

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