#314C94

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

Shades of Tory Blue #314C94

Tints of Tory Blue #314C94

Color information

#314C94 (or 0x314C94) is unknown color: approx Tory Blue. HEX triplet: 31, 4C and 94. RGB value is (49,76,148). Sum of RGB (Red+Green+Blue) = 49+76+148=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #314C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314C94 is #CEB36B. Grayscale: #4B4B4B. Windows color (decimal): -13546348 or 9718833. OLE color: 9718833.

HSL color Cylindrical-coordinate representation of color #314C94: hue angle of 223.64º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #314C94 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4976148-
CMYK0.670.4900.42
HSL223.64º50.25%38.63%-
HSV(B)223.64º66.89%58.04%-
XYZ9.27.9629.07-
YUV76.13168.55108.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 76 (30.08% from 255) = 27.84%
BLUE value IS 148 (58.20% from 255) = 54.21%
R=17.95%
G=27.84%
B=54.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49761480.670.4900.42223.6450.2538.63
Hex314C94433102Ae03227
Octal61114224103610523406247
Binary1100011001100100101001000011110001010101011100000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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