#374791

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

Shades of Tory Blue #374791

Tints of Tory Blue #374791

Color information

#374791 (or 0x374791) is unknown color: approx Tory Blue. HEX triplet: 37, 47 and 91. RGB value is (55,71,145). Sum of RGB (Red+Green+Blue) = 55+71+145=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #374791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374791 is #C8B86E. Grayscale: #4A4A4A. Windows color (decimal): -13154415 or 9520951. OLE color: 9520951.

HSL color Cylindrical-coordinate representation of color #374791: hue angle of 229.33º 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 #374791 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5571145-
CMYK0.620.5100.43
HSL229.33º45%39.22%-
HSV(B)229.33º62.07%56.86%-
XYZ8.947.3627.74-
YUV74.65167.7113.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.30%
GREEN value IS 71 (28.12% from 255) = 26.20%
BLUE value IS 145 (57.03% from 255) = 53.51%
R=20.30%
G=26.20%
B=53.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55711450.620.5100.43229.334539.22
Hex3747913E3302Be52d27
Octal6710722176630533455547
Binary110111100011110010001111110110011010101111100101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374791; }

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

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

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

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

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

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

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

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