#314592

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

Shades of Tory Blue #314592

Tints of Tory Blue #314592

Color information

#314592 (or 0x314592) is unknown color: approx Tory Blue. HEX triplet: 31, 45 and 92. RGB value is (49,69,146). Sum of RGB (Red+Green+Blue) = 49+69+146=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #314592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314592 is #CEBA6D. Grayscale: #474747. Windows color (decimal): -13548142 or 9585969. OLE color: 9585969.

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

Color convert

RGB4969146-
CMYK0.660.5300.43
HSL227.63º49.74%38.24%-
HSV(B)227.63º66.44%57.25%-
XYZ8.586.9828.09-
YUV71.8169.87111.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.56%
GREEN value IS 69 (27.34% from 255) = 26.14%
BLUE value IS 146 (57.42% from 255) = 55.30%
R=18.56%
G=26.14%
B=55.30%

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
Decimal49691460.660.5300.43227.6349.7438.24
Hex314592423502Be43226
Octal61105222102650533446246
Binary1100011000101100100101000010110101010101111100100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314592; }

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

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

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

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

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

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

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

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