#3A499A

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

Shades of Tory Blue #3A499A

Tints of Tory Blue #3A499A

Color information

#3A499A (or 0x3A499A) is unknown color: approx Tory Blue. HEX triplet: 3A, 49 and 9A. RGB value is (58,73,154). Sum of RGB (Red+Green+Blue) = 58+73+154=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 154 (60.55% from 255 or 54.04% from 285); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A499A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A499A is #C5B665. Grayscale: #4D4D4D. Windows color (decimal): -12957286 or 10111290. OLE color: 10111290.

HSL color Cylindrical-coordinate representation of color #3A499A: hue angle of 230.62º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A499A is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5873154-
CMYK0.620.5300.40
HSL230.62º45.28%41.57%-
HSV(B)230.62º62.34%60.39%-
XYZ9.96831.59-
YUV77.75171.03113.91-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.35%
GREEN value IS 73 (28.91% from 255) = 25.61%
BLUE value IS 154 (60.55% from 255) = 54.04%
R=20.35%
G=25.61%
B=54.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal58731540.620.5300.40230.6245.2841.57
Hex3A499A3E35028e72d2a
Octal7211123276650503475552
Binary111010100100110011010111110110101010100011100111101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,73,154); }

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

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

 a { background-color: rgb(58,73,154); }

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

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

 span { border-color: rgb(58,73,154); }

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