#374E9A

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

Shades of Tory Blue #374E9A

Tints of Tory Blue #374E9A

Color information

#374E9A (or 0x374E9A) is unknown color: approx Tory Blue. HEX triplet: 37, 4E and 9A. RGB value is (55,78,154). Sum of RGB (Red+Green+Blue) = 55+78+154=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 154 (60.55% from 255 or 53.66% from 287); Max value from RGB is 154 - color contains mainly: blue. Hex color #374E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374E9A is #C8B165. Grayscale: #4F4F4F. Windows color (decimal): -13152614 or 10112567. OLE color: 10112567.

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

Color convert

RGB5578154-
CMYK0.640.4900.40
HSL226.06º47.37%40.98%-
HSV(B)226.06º64.29%60.39%-
XYZ10.138.5931.7-
YUV79.79169.88110.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.16%
GREEN value IS 78 (30.86% from 255) = 27.18%
BLUE value IS 154 (60.55% from 255) = 53.66%
R=19.16%
G=27.18%
B=53.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal55781540.640.4900.40226.0647.3740.98
Hex374E9A4031028e22f29
Octal67116232100610503425751
Binary1101111001110100110101000000110001010100011100010101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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