#314D9E

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

Shades of Tory Blue #314D9E

Tints of Tory Blue #314D9E

Color information

#314D9E (or 0x314D9E) is unknown color: approx Tory Blue. HEX triplet: 31, 4D and 9E. RGB value is (49,77,158). Sum of RGB (Red+Green+Blue) = 49+77+158=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 158 (62.11% from 255 or 55.63% from 284); Max value from RGB is 158 - color contains mainly: blue. Hex color #314D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314D9E is #CEB261. Grayscale: #4D4D4D. Windows color (decimal): -13546082 or 10374449. OLE color: 10374449.

HSL color Cylindrical-coordinate representation of color #314D9E: hue angle of 224.59º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #314D9E is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4977158-
CMYK0.690.5100.38
HSL224.59º52.66%40.59%-
HSV(B)224.59º68.99%61.96%-
XYZ10.098.4333.44-
YUV77.86173.22107.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.25%
GREEN value IS 77 (30.47% from 255) = 27.11%
BLUE value IS 158 (62.11% from 255) = 55.63%
R=17.25%
G=27.11%
B=55.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49771580.690.5100.38224.5952.6640.59
Hex314D9E4533026e13529
Octal61115236105630463416551
Binary1100011001101100111101000101110011010011011100001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,77,158); }

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

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

 a { background-color: rgb(49,77,158); }

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

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

 span { border-color: rgb(49,77,158); }

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