#374F92

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

Shades of Tory Blue #374F92

Tints of Tory Blue #374F92

Color information

#374F92 (or 0x374F92) is unknown color: approx Tory Blue. HEX triplet: 37, 4F and 92. RGB value is (55,79,146). Sum of RGB (Red+Green+Blue) = 55+79+146=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #374F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374F92 is #C8B06D. Grayscale: #4F4F4F. Windows color (decimal): -13152366 or 9588535. OLE color: 9588535.

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

Color convert

RGB5579146-
CMYK0.620.4600.43
HSL224.18º45.27%39.41%-
HSV(B)224.18º62.33%57.25%-
XYZ9.568.4828.33-
YUV79.46165.55110.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.64%
GREEN value IS 79 (31.25% from 255) = 28.21%
BLUE value IS 146 (57.42% from 255) = 52.14%
R=19.64%
G=28.21%
B=52.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55791460.620.4600.43224.1845.2739.41
Hex374F923E2E02Be02d27
Octal6711722276560533405547
Binary110111100111110010010111110101110010101111100000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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