#374D99

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

Shades of Tory Blue #374D99

Tints of Tory Blue #374D99

Color information

#374D99 (or 0x374D99) is unknown color: approx Tory Blue. HEX triplet: 37, 4D and 99. RGB value is (55,77,153). Sum of RGB (Red+Green+Blue) = 55+77+153=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #374D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374D99 is #C8B266. Grayscale: #4E4E4E. Windows color (decimal): -13152871 or 10046775. OLE color: 10046775.

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

Color convert

RGB5577153-
CMYK0.640.5000.4
HSL226.53º47.12%40.78%-
HSV(B)226.53º64.05%60%-
XYZ9.988.4231.24-
YUV79.09169.71110.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.30%
GREEN value IS 77 (30.47% from 255) = 27.02%
BLUE value IS 153 (60.16% from 255) = 53.68%
R=19.30%
G=27.02%
B=53.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal55771530.640.5000.4226.5347.1240.78
Hex374D994032028e32f29
Octal67115231100620503435751
Binary1101111001101100110011000000110010010100011100011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,77,153); }

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

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

 a { background-color: rgb(55,77,153); }

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

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

 span { border-color: rgb(55,77,153); }

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