#314493

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

Shades of Tory Blue #314493

Tints of Tory Blue #314493

Color information

#314493 (or 0x314493) is unknown color: approx Tory Blue. HEX triplet: 31, 44 and 93. RGB value is (49,68,147). Sum of RGB (Red+Green+Blue) = 49+68+147=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #314493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314493 is #CEBB6C. Grayscale: #464646. Windows color (decimal): -13548397 or 9651249. OLE color: 9651249.

HSL color Cylindrical-coordinate representation of color #314493: hue angle of 228.37º 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 #314493 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4968147-
CMYK0.670.5400.42
HSL228.37º50%38.43%-
HSV(B)228.37º66.67%57.65%-
XYZ8.66.8928.48-
YUV71.32170.71112.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.56%
GREEN value IS 68 (26.95% from 255) = 25.76%
BLUE value IS 147 (57.81% from 255) = 55.68%
R=18.56%
G=25.76%
B=55.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49681470.670.5400.42228.375038.43
Hex314493433602Ae43226
Octal61104223103660523446246
Binary1100011000100100100111000011110110010101011100100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314493; }

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

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

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

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

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

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

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

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