#3A4492

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

Shades of Tory Blue #3A4492

Tints of Tory Blue #3A4492

Color information

#3A4492 (or 0x3A4492) is unknown color: approx Tory Blue. HEX triplet: 3A, 44 and 92. RGB value is (58,68,146). Sum of RGB (Red+Green+Blue) = 58+68+146=272 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.32% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A4492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4492 is #C5BB6D. Grayscale: #494949. Windows color (decimal): -12958574 or 9585722. OLE color: 9585722.

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

Color convert

RGB5868146-
CMYK0.600.5300.43
HSL233.18º43.14%40%-
HSV(B)233.18º60.27%57.25%-
XYZ97.1128.09-
YUV73.9168.69116.66-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.32%
GREEN value IS 68 (26.95% from 255) = 25%
BLUE value IS 146 (57.42% from 255) = 53.68%
R=21.32%
G=25%
B=53.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal58681460.600.5300.43233.1843.1440
Hex3A44923C3502Be92b28
Octal7210422274650533515350
Binary111010100010010010010111100110101010101111101001101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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