#374E9B

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

Shades of Tory Blue #374E9B

Tints of Tory Blue #374E9B

Color information

#374E9B (or 0x374E9B) is unknown color: approx Tory Blue. HEX triplet: 37, 4E and 9B. RGB value is (55,78,155). Sum of RGB (Red+Green+Blue) = 55+78+155=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #374E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374E9B is #C8B164. Grayscale: #4F4F4F. Windows color (decimal): -13152613 or 10178103. OLE color: 10178103.

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

Color convert

RGB5578155-
CMYK0.650.5000.39
HSL226.2º47.62%41.18%-
HSV(B)226.2º64.52%60.78%-
XYZ10.228.6332.14-
YUV79.9170.38110.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.10%
GREEN value IS 78 (30.86% from 255) = 27.08%
BLUE value IS 155 (60.94% from 255) = 53.82%
R=19.10%
G=27.08%
B=53.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal55781550.650.5000.39226.247.6241.18
Hex374E9B4132027e23029
Octal67116233101620473426051
Binary1101111001110100110111000001110010010011111100010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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