#315296

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

Shades of Tory Blue #315296

Tints of Tory Blue #315296

Color information

#315296 (or 0x315296) is unknown color: approx Tory Blue. HEX triplet: 31, 52 and 96. RGB value is (49,82,150). Sum of RGB (Red+Green+Blue) = 49+82+150=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #315296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315296 is #CEAD69. Grayscale: #4F4F4F. Windows color (decimal): -13544810 or 9851441. OLE color: 9851441.

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

Color convert

RGB4982150-
CMYK0.670.4500.41
HSL220.4º50.75%39.02%-
HSV(B)220.4º67.33%58.82%-
XYZ9.798.8930.05-
YUV79.88167.57105.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.44%
GREEN value IS 82 (32.42% from 255) = 29.18%
BLUE value IS 150 (58.98% from 255) = 53.38%
R=17.44%
G=29.18%
B=53.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49821500.670.4500.41220.450.7539.02
Hex315296432D029dc3327
Octal61122226103550513346347
Binary1100011010010100101101000011101101010100111011100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315296; }

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

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

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

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

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

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

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

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