#374C90

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

Shades of Tory Blue #374C90

Tints of Tory Blue #374C90

Color information

#374C90 (or 0x374C90) is unknown color: approx Tory Blue. HEX triplet: 37, 4C and 90. RGB value is (55,76,144). Sum of RGB (Red+Green+Blue) = 55+76+144=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #374C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374C90 is #C8B36F. Grayscale: #4D4D4D. Windows color (decimal): -13153136 or 9456695. OLE color: 9456695.

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

Color convert

RGB5576144-
CMYK0.620.4700.44
HSL225.84º44.72%39.02%-
HSV(B)225.84º61.81%56.47%-
XYZ9.197.9927.44-
YUV77.47165.54111.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20%
GREEN value IS 76 (30.08% from 255) = 27.64%
BLUE value IS 144 (56.64% from 255) = 52.36%
R=20%
G=27.64%
B=52.36%

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
Decimal55761440.620.4700.44225.8444.7239.02
Hex374C903E2F02Ce22d27
Octal6711422076570543425547
Binary110111100110010010000111110101111010110011100010101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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