#314072

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

Shades of Resolution Blue #314072

Tints of Resolution Blue #314072

Color information

#314072 (or 0x314072) is unknown color: approx Resolution Blue. HEX triplet: 31, 40 and 72. RGB value is (49,64,114). Sum of RGB (Red+Green+Blue) = 49+64+114=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #314072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314072 is #CEBF8D. Grayscale: #414141. Windows color (decimal): -13549454 or 7487537. OLE color: 7487537.

HSL color Cylindrical-coordinate representation of color #314072: hue angle of 226.15º 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 #314072 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4964114-
CMYK0.570.4400.55
HSL226.15º39.88%31.96%-
HSV(B)226.15º57.02%44.71%-
XYZ6.145.5316.66-
YUV65.21155.53116.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.59%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 114 (44.92% from 255) = 50.22%
R=21.59%
G=28.19%
B=50.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49641140.570.4400.55226.1539.8831.96
Hex314072392C037e22820
Octal6110016271540673425040
Binary11000110000001110010111001101100011011111100010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314072; }

 p { color: rgb(49,64,114); }

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

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

 a { background-color: rgb(49,64,114); }

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

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

 span { border-color: rgb(49,64,114); }

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