#314391

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

Shades of Tory Blue #314391

Tints of Tory Blue #314391

Color information

#314391 (or 0x314391) is unknown color: approx Tory Blue. HEX triplet: 31, 43 and 91. RGB value is (49,67,145). Sum of RGB (Red+Green+Blue) = 49+67+145=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #314391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314391 is #CEBC6E. Grayscale: #464646. Windows color (decimal): -13548655 or 9519921. OLE color: 9519921.

HSL color Cylindrical-coordinate representation of color #314391: hue angle of 228.75º 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 #314391 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4967145-
CMYK0.660.5400.43
HSL228.75º49.48%38.04%-
HSV(B)228.75º66.21%56.86%-
XYZ8.386.7127.64-
YUV70.51170.04112.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.77%
GREEN value IS 67 (26.56% from 255) = 25.67%
BLUE value IS 145 (57.03% from 255) = 55.56%
R=18.77%
G=25.67%
B=55.56%

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
Decimal49671450.660.5400.43228.7549.4838.04
Hex314391423602Be53126
Octal61103221102660533456146
Binary1100011000011100100011000010110110010101111100101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314391; }

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

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

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

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

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

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

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

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