#314899

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

Shades of Tory Blue #314899

Tints of Tory Blue #314899

Color information

#314899 (or 0x314899) is unknown color: approx Tory Blue. HEX triplet: 31, 48 and 99. RGB value is (49,72,153). Sum of RGB (Red+Green+Blue) = 49+72+153=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #314899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314899 is #CEB766. Grayscale: #4A4A4A. Windows color (decimal): -13547367 or 10045489. OLE color: 10045489.

HSL color Cylindrical-coordinate representation of color #314899: hue angle of 226.73º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #314899 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4972153-
CMYK0.680.5300.4
HSL226.73º51.49%39.61%-
HSV(B)226.73º67.97%60%-
XYZ9.337.5931.11-
YUV74.36172.38109.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.88%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 153 (60.16% from 255) = 55.84%
R=17.88%
G=26.28%
B=55.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal49721530.680.5300.4226.7351.4939.61
Hex3148994435028e33328
Octal61110231104650503436350
Binary1100011001000100110011000100110101010100011100011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314899; }

 p { color: rgb(49,72,153); }

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

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

 a { background-color: rgb(49,72,153); }

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

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

 span { border-color: rgb(49,72,153); }

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