#37497F

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

Shades of Tory Blue #37497F

Tints of Tory Blue #37497F

Color information

#37497F (or 0x37497F) is unknown color: approx Tory Blue. HEX triplet: 37, 49 and 7F. RGB value is (55,73,127). Sum of RGB (Red+Green+Blue) = 55+73+127=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #37497F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37497F is #C8B680. Grayscale: #494949. Windows color (decimal): -13153921 or 8341815. OLE color: 8341815.

HSL color Cylindrical-coordinate representation of color #37497F: hue angle of 225º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37497F is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5573127-
CMYK0.570.4300.50
HSL225º39.56%35.69%-
HSV(B)225º56.69%49.8%-
XYZ7.797.1121.04-
YUV73.77158.04114.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.57%
GREEN value IS 73 (28.91% from 255) = 28.63%
BLUE value IS 127 (50% from 255) = 49.80%
R=21.57%
G=28.63%
B=49.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55731270.570.4300.5022539.5635.69
Hex37497F392B032e12824
Octal6711117771530623415044
Binary11011110010011111111111001101011011001011100001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37497F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37497F; }

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

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

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

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

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

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

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

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