#314692

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

Shades of Tory Blue #314692

Tints of Tory Blue #314692

Color information

#314692 (or 0x314692) is unknown color: approx Tory Blue. HEX triplet: 31, 46 and 92. RGB value is (49,70,146). Sum of RGB (Red+Green+Blue) = 49+70+146=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #314692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314692 is #CEB96D. Grayscale: #484848. Windows color (decimal): -13547886 or 9586225. OLE color: 9586225.

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

Color convert

RGB4970146-
CMYK0.660.5200.43
HSL227.01º49.74%38.24%-
HSV(B)227.01º66.44%57.25%-
XYZ8.657.1128.11-
YUV72.39169.54111.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.49%
GREEN value IS 70 (27.73% from 255) = 26.42%
BLUE value IS 146 (57.42% from 255) = 55.09%
R=18.49%
G=26.42%
B=55.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49701460.660.5200.43227.0149.7438.24
Hex314692423402Be33226
Octal61106222102640533436246
Binary1100011000110100100101000010110100010101111100011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314692; }

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

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

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

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

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

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

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

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