#374C8F

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

Shades of Tory Blue #374C8F

Tints of Tory Blue #374C8F

Color information

#374C8F (or 0x374C8F) is unknown color: approx Tory Blue. HEX triplet: 37, 4C and 8F. RGB value is (55,76,143). Sum of RGB (Red+Green+Blue) = 55+76+143=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 143 (56.25% from 255 or 52.19% from 274); Max value from RGB is 143 - color contains mainly: blue. Hex color #374C8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374C8F is #C8B370. Grayscale: #4D4D4D. Windows color (decimal): -13153137 or 9391159. OLE color: 9391159.

HSL color Cylindrical-coordinate representation of color #374C8F: hue angle of 225.68º 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 #374C8F is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5576143-
CMYK0.620.4700.44
HSL225.68º44.44%38.82%-
HSV(B)225.68º61.54%56.08%-
XYZ9.127.9627.04-
YUV77.36165.04112.05-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.07%
GREEN value IS 76 (30.08% from 255) = 27.74%
BLUE value IS 143 (56.25% from 255) = 52.19%
R=20.07%
G=27.74%
B=52.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55761430.620.4700.44225.6844.4438.82
Hex374C8F3E2F02Ce22c27
Octal6711421776570543425447
Binary110111100110010001111111110101111010110011100010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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