#37518E

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

Shades of Tory Blue #37518E

Tints of Tory Blue #37518E

Color information

#37518E (or 0x37518E) is unknown color: approx Tory Blue. HEX triplet: 37, 51 and 8E. RGB value is (55,81,142). Sum of RGB (Red+Green+Blue) = 55+81+142=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 142 (55.86% from 255 or 51.08% from 278); Max value from RGB is 142 - color contains mainly: blue. Hex color #37518E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37518E is #C8AE71. Grayscale: #4F4F4F. Windows color (decimal): -13151858 or 9326903. OLE color: 9326903.

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

Color convert

RGB5581142-
CMYK0.610.4300.44
HSL222.07º44.16%38.63%-
HSV(B)222.07º61.27%55.69%-
XYZ9.48.6526.77-
YUV80.18162.89110.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.78%
GREEN value IS 81 (32.03% from 255) = 29.14%
BLUE value IS 142 (55.86% from 255) = 51.08%
R=19.78%
G=29.14%
B=51.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55811420.610.4300.44222.0744.1638.63
Hex37518E3D2B02Cde2c27
Octal6712121675530543365447
Binary110111101000110001110111101101011010110011011110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37518E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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