#374E90

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

Shades of Tory Blue #374E90

Tints of Tory Blue #374E90

Color information

#374E90 (or 0x374E90) is unknown color: approx Tory Blue. HEX triplet: 37, 4E and 90. RGB value is (55,78,144). Sum of RGB (Red+Green+Blue) = 55+78+144=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #374E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374E90 is #C8B16F. Grayscale: #4E4E4E. Windows color (decimal): -13152624 or 9457207. OLE color: 9457207.

HSL color Cylindrical-coordinate representation of color #374E90: hue angle of 224.49º 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 #374E90 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5578144-
CMYK0.620.4600.44
HSL224.49º44.72%39.02%-
HSV(B)224.49º61.81%56.47%-
XYZ9.338.2727.49-
YUV78.65164.88111.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.86%
GREEN value IS 78 (30.86% from 255) = 28.16%
BLUE value IS 144 (56.64% from 255) = 51.99%
R=19.86%
G=28.16%
B=51.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55781440.620.4600.44224.4944.7239.02
Hex374E903E2E02Ce02d27
Octal6711622076560543405547
Binary110111100111010010000111110101110010110011100000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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