#374D8C

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

Shades of Tory Blue #374D8C

Tints of Tory Blue #374D8C

Color information

#374D8C (or 0x374D8C) is unknown color: approx Tory Blue. HEX triplet: 37, 4D and 8C. RGB value is (55,77,140). Sum of RGB (Red+Green+Blue) = 55+77+140=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #374D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374D8C is #C8B273. Grayscale: #4D4D4D. Windows color (decimal): -13152884 or 9194807. OLE color: 9194807.

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

Color convert

RGB5577140-
CMYK0.610.4500.45
HSL224.47º43.59%38.24%-
HSV(B)224.47º60.71%54.9%-
XYZ8.968.0125.89-
YUV77.6163.21111.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.22%
GREEN value IS 77 (30.47% from 255) = 28.31%
BLUE value IS 140 (55.08% from 255) = 51.47%
R=20.22%
G=28.31%
B=51.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55771400.610.4500.45224.4743.5938.24
Hex374D8C3D2D02De02c26
Octal6711521475550553405446
Binary110111100110110001100111101101101010110111100000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,77,140); }

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

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

 a { background-color: rgb(55,77,140); }

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

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

 span { border-color: rgb(55,77,140); }

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