#3146A1

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

Shades of Tory Blue #3146A1

Tints of Tory Blue #3146A1

Color information

#3146A1 (or 0x3146A1) is unknown color: approx Tory Blue. HEX triplet: 31, 46 and A1. RGB value is (49,70,161). Sum of RGB (Red+Green+Blue) = 49+70+161=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 161 (63.28% from 255 or 57.5% from 280); Max value from RGB is 161 - color contains mainly: blue. Hex color #3146A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3146A1 is #CEB95E. Grayscale: #494949. Windows color (decimal): -13547871 or 10569265. OLE color: 10569265.

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

Color convert

RGB4970161-
CMYK0.700.5700.37
HSL228.75º53.33%41.18%-
HSV(B)228.75º69.57%63.14%-
XYZ9.897.6134.67-
YUV74.1177.04110.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.5%
GREEN value IS 70 (27.73% from 255) = 25%
BLUE value IS 161 (63.28% from 255) = 57.5%
R=17.5%
G=25%
B=57.5%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal49701610.700.5700.37228.7553.3341.18
Hex3146A14639025e53529
Octal61106241106710453456551
Binary1100011000110101000011000110111001010010111100101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3146A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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