#374980

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

Shades of Tory Blue #374980

Tints of Tory Blue #374980

Color information

#374980 (or 0x374980) is unknown color: approx Tory Blue. HEX triplet: 37, 49 and 80. RGB value is (55,73,128). Sum of RGB (Red+Green+Blue) = 55+73+128=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #374980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374980 is #C8B67F. Grayscale: #494949. Windows color (decimal): -13153920 or 8407351. OLE color: 8407351.

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

Color convert

RGB5573128-
CMYK0.570.4300.50
HSL225.21º39.89%35.88%-
HSV(B)225.21º57.03%50.2%-
XYZ7.857.1421.39-
YUV73.89158.54114.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.48%
GREEN value IS 73 (28.91% from 255) = 28.52%
BLUE value IS 128 (50.39% from 255) = 50%
R=21.48%
G=28.52%
B=50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55731280.570.4300.50225.2139.8935.88
Hex374980392B032e12824
Octal6711120071530623415044
Binary110111100100110000000111001101011011001011100001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374980; }

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

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

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

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

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

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

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

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