#315192

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

Shades of Tory Blue #315192

Tints of Tory Blue #315192

Color information

#315192 (or 0x315192) is unknown color: approx Tory Blue. HEX triplet: 31, 51 and 92. RGB value is (49,81,146). Sum of RGB (Red+Green+Blue) = 49+81+146=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #315192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315192 is #CEAE6D. Grayscale: #4E4E4E. Windows color (decimal): -13545070 or 9589041. OLE color: 9589041.

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

Color convert

RGB4981146-
CMYK0.660.4500.43
HSL220.21º49.74%38.24%-
HSV(B)220.21º66.44%57.25%-
XYZ9.48.6128.36-
YUV78.84165.9106.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.75%
GREEN value IS 81 (32.03% from 255) = 29.35%
BLUE value IS 146 (57.42% from 255) = 52.90%
R=17.75%
G=29.35%
B=52.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49811460.660.4500.43220.2149.7438.24
Hex315192422D02Bdc3226
Octal61121222102550533346246
Binary1100011010001100100101000010101101010101111011100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315192; }

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

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

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

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

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

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

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

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