#374A8E

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

Shades of Tory Blue #374A8E

Tints of Tory Blue #374A8E

Color information

#374A8E (or 0x374A8E) is unknown color: approx Tory Blue. HEX triplet: 37, 4A and 8E. RGB value is (55,74,142). Sum of RGB (Red+Green+Blue) = 55+74+142=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #374A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374A8E is #C8B571. Grayscale: #4B4B4B. Windows color (decimal): -13153650 or 9325111. OLE color: 9325111.

HSL color Cylindrical-coordinate representation of color #374A8E: hue angle of 226.9º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #374A8E is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5574142-
CMYK0.610.4800.44
HSL226.9º44.16%38.63%-
HSV(B)226.9º61.27%55.69%-
XYZ8.917.6626.6-
YUV76.07165.21112.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.30%
GREEN value IS 74 (29.30% from 255) = 27.31%
BLUE value IS 142 (55.86% from 255) = 52.40%
R=20.30%
G=27.31%
B=52.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55741420.610.4800.44226.944.1638.63
Hex374A8E3D3002Ce32c27
Octal6711221675600543435447
Binary110111100101010001110111101110000010110011100011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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