#374C8B

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

Shades of Tory Blue #374C8B

Tints of Tory Blue #374C8B

Color information

#374C8B (or 0x374C8B) is unknown color: approx Tory Blue. HEX triplet: 37, 4C and 8B. RGB value is (55,76,139). Sum of RGB (Red+Green+Blue) = 55+76+139=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #374C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374C8B is #C8B374. Grayscale: #4C4C4C. Windows color (decimal): -13153141 or 9129015. OLE color: 9129015.

HSL color Cylindrical-coordinate representation of color #374C8B: hue angle of 225º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #374C8B is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5576139-
CMYK0.600.4500.45
HSL225º43.3%38.04%-
HSV(B)225º60.43%54.51%-
XYZ8.827.8525.48-
YUV76.9163.04112.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.37%
GREEN value IS 76 (30.08% from 255) = 28.15%
BLUE value IS 139 (54.69% from 255) = 51.48%
R=20.37%
G=28.15%
B=51.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55761390.600.4500.4522543.338.04
Hex374C8B3C2D02De12b26
Octal6711421374550553415346
Binary110111100110010001011111100101101010110111100001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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