#314792

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

Shades of Tory Blue #314792

Tints of Tory Blue #314792

Color information

#314792 (or 0x314792) is unknown color: approx Tory Blue. HEX triplet: 31, 47 and 92. RGB value is (49,71,146). Sum of RGB (Red+Green+Blue) = 49+71+146=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #314792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314792 is #CEB86D. Grayscale: #484848. Windows color (decimal): -13547630 or 9586481. OLE color: 9586481.

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

Color convert

RGB4971146-
CMYK0.660.5100.43
HSL226.39º49.74%38.24%-
HSV(B)226.39º66.44%57.25%-
XYZ8.717.2328.13-
YUV72.97169.21110.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.42%
GREEN value IS 71 (28.12% from 255) = 26.69%
BLUE value IS 146 (57.42% from 255) = 54.89%
R=18.42%
G=26.69%
B=54.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49711460.660.5100.43226.3949.7438.24
Hex314792423302Be23226
Octal61107222102630533426246
Binary1100011000111100100101000010110011010101111100010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314792; }

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

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

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

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

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

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

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

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