#374981

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

Shades of Tory Blue #374981

Tints of Tory Blue #374981

Color information

#374981 (or 0x374981) is unknown color: approx Tory Blue. HEX triplet: 37, 49 and 81. RGB value is (55,73,129). Sum of RGB (Red+Green+Blue) = 55+73+129=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 129 (50.78% from 255 or 50.19% from 257); Max value from RGB is 129 - color contains mainly: blue. Hex color #374981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374981 is #C8B67E. Grayscale: #494949. Windows color (decimal): -13153919 or 8472887. OLE color: 8472887.

HSL color Cylindrical-coordinate representation of color #374981: hue angle of 225.41º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #374981 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5573129-
CMYK0.570.4300.49
HSL225.41º40.22%36.08%-
HSV(B)225.41º57.36%50.59%-
XYZ7.927.1621.73-
YUV74159.04114.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.40%
GREEN value IS 73 (28.91% from 255) = 28.40%
BLUE value IS 129 (50.78% from 255) = 50.19%
R=21.40%
G=28.40%
B=50.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55731290.570.4300.49225.4140.2236.08
Hex374981392B031e12824
Octal6711120171530613415044
Binary110111100100110000001111001101011011000111100001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374981; }

 p { color: rgb(55,73,129); }

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

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

 a { background-color: rgb(55,73,129); }

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

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

 span { border-color: rgb(55,73,129); }

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