#3a4e91

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

Shades of Tory Blue #3A4E91

Tints of Tory Blue #3A4E91

Color information

#3A4E91 (or 0x3A4E91) is unknown color: approx Tory Blue. HEX triplet: 3A, 4E and 91. RGB value is (58,78,145). Sum of RGB (Red+Green+Blue) = 58+78+145=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #3A4E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A4E91 is #C5B16E. Grayscale: #4F4F4F. Windows color (decimal): -12956015 or 9522746. OLE color: 9522746.

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

Color convert

RGB5878145-
CMYK0.60.4600.43
HSL226.21º42.86%39.8%-
HSV(B)226.21º60%56.86%-
XYZ9.588.3927.9-
YUV79.66164.87112.55-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.64%
GREEN value IS 78 (30.86% from 255) = 27.76%
BLUE value IS 145 (57.03% from 255) = 51.60%
R=20.64%
G=27.76%
B=51.60%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal58781450.60.4600.43226.2142.8639.8
Hex3A4E913C2E02Be22b28
Octal7211622174560533425350
Binary111010100111010010001111100101110010101111100010101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a4e91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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