#374E96

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

Shades of Tory Blue #374E96

Tints of Tory Blue #374E96

Color information

#374E96 (or 0x374E96) is unknown color: approx Tory Blue. HEX triplet: 37, 4E and 96. RGB value is (55,78,150). Sum of RGB (Red+Green+Blue) = 55+78+150=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #374E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374E96 is #C8B169. Grayscale: #4F4F4F. Windows color (decimal): -13152618 or 9850423. OLE color: 9850423.

HSL color Cylindrical-coordinate representation of color #374E96: hue angle of 225.47º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #374E96 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5578150-
CMYK0.630.4800.41
HSL225.47º46.34%40.2%-
HSV(B)225.47º63.33%58.82%-
XYZ9.88.4629.97-
YUV79.33167.88110.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.43%
GREEN value IS 78 (30.86% from 255) = 27.56%
BLUE value IS 150 (58.98% from 255) = 53.00%
R=19.43%
G=27.56%
B=53.00%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal55781500.630.4800.41225.4746.3440.2
Hex374E963F30029e12e28
Octal6711622677600513415650
Binary110111100111010010110111111110000010100111100001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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