#314693

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

Shades of Tory Blue #314693

Tints of Tory Blue #314693

Color information

#314693 (or 0x314693) is unknown color: approx Tory Blue. HEX triplet: 31, 46 and 93. RGB value is (49,70,147). Sum of RGB (Red+Green+Blue) = 49+70+147=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #314693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314693 is #CEB96C. Grayscale: #484848. Windows color (decimal): -13547885 or 9651761. OLE color: 9651761.

HSL color Cylindrical-coordinate representation of color #314693: hue angle of 227.14º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #314693 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4970147-
CMYK0.670.5200.42
HSL227.14º50%38.43%-
HSV(B)227.14º66.67%57.65%-
XYZ8.727.1428.52-
YUV72.5170.04111.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.42%
GREEN value IS 70 (27.73% from 255) = 26.32%
BLUE value IS 147 (57.81% from 255) = 55.26%
R=18.42%
G=26.32%
B=55.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49701470.670.5200.42227.145038.43
Hex314693433402Ae33226
Octal61106223103640523436246
Binary1100011000110100100111000011110100010101011100011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314693; }

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

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

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

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

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

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

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

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