#3A519A

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

Shades of Tory Blue #3A519A

Tints of Tory Blue #3A519A

Color information

#3A519A (or 0x3A519A) is unknown color: approx Tory Blue. HEX triplet: 3A, 51 and 9A. RGB value is (58,81,154). Sum of RGB (Red+Green+Blue) = 58+81+154=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A519A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A519A is #C5AE65. Grayscale: #525252. Windows color (decimal): -12955238 or 10113338. OLE color: 10113338.

HSL color Cylindrical-coordinate representation of color #3A519A: hue angle of 225.62º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A519A is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5881154-
CMYK0.620.4700.40
HSL225.62º45.28%41.57%-
HSV(B)225.62º62.34%60.39%-
XYZ10.529.1231.78-
YUV82.44168.38110.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.80%
GREEN value IS 81 (32.03% from 255) = 27.65%
BLUE value IS 154 (60.55% from 255) = 52.56%
R=19.80%
G=27.65%
B=52.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal58811540.620.4700.40225.6245.2841.57
Hex3A519A3E2F028e22d2a
Octal7212123276570503425552
Binary111010101000110011010111110101111010100011100010101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A519A; }

 p { color: rgb(58,81,154); }

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

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

 a { background-color: rgb(58,81,154); }

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

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

 span { border-color: rgb(58,81,154); }

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