#3744A2

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

Shades of Tory Blue #3744A2

Tints of Tory Blue #3744A2

Color information

#3744A2 (or 0x3744A2) is unknown color: approx Tory Blue. HEX triplet: 37, 44 and A2. RGB value is (55,68,162). Sum of RGB (Red+Green+Blue) = 55+68+162=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 162 (63.67% from 255 or 56.84% from 285); Max value from RGB is 162 - color contains mainly: blue. Hex color #3744A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3744A2 is #C8BB5D. Grayscale: #4A4A4A. Windows color (decimal): -13155166 or 10634295. OLE color: 10634295.

HSL color Cylindrical-coordinate representation of color #3744A2: hue angle of 232.71º degrees, saturation: 0.49, 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 #3744A2 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5568162-
CMYK0.660.5800.36
HSL232.71º49.31%42.55%-
HSV(B)232.71º66.05%63.53%-
XYZ10.167.5635.1-
YUV74.83177.19113.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.30%
GREEN value IS 68 (26.95% from 255) = 23.86%
BLUE value IS 162 (63.67% from 255) = 56.84%
R=19.30%
G=23.86%
B=56.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal55681620.660.5800.36232.7149.3142.55
Hex3744A2423A024e9312b
Octal67104242102720443516153
Binary1101111000100101000101000010111010010010011101001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3744A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3744A2; }

 p { color: rgb(55,68,162); }

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

<style>
 a { background-color: #3744A2; }

 a { background-color: rgb(55,68,162); }

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

<style>
 span { border-color: #3744A2; }

 span { border-color: rgb(55,68,162); }

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