#314CA2

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

Shades of Tory Blue #314CA2

Tints of Tory Blue #314CA2

Color information

#314CA2 (or 0x314CA2) is unknown color: approx Tory Blue. HEX triplet: 31, 4C and A2. RGB value is (49,76,162). Sum of RGB (Red+Green+Blue) = 49+76+162=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 162 (63.67% from 255 or 56.45% from 287); Max value from RGB is 162 - color contains mainly: blue. Hex color #314CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314CA2 is #CEB35D. Grayscale: #4D4D4D. Windows color (decimal): -13546334 or 10636337. OLE color: 10636337.

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

Color convert

RGB4976162-
CMYK0.700.5300.36
HSL225.66º53.55%41.37%-
HSV(B)225.66º69.75%63.53%-
XYZ10.378.4335.26-
YUV77.73175.55107.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.07%
GREEN value IS 76 (30.08% from 255) = 26.48%
BLUE value IS 162 (63.67% from 255) = 56.45%
R=17.07%
G=26.48%
B=56.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal49761620.700.5300.36225.6653.5541.37
Hex314CA24635024e23629
Octal61114242106650443426651
Binary1100011001100101000101000110110101010010011100010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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