#314FA2

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

Shades of Tory Blue #314FA2

Tints of Tory Blue #314FA2

Color information

#314FA2 (or 0x314FA2) is unknown color: approx Tory Blue. HEX triplet: 31, 4F and A2. RGB value is (49,79,162). Sum of RGB (Red+Green+Blue) = 49+79+162=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 162 (63.67% from 255 or 55.86% from 290); Max value from RGB is 162 - color contains mainly: blue. Hex color #314FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314FA2 is #CEB05D. Grayscale: #4F4F4F. Windows color (decimal): -13545566 or 10637105. OLE color: 10637105.

HSL color Cylindrical-coordinate representation of color #314FA2: hue angle of 224.07º 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 #314FA2 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4979162-
CMYK0.700.5100.36
HSL224.07º53.55%41.37%-
HSV(B)224.07º69.75%63.53%-
XYZ10.588.8535.33-
YUV79.49174.56106.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.90%
GREEN value IS 79 (31.25% from 255) = 27.24%
BLUE value IS 162 (63.67% from 255) = 55.86%
R=16.90%
G=27.24%
B=55.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal49791620.700.5100.36224.0753.5541.37
Hex314FA24633024e03629
Octal61117242106630443406651
Binary1100011001111101000101000110110011010010011100000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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