#37508E

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

Shades of Tory Blue #37508E

Tints of Tory Blue #37508E

Color information

#37508E (or 0x37508E) is unknown color: approx Tory Blue. HEX triplet: 37, 50 and 8E. RGB value is (55,80,142). Sum of RGB (Red+Green+Blue) = 55+80+142=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #37508E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37508E is #C8AF71. Grayscale: #4F4F4F. Windows color (decimal): -13152114 or 9326647. OLE color: 9326647.

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

Color convert

RGB5580142-
CMYK0.610.4400.44
HSL222.76º44.16%38.63%-
HSV(B)222.76º61.27%55.69%-
XYZ9.338.526.74-
YUV79.59163.22110.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.86%
GREEN value IS 80 (31.64% from 255) = 28.88%
BLUE value IS 142 (55.86% from 255) = 51.26%
R=19.86%
G=28.88%
B=51.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55801420.610.4400.44222.7644.1638.63
Hex37508E3D2C02Cdf2c27
Octal6712021675540543375447
Binary110111101000010001110111101101100010110011011111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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