#374E8F

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

Shades of Tory Blue #374E8F

Tints of Tory Blue #374E8F

Color information

#374E8F (or 0x374E8F) is unknown color: approx Tory Blue. HEX triplet: 37, 4E and 8F. RGB value is (55,78,143). Sum of RGB (Red+Green+Blue) = 55+78+143=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 143 (56.25% from 255 or 51.81% from 276); Max value from RGB is 143 - color contains mainly: blue. Hex color #374E8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374E8F is #C8B170. Grayscale: #4E4E4E. Windows color (decimal): -13152625 or 9391671. OLE color: 9391671.

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

Color convert

RGB5578143-
CMYK0.620.4500.44
HSL224.32º44.44%38.82%-
HSV(B)224.32º61.54%56.08%-
XYZ9.268.2427.09-
YUV78.53164.38111.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.93%
GREEN value IS 78 (30.86% from 255) = 28.26%
BLUE value IS 143 (56.25% from 255) = 51.81%
R=19.93%
G=28.26%
B=51.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55781430.620.4500.44224.3244.4438.82
Hex374E8F3E2D02Ce02c27
Octal6711621776550543405447
Binary110111100111010001111111110101101010110011100000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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