#37548C

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

Shades of Tory Blue #37548C

Tints of Tory Blue #37548C

Color information

#37548C (or 0x37548C) is unknown color: approx Tory Blue. HEX triplet: 37, 54 and 8C. RGB value is (55,84,140). Sum of RGB (Red+Green+Blue) = 55+84+140=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #37548C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37548C is #C8AB73. Grayscale: #515151. Windows color (decimal): -13151092 or 9196599. OLE color: 9196599.

HSL color Cylindrical-coordinate representation of color #37548C: hue angle of 219.53º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37548C is Cyan = 0.61, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5584140-
CMYK0.610.400.45
HSL219.53º43.59%38.24%-
HSV(B)219.53º60.71%54.9%-
XYZ9.489.0526.06-
YUV81.71160.89108.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.71%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 140 (55.08% from 255) = 50.18%
R=19.71%
G=30.11%
B=50.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55841400.610.400.45219.5343.5938.24
Hex37548C3D2802Ddc2c26
Octal6712421475500553345446
Binary110111101010010001100111101101000010110111011100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37548C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37548C; }

 p { color: rgb(55,84,140); }

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

<style>
 a { background-color: #37548C; }

 a { background-color: rgb(55,84,140); }

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

<style>
 span { border-color: #37548C; }

 span { border-color: rgb(55,84,140); }

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