#314B97

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

Shades of Tory Blue #314B97

Tints of Tory Blue #314B97

Color information

#314B97 (or 0x314B97) is unknown color: approx Tory Blue. HEX triplet: 31, 4B and 97. RGB value is (49,75,151). Sum of RGB (Red+Green+Blue) = 49+75+151=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 151 (59.38% from 255 or 54.91% from 275); Max value from RGB is 151 - color contains mainly: blue. Hex color #314B97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314B97 is #CEB468. Grayscale: #4B4B4B. Windows color (decimal): -13546601 or 9915185. OLE color: 9915185.

HSL color Cylindrical-coordinate representation of color #314B97: hue angle of 224.71º 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 #314B97 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4975151-
CMYK0.680.5000.41
HSL224.71º51%39.22%-
HSV(B)224.71º67.55%59.22%-
XYZ9.377.9230.31-
YUV75.89170.39108.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.82%
GREEN value IS 75 (29.69% from 255) = 27.27%
BLUE value IS 151 (59.38% from 255) = 54.91%
R=17.82%
G=27.27%
B=54.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49751510.680.5000.41224.715139.22
Hex314B974432029e13327
Octal61113227104620513416347
Binary1100011001011100101111000100110010010100111100001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314B97; }

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

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

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

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

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

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

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

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