#374A86

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

Shades of Tory Blue #374A86

Tints of Tory Blue #374A86

Color information

#374A86 (or 0x374A86) is unknown color: approx Tory Blue. HEX triplet: 37, 4A and 86. RGB value is (55,74,134). Sum of RGB (Red+Green+Blue) = 55+74+134=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 134 (52.73% from 255 or 50.95% from 263); Max value from RGB is 134 - color contains mainly: blue. Hex color #374A86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374A86 is #C8B579. Grayscale: #4A4A4A. Windows color (decimal): -13153658 or 8800823. OLE color: 8800823.

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

Color convert

RGB5574134-
CMYK0.590.4500.47
HSL225.57º41.8%37.06%-
HSV(B)225.57º58.96%52.55%-
XYZ8.337.4323.55-
YUV75.16161.21113.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.91%
GREEN value IS 74 (29.30% from 255) = 28.14%
BLUE value IS 134 (52.73% from 255) = 50.95%
R=20.91%
G=28.14%
B=50.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55741340.590.4500.47225.5741.837.06
Hex374A863B2D02Fe22a25
Octal6711220673550573425245
Binary110111100101010000110111011101101010111111100010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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