#314495

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

Shades of Tory Blue #314495

Tints of Tory Blue #314495

Color information

#314495 (or 0x314495) is unknown color: approx Tory Blue. HEX triplet: 31, 44 and 95. RGB value is (49,68,149). Sum of RGB (Red+Green+Blue) = 49+68+149=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #314495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314495 is #CEBB6A. Grayscale: #474747. Windows color (decimal): -13548395 or 9782321. OLE color: 9782321.

HSL color Cylindrical-coordinate representation of color #314495: hue angle of 228.6º degrees, saturation: 0.51, 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 #314495 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4968149-
CMYK0.670.5400.42
HSL228.6º50.51%38.82%-
HSV(B)228.6º67.11%58.43%-
XYZ8.766.9629.32-
YUV71.55171.71111.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.42%
GREEN value IS 68 (26.95% from 255) = 25.56%
BLUE value IS 149 (58.59% from 255) = 56.02%
R=18.42%
G=25.56%
B=56.02%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49681490.670.5400.42228.650.5138.82
Hex314495433602Ae53327
Octal61104225103660523456347
Binary1100011000100100101011000011110110010101011100101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314495; }

 p { color: rgb(49,68,149); }

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

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

 a { background-color: rgb(49,68,149); }

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

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

 span { border-color: rgb(49,68,149); }

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