#37558E

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

Shades of Tory Blue #37558E

Tints of Tory Blue #37558E

Color information

#37558E (or 0x37558E) is unknown color: approx Tory Blue. HEX triplet: 37, 55 and 8E. RGB value is (55,85,142). Sum of RGB (Red+Green+Blue) = 55+85+142=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 142 (55.86% from 255 or 50.35% from 282); Max value from RGB is 142 - color contains mainly: blue. Hex color #37558E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37558E is #C8AA71. Grayscale: #525252. Windows color (decimal): -13150834 or 9327927. OLE color: 9327927.

HSL color Cylindrical-coordinate representation of color #37558E: hue angle of 219.31º 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 #37558E is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5585142-
CMYK0.610.4000.44
HSL219.31º44.16%38.63%-
HSV(B)219.31º61.27%55.69%-
XYZ9.719.2626.87-
YUV82.53161.56108.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.50%
GREEN value IS 85 (33.59% from 255) = 30.14%
BLUE value IS 142 (55.86% from 255) = 50.35%
R=19.50%
G=30.14%
B=50.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55851420.610.4000.44219.3144.1638.63
Hex37558E3D2802Cdb2c27
Octal6712521675500543335447
Binary110111101010110001110111101101000010110011011011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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