#37558B

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

Shades of Tory Blue #37558B

Tints of Tory Blue #37558B

Color information

#37558B (or 0x37558B) is unknown color: approx Tory Blue. HEX triplet: 37, 55 and 8B. RGB value is (55,85,139). Sum of RGB (Red+Green+Blue) = 55+85+139=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #37558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37558B is #C8AA74. Grayscale: #515151. Windows color (decimal): -13150837 or 9131319. OLE color: 9131319.

HSL color Cylindrical-coordinate representation of color #37558B: hue angle of 218.57º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37558B is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5585139-
CMYK0.600.3900.45
HSL218.57º43.3%38.04%-
HSV(B)218.57º60.43%54.51%-
XYZ9.489.1725.7-
YUV82.19160.06108.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.71%
GREEN value IS 85 (33.59% from 255) = 30.47%
BLUE value IS 139 (54.69% from 255) = 49.82%
R=19.71%
G=30.47%
B=49.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55851390.600.3900.45218.5743.338.04
Hex37558B3C2702Ddb2b26
Octal6712521374470553335346
Binary110111101010110001011111100100111010110111011011101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,85,139); }

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

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

 a { background-color: rgb(55,85,139); }

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

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

 span { border-color: rgb(55,85,139); }

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