#314672

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

Shades of Resolution Blue #314672

Tints of Resolution Blue #314672

Color information

#314672 (or 0x314672) is unknown color: approx Resolution Blue. HEX triplet: 31, 46 and 72. RGB value is (49,70,114). Sum of RGB (Red+Green+Blue) = 49+70+114=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #314672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314672 is #CEB98D. Grayscale: #444444. Windows color (decimal): -13547918 or 7489073. OLE color: 7489073.

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

Color convert

RGB4970114-
CMYK0.570.3900.55
HSL220.62º39.88%31.96%-
HSV(B)220.62º57.02%44.71%-
XYZ6.496.2516.78-
YUV68.74153.54113.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.03%
GREEN value IS 70 (27.73% from 255) = 30.04%
BLUE value IS 114 (44.92% from 255) = 48.93%
R=21.03%
G=30.04%
B=48.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49701140.570.3900.55220.6239.8831.96
Hex3146723927037dd2820
Octal6110616271470673355040
Binary11000110001101110010111001100111011011111011101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314672; }

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

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

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

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

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

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

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

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