#3A5991

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

Shades of Tory Blue #3A5991

Tints of Tory Blue #3A5991

Color information

#3A5991 (or 0x3A5991) is unknown color: approx Tory Blue. HEX triplet: 3A, 59 and 91. RGB value is (58,89,145). Sum of RGB (Red+Green+Blue) = 58+89+145=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #3A5991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5991 is #C5A66E. Grayscale: #555555. Windows color (decimal): -12953199 or 9525562. OLE color: 9525562.

HSL color Cylindrical-coordinate representation of color #3A5991: hue angle of 218.62º 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 #3A5991 is Cyan = 0.6, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5889145-
CMYK0.60.3900.43
HSL218.62º42.86%39.8%-
HSV(B)218.62º60%56.86%-
XYZ10.4310.0928.19-
YUV86.12161.23107.95-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.86%
GREEN value IS 89 (35.16% from 255) = 30.48%
BLUE value IS 145 (57.03% from 255) = 49.66%
R=19.86%
G=30.48%
B=49.66%

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
Decimal58891450.60.3900.43218.6242.8639.8
Hex3A59913C2702Bdb2b28
Octal7213122174470533335350
Binary111010101100110010001111100100111010101111011011101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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