#314EA2

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

Shades of Tory Blue #314EA2

Tints of Tory Blue #314EA2

Color information

#314EA2 (or 0x314EA2) is unknown color: approx Tory Blue. HEX triplet: 31, 4E and A2. RGB value is (49,78,162). Sum of RGB (Red+Green+Blue) = 49+78+162=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 162 (63.67% from 255 or 56.06% from 289); Max value from RGB is 162 - color contains mainly: blue. Hex color #314EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314EA2 is #CEB15D. Grayscale: #4E4E4E. Windows color (decimal): -13545822 or 10636849. OLE color: 10636849.

HSL color Cylindrical-coordinate representation of color #314EA2: hue angle of 224.6º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #314EA2 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4978162-
CMYK0.700.5200.36
HSL224.6º53.55%41.37%-
HSV(B)224.6º69.75%63.53%-
XYZ10.518.7135.31-
YUV78.9174.89106.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.96%
GREEN value IS 78 (30.86% from 255) = 26.99%
BLUE value IS 162 (63.67% from 255) = 56.06%
R=16.96%
G=26.99%
B=56.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal49781620.700.5200.36224.653.5541.37
Hex314EA24634024e13629
Octal61116242106640443416651
Binary1100011001110101000101000110110100010010011100001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314EA2; }

 p { color: rgb(49,78,162); }

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

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

 a { background-color: rgb(49,78,162); }

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

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

 span { border-color: rgb(49,78,162); }

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