#3749A3

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

Shades of Tory Blue #3749A3

Tints of Tory Blue #3749A3

Color information

#3749A3 (or 0x3749A3) is unknown color: approx Tory Blue. HEX triplet: 37, 49 and A3. RGB value is (55,73,163). Sum of RGB (Red+Green+Blue) = 55+73+163=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 163 (64.06% from 255 or 56.01% from 291); Max value from RGB is 163 - color contains mainly: blue. Hex color #3749A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3749A3 is #C8B65C. Grayscale: #4D4D4D. Windows color (decimal): -13153885 or 10701111. OLE color: 10701111.

HSL color Cylindrical-coordinate representation of color #3749A3: hue angle of 230º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3749A3 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5573163-
CMYK0.660.5500.36
HSL230º49.54%42.75%-
HSV(B)230º66.26%63.92%-
XYZ10.578.2235.68-
YUV77.88176.04111.68-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.90%
GREEN value IS 73 (28.91% from 255) = 25.09%
BLUE value IS 163 (64.06% from 255) = 56.01%
R=18.90%
G=25.09%
B=56.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal55731630.660.5500.3623049.5442.75
Hex3749A34237024e6322b
Octal67111243102670443466253
Binary1101111001001101000111000010110111010010011100110110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3749A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3749A3; }

 p { color: rgb(55,73,163); }

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

<style>
 a { background-color: #3749A3; }

 a { background-color: rgb(55,73,163); }

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

<style>
 span { border-color: #3749A3; }

 span { border-color: rgb(55,73,163); }

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