#374783

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

Shades of Tory Blue #374783

Tints of Tory Blue #374783

Color information

#374783 (or 0x374783) is unknown color: approx Tory Blue. HEX triplet: 37, 47 and 83. RGB value is (55,71,131). Sum of RGB (Red+Green+Blue) = 55+71+131=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 131 (51.56% from 255 or 50.97% from 257); Max value from RGB is 131 - color contains mainly: blue. Hex color #374783 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374783 is #C8B87C. Grayscale: #484848. Windows color (decimal): -13154429 or 8603447. OLE color: 8603447.

HSL color Cylindrical-coordinate representation of color #374783: hue angle of 227.37º 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 #374783 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5571131-
CMYK0.580.4600.49
HSL227.37º40.86%36.47%-
HSV(B)227.37º58.02%51.37%-
XYZ7.936.9622.4-
YUV73.06160.7115.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.40%
GREEN value IS 71 (28.12% from 255) = 27.63%
BLUE value IS 131 (51.56% from 255) = 50.97%
R=21.40%
G=27.63%
B=50.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55711310.580.4600.49227.3740.8636.47
Hex3747833A2E031e32924
Octal6710720372560613435144
Binary110111100011110000011111010101110011000111100011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374783; }

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

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

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

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

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

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

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

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