#37498E

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

Shades of Tory Blue #37498E

Tints of Tory Blue #37498E

Color information

#37498E (or 0x37498E) is unknown color: approx Tory Blue. HEX triplet: 37, 49 and 8E. RGB value is (55,73,142). Sum of RGB (Red+Green+Blue) = 55+73+142=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #37498E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37498E is #C8B671. Grayscale: #4B4B4B. Windows color (decimal): -13153906 or 9324855. OLE color: 9324855.

HSL color Cylindrical-coordinate representation of color #37498E: hue angle of 227.59º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37498E is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5573142-
CMYK0.610.4900.44
HSL227.59º44.16%38.63%-
HSV(B)227.59º61.27%55.69%-
XYZ8.847.5326.58-
YUV75.48165.54113.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.37%
GREEN value IS 73 (28.91% from 255) = 27.04%
BLUE value IS 142 (55.86% from 255) = 52.59%
R=20.37%
G=27.04%
B=52.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55731420.610.4900.44227.5944.1638.63
Hex37498E3D3102Ce42c27
Octal6711121675610543445447
Binary110111100100110001110111101110001010110011100100101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37498E; }

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

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

<style>
 a { background-color: #37498E; }

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

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

<style>
 span { border-color: #37498E; }

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

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