#314492

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

Shades of Tory Blue #314492

Tints of Tory Blue #314492

Color information

#314492 (or 0x314492) is unknown color: approx Tory Blue. HEX triplet: 31, 44 and 92. RGB value is (49,68,146). Sum of RGB (Red+Green+Blue) = 49+68+146=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #314492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314492 is #CEBB6D. Grayscale: #464646. Windows color (decimal): -13548398 or 9585713. OLE color: 9585713.

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

Color convert

RGB4968146-
CMYK0.660.5300.43
HSL228.25º49.74%38.24%-
HSV(B)228.25º66.44%57.25%-
XYZ8.526.8628.07-
YUV71.21170.21112.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.63%
GREEN value IS 68 (26.95% from 255) = 25.86%
BLUE value IS 146 (57.42% from 255) = 55.51%
R=18.63%
G=25.86%
B=55.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49681460.660.5300.43228.2549.7438.24
Hex314492423502Be43226
Octal61104222102650533446246
Binary1100011000100100100101000010110101010101111100100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314492; }

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

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

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

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

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

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

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

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