#374486

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

Shades of Tory Blue #374486

Tints of Tory Blue #374486

Color information

#374486 (or 0x374486) is unknown color: approx Tory Blue. HEX triplet: 37, 44 and 86. RGB value is (55,68,134). Sum of RGB (Red+Green+Blue) = 55+68+134=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #374486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374486 is #C8BB79. Grayscale: #474747. Windows color (decimal): -13155194 or 8799287. OLE color: 8799287.

HSL color Cylindrical-coordinate representation of color #374486: hue angle of 230.13º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #374486 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5568134-
CMYK0.590.4900.47
HSL230.13º41.8%37.06%-
HSV(B)230.13º58.96%52.55%-
XYZ7.956.6723.42-
YUV71.64163.19116.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.40%
GREEN value IS 68 (26.95% from 255) = 26.46%
BLUE value IS 134 (52.73% from 255) = 52.14%
R=21.40%
G=26.46%
B=52.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55681340.590.4900.47230.1341.837.06
Hex3744863B3102Fe62a25
Octal6710420673610573465245
Binary110111100010010000110111011110001010111111100110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374486; }

 p { color: rgb(55,68,134); }

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

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

 a { background-color: rgb(55,68,134); }

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

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

 span { border-color: rgb(55,68,134); }

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