#3A4496

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

Shades of Tory Blue #3A4496

Tints of Tory Blue #3A4496

Color information

#3A4496 (or 0x3A4496) is unknown color: approx Tory Blue. HEX triplet: 3A, 44 and 96. RGB value is (58,68,150). Sum of RGB (Red+Green+Blue) = 58+68+150=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 150 (58.98% from 255 or 54.35% from 276); Max value from RGB is 150 - color contains mainly: blue. Hex color #3A4496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4496 is #C5BB69. Grayscale: #4A4A4A. Windows color (decimal): -12958570 or 9847866. OLE color: 9847866.

HSL color Cylindrical-coordinate representation of color #3A4496: hue angle of 233.48º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A4496 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5868150-
CMYK0.610.5500.41
HSL233.48º44.23%40.78%-
HSV(B)233.48º61.33%58.82%-
XYZ9.327.2429.76-
YUV74.36170.69116.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.01%
GREEN value IS 68 (26.95% from 255) = 24.64%
BLUE value IS 150 (58.98% from 255) = 54.35%
R=21.01%
G=24.64%
B=54.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal58681500.610.5500.41233.4844.2340.78
Hex3A44963D37029e92c29
Octal7210422675670513515451
Binary111010100010010010110111101110111010100111101001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,68,150); }

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

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

 a { background-color: rgb(58,68,150); }

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

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

 span { border-color: rgb(58,68,150); }

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