#374D90

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

Shades of Tory Blue #374D90

Tints of Tory Blue #374D90

Color information

#374D90 (or 0x374D90) is unknown color: approx Tory Blue. HEX triplet: 37, 4D and 90. RGB value is (55,77,144). Sum of RGB (Red+Green+Blue) = 55+77+144=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #374D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374D90 is #C8B26F. Grayscale: #4D4D4D. Windows color (decimal): -13152880 or 9456951. OLE color: 9456951.

HSL color Cylindrical-coordinate representation of color #374D90: hue angle of 225.17º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #374D90 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5577144-
CMYK0.620.4700.44
HSL225.17º44.72%39.02%-
HSV(B)225.17º61.81%56.47%-
XYZ9.268.1327.47-
YUV78.06165.21111.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.93%
GREEN value IS 77 (30.47% from 255) = 27.90%
BLUE value IS 144 (56.64% from 255) = 52.17%
R=19.93%
G=27.90%
B=52.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55771440.620.4700.44225.1744.7239.02
Hex374D903E2F02Ce12d27
Octal6711522076570543415547
Binary110111100110110010000111110101111010110011100001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374D90; }

 p { color: rgb(55,77,144); }

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

<style>
 a { background-color: #374D90; }

 a { background-color: rgb(55,77,144); }

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

<style>
 span { border-color: #374D90; }

 span { border-color: rgb(55,77,144); }

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