#3A4E94

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

Shades of Tory Blue #3A4E94

Tints of Tory Blue #3A4E94

Color information

#3A4E94 (or 0x3A4E94) is unknown color: approx Tory Blue. HEX triplet: 3A, 4E and 94. RGB value is (58,78,148). Sum of RGB (Red+Green+Blue) = 58+78+148=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A4E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A4E94 is #C5B16B. Grayscale: #4F4F4F. Windows color (decimal): -12956012 or 9719354. OLE color: 9719354.

HSL color Cylindrical-coordinate representation of color #3A4E94: hue angle of 226.67º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A4E94 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5878148-
CMYK0.610.4700.42
HSL226.67º43.69%40.39%-
HSV(B)226.67º60.81%58.04%-
XYZ9.818.4929.14-
YUV80166.37112.31-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.42%
GREEN value IS 78 (30.86% from 255) = 27.46%
BLUE value IS 148 (58.20% from 255) = 52.11%
R=20.42%
G=27.46%
B=52.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal58781480.610.4700.42226.6743.6940.39
Hex3A4E943D2F02Ae32c28
Octal7211622475570523435450
Binary111010100111010010100111101101111010101011100011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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