#374F99

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

Shades of Tory Blue #374F99

Tints of Tory Blue #374F99

Color information

#374F99 (or 0x374F99) is unknown color: approx Tory Blue. HEX triplet: 37, 4F and 99. RGB value is (55,79,153). Sum of RGB (Red+Green+Blue) = 55+79+153=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #374F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374F99 is #C8B066. Grayscale: #4F4F4F. Windows color (decimal): -13152359 or 10047287. OLE color: 10047287.

HSL color Cylindrical-coordinate representation of color #374F99: hue angle of 225.31º 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 #374F99 is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5579153-
CMYK0.640.4800.4
HSL225.31º47.12%40.78%-
HSV(B)225.31º64.05%60%-
XYZ10.128.731.28-
YUV80.26169.05109.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.16%
GREEN value IS 79 (31.25% from 255) = 27.53%
BLUE value IS 153 (60.16% from 255) = 53.31%
R=19.16%
G=27.53%
B=53.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal55791530.640.4800.4225.3147.1240.78
Hex374F994030028e12f29
Octal67117231100600503415751
Binary1101111001111100110011000000110000010100011100001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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