#3146A0

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

Shades of Tory Blue #3146A0

Tints of Tory Blue #3146A0

Color information

#3146A0 (or 0x3146A0) is unknown color: approx Tory Blue. HEX triplet: 31, 46 and A0. RGB value is (49,70,160). Sum of RGB (Red+Green+Blue) = 49+70+160=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 160 (62.89% from 255 or 57.35% from 279); Max value from RGB is 160 - color contains mainly: blue. Hex color #3146A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3146A0 is #CEB95F. Grayscale: #494949. Windows color (decimal): -13547872 or 10503729. OLE color: 10503729.

HSL color Cylindrical-coordinate representation of color #3146A0: hue angle of 228.65º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3146A0 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4970160-
CMYK0.690.5600.37
HSL228.65º53.11%40.98%-
HSV(B)228.65º69.38%62.75%-
XYZ9.87.5734.2-
YUV73.98176.54110.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.56%
GREEN value IS 70 (27.73% from 255) = 25.09%
BLUE value IS 160 (62.89% from 255) = 57.35%
R=17.56%
G=25.09%
B=57.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal49701600.690.5600.37228.6553.1140.98
Hex3146A04538025e53529
Octal61106240105700453456551
Binary1100011000110101000001000101111000010010111100101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3146A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3146A0; }

 p { color: rgb(49,70,160); }

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

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

 a { background-color: rgb(49,70,160); }

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

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

 span { border-color: rgb(49,70,160); }

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