#314292

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

Shades of Tory Blue #314292

Tints of Tory Blue #314292

Color information

#314292 (or 0x314292) is unknown color: approx Tory Blue. HEX triplet: 31, 42 and 92. RGB value is (49,66,146). Sum of RGB (Red+Green+Blue) = 49+66+146=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #314292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314292 is #CEBD6D. Grayscale: #454545. Windows color (decimal): -13548910 or 9585201. OLE color: 9585201.

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

Color convert

RGB4966146-
CMYK0.660.5500.43
HSL229.48º49.74%38.24%-
HSV(B)229.48º66.44%57.25%-
XYZ8.46.6228.03-
YUV70.04170.87113-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.77%
GREEN value IS 66 (26.17% from 255) = 25.29%
BLUE value IS 146 (57.42% from 255) = 55.94%
R=18.77%
G=25.29%
B=55.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49661460.660.5500.43229.4849.7438.24
Hex314292423702Be53226
Octal61102222102670533456246
Binary1100011000010100100101000010110111010101111100101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314292; }

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

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

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

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

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

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

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

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