#374D86

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

Shades of Tory Blue #374D86

Tints of Tory Blue #374D86

Color information

#374D86 (or 0x374D86) is unknown color: approx Tory Blue. HEX triplet: 37, 4D and 86. RGB value is (55,77,134). Sum of RGB (Red+Green+Blue) = 55+77+134=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 134 (52.73% from 255 or 50.38% from 266); Max value from RGB is 134 - color contains mainly: blue. Hex color #374D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374D86 is #C8B279. Grayscale: #4C4C4C. Windows color (decimal): -13152890 or 8801591. OLE color: 8801591.

HSL color Cylindrical-coordinate representation of color #374D86: hue angle of 223.29º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #374D86 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5577134-
CMYK0.590.4300.47
HSL223.29º41.8%37.06%-
HSV(B)223.29º58.96%52.55%-
XYZ8.537.8423.62-
YUV76.92160.21112.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.68%
GREEN value IS 77 (30.47% from 255) = 28.95%
BLUE value IS 134 (52.73% from 255) = 50.38%
R=20.68%
G=28.95%
B=50.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55771340.590.4300.47223.2941.837.06
Hex374D863B2B02Fdf2a25
Octal6711520673530573375245
Binary110111100110110000110111011101011010111111011111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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