#37499A

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

Shades of Tory Blue #37499A

Tints of Tory Blue #37499A

Color information

#37499A (or 0x37499A) is unknown color: approx Tory Blue. HEX triplet: 37, 49 and 9A. RGB value is (55,73,154). Sum of RGB (Red+Green+Blue) = 55+73+154=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 154 (60.55% from 255 or 54.61% from 282); Max value from RGB is 154 - color contains mainly: blue. Hex color #37499A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37499A is #C8B665. Grayscale: #4C4C4C. Windows color (decimal): -13153894 or 10111287. OLE color: 10111287.

HSL color Cylindrical-coordinate representation of color #37499A: hue angle of 229.09º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #37499A is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5573154-
CMYK0.640.5300.40
HSL229.09º47.37%40.98%-
HSV(B)229.09º64.29%60.39%-
XYZ9.797.9131.58-
YUV76.85171.54112.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.50%
GREEN value IS 73 (28.91% from 255) = 25.89%
BLUE value IS 154 (60.55% from 255) = 54.61%
R=19.50%
G=25.89%
B=54.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal55731540.640.5300.40229.0947.3740.98
Hex37499A4035028e52f29
Octal67111232100650503455751
Binary1101111001001100110101000000110101010100011100101101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37499A; }

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

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

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

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

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

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

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

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