#315295

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

Shades of Tory Blue #315295

Tints of Tory Blue #315295

Color information

#315295 (or 0x315295) is unknown color: approx Tory Blue. HEX triplet: 31, 52 and 95. RGB value is (49,82,149). Sum of RGB (Red+Green+Blue) = 49+82+149=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #315295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315295 is #CEAD6A. Grayscale: #4F4F4F. Windows color (decimal): -13544811 or 9785905. OLE color: 9785905.

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

Color convert

RGB4982149-
CMYK0.670.4500.42
HSL220.2º50.51%38.82%-
HSV(B)220.2º67.11%58.43%-
XYZ9.718.8629.63-
YUV79.77167.07106.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.5%
GREEN value IS 82 (32.42% from 255) = 29.29%
BLUE value IS 149 (58.59% from 255) = 53.21%
R=17.5%
G=29.29%
B=53.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49821490.670.4500.42220.250.5138.82
Hex315295432D02Adc3327
Octal61122225103550523346347
Binary1100011010010100101011000011101101010101011011100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315295; }

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

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

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

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

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

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

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

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