#315090

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

Shades of Tory Blue #315090

Tints of Tory Blue #315090

Color information

#315090 (or 0x315090) is unknown color: approx Tory Blue. HEX triplet: 31, 50 and 90. RGB value is (49,80,144). Sum of RGB (Red+Green+Blue) = 49+80+144=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #315090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315090 is #CEAF6F. Grayscale: #4D4D4D. Windows color (decimal): -13545328 or 9457713. OLE color: 9457713.

HSL color Cylindrical-coordinate representation of color #315090: hue angle of 220.42º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #315090 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4980144-
CMYK0.660.4400.44
HSL220.42º49.22%37.84%-
HSV(B)220.42º65.97%56.47%-
XYZ9.178.427.52-
YUV78.03165.23107.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 144 (56.64% from 255) = 52.75%
R=17.95%
G=29.30%
B=52.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49801440.660.4400.44220.4249.2237.84
Hex315090422C02Cdc3126
Octal61120220102540543346146
Binary1100011010000100100001000010101100010110011011100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315090; }

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

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

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

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

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

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

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

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