#3A4D93

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

Shades of Tory Blue #3A4D93

Tints of Tory Blue #3A4D93

Color information

#3A4D93 (or 0x3A4D93) is unknown color: approx Tory Blue. HEX triplet: 3A, 4D and 93. RGB value is (58,77,147). Sum of RGB (Red+Green+Blue) = 58+77+147=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A4D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A4D93 is #C5B26C. Grayscale: #4F4F4F. Windows color (decimal): -12956269 or 9653562. OLE color: 9653562.

HSL color Cylindrical-coordinate representation of color #3A4D93: hue angle of 227.19º degrees, saturation: 0.43, 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 #3A4D93 is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5877147-
CMYK0.610.4800.42
HSL227.19º43.41%40.2%-
HSV(B)227.19º60.54%57.65%-
XYZ9.678.3128.7-
YUV79.3166.21112.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.57%
GREEN value IS 77 (30.47% from 255) = 27.30%
BLUE value IS 147 (57.81% from 255) = 52.13%
R=20.57%
G=27.30%
B=52.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal58771470.610.4800.42227.1943.4140.2
Hex3A4D933D3002Ae32b28
Octal7211522375600523435350
Binary111010100110110010011111101110000010101011100011101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,77,147); }

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

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

 a { background-color: rgb(58,77,147); }

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

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

 span { border-color: rgb(58,77,147); }

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