#374D92

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

Shades of Tory Blue #374D92

Tints of Tory Blue #374D92

Color information

#374D92 (or 0x374D92) is unknown color: approx Tory Blue. HEX triplet: 37, 4D and 92. RGB value is (55,77,146). Sum of RGB (Red+Green+Blue) = 55+77+146=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #374D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374D92 is #C8B26D. Grayscale: #4D4D4D. Windows color (decimal): -13152878 or 9588023. OLE color: 9588023.

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

Color convert

RGB5577146-
CMYK0.620.4700.43
HSL225.49º45.27%39.41%-
HSV(B)225.49º62.33%57.25%-
XYZ9.428.228.28-
YUV78.29166.21111.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.78%
GREEN value IS 77 (30.47% from 255) = 27.70%
BLUE value IS 146 (57.42% from 255) = 52.52%
R=19.78%
G=27.70%
B=52.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55771460.620.4700.43225.4945.2739.41
Hex374D923E2F02Be12d27
Octal6711522276570533415547
Binary110111100110110010010111110101111010101111100001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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