#37499B

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

Shades of Tory Blue #37499B

Tints of Tory Blue #37499B

Color information

#37499B (or 0x37499B) is unknown color: approx Tory Blue. HEX triplet: 37, 49 and 9B. RGB value is (55,73,155). Sum of RGB (Red+Green+Blue) = 55+73+155=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #37499B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37499B is #C8B664. Grayscale: #4C4C4C. Windows color (decimal): -13153893 or 10176823. OLE color: 10176823.

HSL color Cylindrical-coordinate representation of color #37499B: hue angle of 229.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37499B is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5573155-
CMYK0.650.5300.39
HSL229.2º47.62%41.18%-
HSV(B)229.2º64.52%60.78%-
XYZ9.877.9432.02-
YUV76.97172.04112.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.43%
GREEN value IS 73 (28.91% from 255) = 25.80%
BLUE value IS 155 (60.94% from 255) = 54.77%
R=19.43%
G=25.80%
B=54.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal55731550.650.5300.39229.247.6241.18
Hex37499B4135027e53029
Octal67111233101650473456051
Binary1101111001001100110111000001110101010011111100101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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