#3A5790

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

Shades of Tory Blue #3A5790

Tints of Tory Blue #3A5790

Color information

#3A5790 (or 0x3A5790) is unknown color: approx Tory Blue. HEX triplet: 3A, 57 and 90. RGB value is (58,87,144). Sum of RGB (Red+Green+Blue) = 58+87+144=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A5790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5790 is #C5A86F. Grayscale: #545454. Windows color (decimal): -12953712 or 9459514. OLE color: 9459514.

HSL color Cylindrical-coordinate representation of color #3A5790: hue angle of 219.77º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A5790 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5887144-
CMYK0.600.4000.44
HSL219.77º42.57%39.61%-
HSV(B)219.77º59.72%56.47%-
XYZ10.199.7327.73-
YUV84.83161.39108.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.07%
GREEN value IS 87 (34.38% from 255) = 30.10%
BLUE value IS 144 (56.64% from 255) = 49.83%
R=20.07%
G=30.10%
B=49.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal58871440.600.4000.44219.7742.5739.61
Hex3A57903C2802Cdc2b28
Octal7212722074500543345350
Binary111010101011110010000111100101000010110011011100101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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