#315297

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

Shades of Tory Blue #315297

Tints of Tory Blue #315297

Color information

#315297 (or 0x315297) is unknown color: approx Tory Blue. HEX triplet: 31, 52 and 97. RGB value is (49,82,151). Sum of RGB (Red+Green+Blue) = 49+82+151=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 151 (59.38% from 255 or 53.55% from 282); Max value from RGB is 151 - color contains mainly: blue. Hex color #315297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315297 is #CEAD68. Grayscale: #4F4F4F. Windows color (decimal): -13544809 or 9916977. OLE color: 9916977.

HSL color Cylindrical-coordinate representation of color #315297: hue angle of 220.59º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #315297 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4982151-
CMYK0.680.4600.41
HSL220.59º51%39.22%-
HSV(B)220.59º67.55%59.22%-
XYZ9.878.9230.48-
YUV80168.07105.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.38%
GREEN value IS 82 (32.42% from 255) = 29.08%
BLUE value IS 151 (59.38% from 255) = 53.55%
R=17.38%
G=29.08%
B=53.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49821510.680.4600.41220.595139.22
Hex315297442E029dd3327
Octal61122227104560513356347
Binary1100011010010100101111000100101110010100111011101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315297; }

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

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

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

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

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

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

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

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