#374E89

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

Shades of Tory Blue #374E89

Tints of Tory Blue #374E89

Color information

#374E89 (or 0x374E89) is unknown color: approx Tory Blue. HEX triplet: 37, 4E and 89. RGB value is (55,78,137). Sum of RGB (Red+Green+Blue) = 55+78+137=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #374E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374E89 is #C8B176. Grayscale: #4D4D4D. Windows color (decimal): -13152631 or 8998455. OLE color: 8998455.

HSL color Cylindrical-coordinate representation of color #374E89: hue angle of 223.17º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #374E89 is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5578137-
CMYK0.600.4300.46
HSL223.17º42.71%37.65%-
HSV(B)223.17º59.85%53.73%-
XYZ8.828.0724.76-
YUV77.85161.38111.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.37%
GREEN value IS 78 (30.86% from 255) = 28.89%
BLUE value IS 137 (53.91% from 255) = 50.74%
R=20.37%
G=28.89%
B=50.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal55781370.600.4300.46223.1742.7137.65
Hex374E893C2B02Edf2b26
Octal6711621174530563375346
Binary110111100111010001001111100101011010111011011111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,78,137); }

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

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

 a { background-color: rgb(55,78,137); }

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

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

 span { border-color: rgb(55,78,137); }

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