#314291

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

Shades of Tory Blue #314291

Tints of Tory Blue #314291

Color information

#314291 (or 0x314291) is unknown color: approx Tory Blue. HEX triplet: 31, 42 and 91. RGB value is (49,66,145). Sum of RGB (Red+Green+Blue) = 49+66+145=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #314291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314291 is #CEBD6E. Grayscale: #454545. Windows color (decimal): -13548911 or 9519665. OLE color: 9519665.

HSL color Cylindrical-coordinate representation of color #314291: hue angle of 229.38º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #314291 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4966145-
CMYK0.660.5400.43
HSL229.38º49.48%38.04%-
HSV(B)229.38º66.21%56.86%-
XYZ8.336.5927.62-
YUV69.92170.37113.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.85%
GREEN value IS 66 (26.17% from 255) = 25.38%
BLUE value IS 145 (57.03% from 255) = 55.77%
R=18.85%
G=25.38%
B=55.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49661450.660.5400.43229.3849.4838.04
Hex314291423602Be53126
Octal61102221102660533456146
Binary1100011000010100100011000010110110010101111100101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314291; }

 p { color: rgb(49,66,145); }

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

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

 a { background-color: rgb(49,66,145); }

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

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

 span { border-color: rgb(49,66,145); }

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