#315092

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

Shades of Tory Blue #315092

Tints of Tory Blue #315092

Color information

#315092 (or 0x315092) is unknown color: approx Tory Blue. HEX triplet: 31, 50 and 92. RGB value is (49,80,146). Sum of RGB (Red+Green+Blue) = 49+80+146=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #315092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315092 is #CEAF6D. Grayscale: #4D4D4D. Windows color (decimal): -13545326 or 9588785. OLE color: 9588785.

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

Color convert

RGB4980146-
CMYK0.660.4500.43
HSL220.82º49.74%38.24%-
HSV(B)220.82º66.44%57.25%-
XYZ9.328.4728.34-
YUV78.26166.23107.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.82%
GREEN value IS 80 (31.64% from 255) = 29.09%
BLUE value IS 146 (57.42% from 255) = 53.09%
R=17.82%
G=29.09%
B=53.09%

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
Decimal49801460.660.4500.43220.8249.7438.24
Hex315092422D02Bdd3226
Octal61120222102550533356246
Binary1100011010000100100101000010101101010101111011101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315092; }

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

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

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

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

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

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

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

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