#3746A0

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

Shades of Tory Blue #3746A0

Tints of Tory Blue #3746A0

Color information

#3746A0 (or 0x3746A0) is unknown color: approx Tory Blue. HEX triplet: 37, 46 and A0. RGB value is (55,70,160). Sum of RGB (Red+Green+Blue) = 55+70+160=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 160 (62.89% from 255 or 56.14% from 285); Max value from RGB is 160 - color contains mainly: blue. Hex color #3746A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3746A0 is #C8B95F. Grayscale: #4B4B4B. Windows color (decimal): -13154656 or 10503735. OLE color: 10503735.

HSL color Cylindrical-coordinate representation of color #3746A0: hue angle of 231.43º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3746A0 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5570160-
CMYK0.660.5600.37
HSL231.43º48.84%42.16%-
HSV(B)231.43º65.62%62.75%-
XYZ10.117.7334.22-
YUV75.78175.53113.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.30%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 160 (62.89% from 255) = 56.14%
R=19.30%
G=24.56%
B=56.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal55701600.660.5600.37231.4348.8442.16
Hex3746A04238025e7312a
Octal67106240102700453476152
Binary1101111000110101000001000010111000010010111100111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3746A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3746A0; }

 p { color: rgb(55,70,160); }

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

<style>
 a { background-color: #3746A0; }

 a { background-color: rgb(55,70,160); }

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

<style>
 span { border-color: #3746A0; }

 span { border-color: rgb(55,70,160); }

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