#314E92

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

Shades of Tory Blue #314E92

Tints of Tory Blue #314E92

Color information

#314E92 (or 0x314E92) is unknown color: approx Tory Blue. HEX triplet: 31, 4E and 92. RGB value is (49,78,146). Sum of RGB (Red+Green+Blue) = 49+78+146=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #314E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314E92 is #CEB16D. Grayscale: #4C4C4C. Windows color (decimal): -13545838 or 9588273. OLE color: 9588273.

HSL color Cylindrical-coordinate representation of color #314E92: hue angle of 222.06º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #314E92 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4978146-
CMYK0.660.4700.43
HSL222.06º49.74%38.24%-
HSV(B)222.06º66.44%57.25%-
XYZ9.188.1828.29-
YUV77.08166.89107.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 78 (30.86% from 255) = 28.57%
BLUE value IS 146 (57.42% from 255) = 53.48%
R=17.95%
G=28.57%
B=53.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49781460.660.4700.43222.0649.7438.24
Hex314E92422F02Bde3226
Octal61116222102570533366246
Binary1100011001110100100101000010101111010101111011110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,78,146); }

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

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

 a { background-color: rgb(49,78,146); }

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

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

 span { border-color: rgb(49,78,146); }

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