#374E91

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

Shades of Tory Blue #374E91

Tints of Tory Blue #374E91

Color information

#374E91 (or 0x374E91) is unknown color: approx Tory Blue. HEX triplet: 37, 4E and 91. RGB value is (55,78,145). Sum of RGB (Red+Green+Blue) = 55+78+145=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #374E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374E91 is #C8B16E. Grayscale: #4E4E4E. Windows color (decimal): -13152623 or 9522743. OLE color: 9522743.

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

Color convert

RGB5578145-
CMYK0.620.4600.43
HSL224.67º45%39.22%-
HSV(B)224.67º62.07%56.86%-
XYZ9.418.3127.9-
YUV78.76165.38111.05-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.78%
GREEN value IS 78 (30.86% from 255) = 28.06%
BLUE value IS 145 (57.03% from 255) = 52.16%
R=19.78%
G=28.06%
B=52.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55781450.620.4600.43224.674539.22
Hex374E913E2E02Be12d27
Octal6711622176560533415547
Binary110111100111010010001111110101110010101111100001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,78,145); }

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

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

 a { background-color: rgb(55,78,145); }

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

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

 span { border-color: rgb(55,78,145); }

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