#3A5793

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

Shades of Tory Blue #3A5793

Tints of Tory Blue #3A5793

Color information

#3A5793 (or 0x3A5793) is unknown color: approx Tory Blue. HEX triplet: 3A, 57 and 93. RGB value is (58,87,147). Sum of RGB (Red+Green+Blue) = 58+87+147=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A5793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5793 is #C5A86C. Grayscale: #545454. Windows color (decimal): -12953709 or 9656122. OLE color: 9656122.

HSL color Cylindrical-coordinate representation of color #3A5793: hue angle of 220.45º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A5793 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5887147-
CMYK0.610.4100.42
HSL220.45º43.41%40.2%-
HSV(B)220.45º60.54%57.65%-
XYZ10.429.8228.95-
YUV85.17162.89108.62-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.86%
GREEN value IS 87 (34.38% from 255) = 29.79%
BLUE value IS 147 (57.81% from 255) = 50.34%
R=19.86%
G=29.79%
B=50.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal58871470.610.4100.42220.4543.4140.2
Hex3A57933D2902Adc2b28
Octal7212722375510523345350
Binary111010101011110010011111101101001010101011011100101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,87,147); }

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

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

 a { background-color: rgb(58,87,147); }

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

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

 span { border-color: rgb(58,87,147); }

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