#374983

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

Shades of Tory Blue #374983

Tints of Tory Blue #374983

Color information

#374983 (or 0x374983) is unknown color: approx Tory Blue. HEX triplet: 37, 49 and 83. RGB value is (55,73,131). Sum of RGB (Red+Green+Blue) = 55+73+131=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 131 (51.56% from 255 or 50.58% from 259); Max value from RGB is 131 - color contains mainly: blue. Hex color #374983 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374983 is #C8B67C. Grayscale: #494949. Windows color (decimal): -13153917 or 8603959. OLE color: 8603959.

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

Color convert

RGB5573131-
CMYK0.580.4400.49
HSL225.79º40.86%36.47%-
HSV(B)225.79º58.02%51.37%-
XYZ8.057.2222.44-
YUV74.23160.04114.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.24%
GREEN value IS 73 (28.91% from 255) = 28.19%
BLUE value IS 131 (51.56% from 255) = 50.58%
R=21.24%
G=28.19%
B=50.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55731310.580.4400.49225.7940.8636.47
Hex3749833A2C031e22924
Octal6711120372540613425144
Binary110111100100110000011111010101100011000111100010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374983; }

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

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

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

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

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

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

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

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