#374984

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

Shades of Tory Blue #374984

Tints of Tory Blue #374984

Color information

#374984 (or 0x374984) is unknown color: approx Tory Blue. HEX triplet: 37, 49 and 84. RGB value is (55,73,132). Sum of RGB (Red+Green+Blue) = 55+73+132=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #374984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374984 is #C8B67B. Grayscale: #4A4A4A. Windows color (decimal): -13153916 or 8669495. OLE color: 8669495.

HSL color Cylindrical-coordinate representation of color #374984: hue angle of 225.97º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #374984 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5573132-
CMYK0.580.4500.48
HSL225.97º41.18%36.67%-
HSV(B)225.97º58.33%51.76%-
XYZ8.127.2422.8-
YUV74.34160.54114.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.15%
GREEN value IS 73 (28.91% from 255) = 28.08%
BLUE value IS 132 (51.95% from 255) = 50.77%
R=21.15%
G=28.08%
B=50.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55731320.580.4500.48225.9741.1836.67
Hex3749843A2D030e22925
Octal6711120472550603425145
Binary110111100100110000100111010101101011000011100010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374984; }

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

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

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

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

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

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

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

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