#3A4591

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

Shades of Tory Blue #3A4591

Tints of Tory Blue #3A4591

Color information

#3A4591 (or 0x3A4591) is unknown color: approx Tory Blue. HEX triplet: 3A, 45 and 91. RGB value is (58,69,145). Sum of RGB (Red+Green+Blue) = 58+69+145=272 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.32% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #3A4591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4591 is #C5BA6E. Grayscale: #4A4A4A. Windows color (decimal): -12958319 or 9520442. OLE color: 9520442.

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

Color convert

RGB5869145-
CMYK0.60.5200.43
HSL232.41º42.86%39.8%-
HSV(B)232.41º60%56.86%-
XYZ8.987.227.7-
YUV74.38167.86116.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.32%
GREEN value IS 69 (27.34% from 255) = 25.37%
BLUE value IS 145 (57.03% from 255) = 53.31%
R=21.32%
G=25.37%
B=53.31%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal58691450.60.5200.43232.4142.8639.8
Hex3A45913C3402Be82b28
Octal7210522174640533505350
Binary111010100010110010001111100110100010101111101000101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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