#37499D

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

Shades of Tory Blue #37499D

Tints of Tory Blue #37499D

Color information

#37499D (or 0x37499D) is unknown color: approx Tory Blue. HEX triplet: 37, 49 and 9D. RGB value is (55,73,157). Sum of RGB (Red+Green+Blue) = 55+73+157=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #37499D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37499D is #C8B662. Grayscale: #4C4C4C. Windows color (decimal): -13153891 or 10307895. OLE color: 10307895.

HSL color Cylindrical-coordinate representation of color #37499D: hue angle of 229.41º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37499D is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5573157-
CMYK0.650.5400.38
HSL229.41º48.11%41.57%-
HSV(B)229.41º64.97%61.57%-
XYZ10.048.0132.92-
YUV77.19173.04112.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.30%
GREEN value IS 73 (28.91% from 255) = 25.61%
BLUE value IS 157 (61.72% from 255) = 55.09%
R=19.30%
G=25.61%
B=55.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55731570.650.5400.38229.4148.1141.57
Hex37499D4136026e5302a
Octal67111235101660463456052
Binary1101111001001100111011000001110110010011011100101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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