#314897

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

Shades of Tory Blue #314897

Tints of Tory Blue #314897

Color information

#314897 (or 0x314897) is unknown color: approx Tory Blue. HEX triplet: 31, 48 and 97. RGB value is (49,72,151). Sum of RGB (Red+Green+Blue) = 49+72+151=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #314897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314897 is #CEB768. Grayscale: #494949. Windows color (decimal): -13547369 or 9914417. OLE color: 9914417.

HSL color Cylindrical-coordinate representation of color #314897: hue angle of 226.47º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #314897 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4972151-
CMYK0.680.5200.41
HSL226.47º51%39.22%-
HSV(B)226.47º67.55%59.22%-
XYZ9.177.5230.25-
YUV74.13171.38110.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.01%
GREEN value IS 72 (28.52% from 255) = 26.47%
BLUE value IS 151 (59.38% from 255) = 55.51%
R=18.01%
G=26.47%
B=55.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49721510.680.5200.41226.475139.22
Hex3148974434029e23327
Octal61110227104640513426347
Binary1100011001000100101111000100110100010100111100010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314897; }

 p { color: rgb(49,72,151); }

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

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

 a { background-color: rgb(49,72,151); }

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

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

 span { border-color: rgb(49,72,151); }

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