#3A5891

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

Shades of Tory Blue #3A5891

Tints of Tory Blue #3A5891

Color information

#3A5891 (or 0x3A5891) is unknown color: approx Tory Blue. HEX triplet: 3A, 58 and 91. RGB value is (58,88,145). Sum of RGB (Red+Green+Blue) = 58+88+145=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #3A5891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5891 is #C5A76E. Grayscale: #555555. Windows color (decimal): -12953455 or 9525306. OLE color: 9525306.

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

Color convert

RGB5888145-
CMYK0.60.3900.43
HSL219.31º42.86%39.8%-
HSV(B)219.31º60%56.86%-
XYZ10.359.9228.16-
YUV85.53161.56108.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.93%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 145 (57.03% from 255) = 49.83%
R=19.93%
G=30.24%
B=49.83%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal58881450.60.3900.43219.3142.8639.8
Hex3A58913C2702Bdb2b28
Octal7213022174470533335350
Binary111010101100010010001111100100111010101111011011101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,88,145); }

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

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

 a { background-color: rgb(58,88,145); }

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

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

 span { border-color: rgb(58,88,145); }

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