#315392

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

Shades of Tory Blue #315392

Tints of Tory Blue #315392

Color information

#315392 (or 0x315392) is unknown color: approx Tory Blue. HEX triplet: 31, 53 and 92. RGB value is (49,83,146). Sum of RGB (Red+Green+Blue) = 49+83+146=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #315392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315392 is #CEAC6D. Grayscale: #4F4F4F. Windows color (decimal): -13544558 or 9589553. OLE color: 9589553.

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

Color convert

RGB4983146-
CMYK0.660.4300.43
HSL218.97º49.74%38.24%-
HSV(B)218.97º66.44%57.25%-
XYZ9.558.9128.41-
YUV80.02165.24105.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.63%
GREEN value IS 83 (32.81% from 255) = 29.86%
BLUE value IS 146 (57.42% from 255) = 52.52%
R=17.63%
G=29.86%
B=52.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49831460.660.4300.43218.9749.7438.24
Hex315392422B02Bdb3226
Octal61123222102530533336246
Binary1100011010011100100101000010101011010101111011011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315392; }

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

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

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

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

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

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

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

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