#315390

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

Shades of Tory Blue #315390

Tints of Tory Blue #315390

Color information

#315390 (or 0x315390) is unknown color: approx Tory Blue. HEX triplet: 31, 53 and 90. RGB value is (49,83,144). Sum of RGB (Red+Green+Blue) = 49+83+144=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #315390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315390 is #CEAC6F. Grayscale: #4F4F4F. Windows color (decimal): -13544560 or 9458481. OLE color: 9458481.

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

Color convert

RGB4983144-
CMYK0.660.4200.44
HSL218.53º49.22%37.84%-
HSV(B)218.53º65.97%56.47%-
XYZ9.398.8527.6-
YUV79.79164.24106.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.75%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 144 (56.64% from 255) = 52.17%
R=17.75%
G=30.07%
B=52.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49831440.660.4200.44218.5349.2237.84
Hex315390422A02Cdb3126
Octal61123220102520543336146
Binary1100011010011100100001000010101010010110011011011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315390; }

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

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

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

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

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

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

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

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