#374E94

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

Shades of Tory Blue #374E94

Tints of Tory Blue #374E94

Color information

#374E94 (or 0x374E94) is unknown color: approx Tory Blue. HEX triplet: 37, 4E and 94. RGB value is (55,78,148). Sum of RGB (Red+Green+Blue) = 55+78+148=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #374E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374E94 is #C8B16B. Grayscale: #4E4E4E. Windows color (decimal): -13152620 or 9719351. OLE color: 9719351.

HSL color Cylindrical-coordinate representation of color #374E94: hue angle of 225.16º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #374E94 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5578148-
CMYK0.630.4700.42
HSL225.16º45.81%39.8%-
HSV(B)225.16º62.84%58.04%-
XYZ9.658.429.13-
YUV79.1166.88110.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.57%
GREEN value IS 78 (30.86% from 255) = 27.76%
BLUE value IS 148 (58.20% from 255) = 52.67%
R=19.57%
G=27.76%
B=52.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55781480.630.4700.42225.1645.8139.8
Hex374E943F2F02Ae12e28
Octal6711622477570523415650
Binary110111100111010010100111111101111010101011100001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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