#37519D

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

Shades of Tory Blue #37519D

Tints of Tory Blue #37519D

Color information

#37519D (or 0x37519D) is unknown color: approx Tory Blue. HEX triplet: 37, 51 and 9D. RGB value is (55,81,157). Sum of RGB (Red+Green+Blue) = 55+81+157=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #37519D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37519D is #C8AE62. Grayscale: #515151. Windows color (decimal): -13151843 or 10309943. OLE color: 10309943.

HSL color Cylindrical-coordinate representation of color #37519D: hue angle of 224.71º 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 #37519D is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5581157-
CMYK0.650.4800.38
HSL224.71º48.11%41.57%-
HSV(B)224.71º64.97%61.57%-
XYZ10.69.1333.1-
YUV81.89170.39108.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.77%
GREEN value IS 81 (32.03% from 255) = 27.65%
BLUE value IS 157 (61.72% from 255) = 53.58%
R=18.77%
G=27.65%
B=53.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55811570.650.4800.38224.7148.1141.57
Hex37519D4130026e1302a
Octal67121235101600463416052
Binary1101111010001100111011000001110000010011011100001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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