#314494

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

Shades of Tory Blue #314494

Tints of Tory Blue #314494

Color information

#314494 (or 0x314494) is unknown color: approx Tory Blue. HEX triplet: 31, 44 and 94. RGB value is (49,68,148). Sum of RGB (Red+Green+Blue) = 49+68+148=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #314494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314494 is #CEBB6B. Grayscale: #474747. Windows color (decimal): -13548396 or 9716785. OLE color: 9716785.

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

Color convert

RGB4968148-
CMYK0.670.5400.42
HSL228.48º50.25%38.63%-
HSV(B)228.48º66.89%58.04%-
XYZ8.686.9328.9-
YUV71.44171.21112-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.49%
GREEN value IS 68 (26.95% from 255) = 25.66%
BLUE value IS 148 (58.20% from 255) = 55.85%
R=18.49%
G=25.66%
B=55.85%

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
Decimal49681480.670.5400.42228.4850.2538.63
Hex314494433602Ae43227
Octal61104224103660523446247
Binary1100011000100100101001000011110110010101011100100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314494; }

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

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

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

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

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

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

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

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