#374F97

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

Shades of Tory Blue #374F97

Tints of Tory Blue #374F97

Color information

#374F97 (or 0x374F97) is unknown color: approx Tory Blue. HEX triplet: 37, 4F and 97. RGB value is (55,79,151). Sum of RGB (Red+Green+Blue) = 55+79+151=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #374F97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374F97 is #C8B068. Grayscale: #4F4F4F. Windows color (decimal): -13152361 or 9916215. OLE color: 9916215.

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

Color convert

RGB5579151-
CMYK0.640.4800.41
HSL225º46.6%40.39%-
HSV(B)225º63.58%59.22%-
XYZ9.968.6430.42-
YUV80.03168.05110.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.30%
GREEN value IS 79 (31.25% from 255) = 27.72%
BLUE value IS 151 (59.38% from 255) = 52.98%
R=19.30%
G=27.72%
B=52.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal55791510.640.4800.4122546.640.39
Hex374F974030029e12f28
Octal67117227100600513415750
Binary1101111001111100101111000000110000010100111100001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,79,151); }

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

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

 a { background-color: rgb(55,79,151); }

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

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

 span { border-color: rgb(55,79,151); }

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