#37568E

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

Shades of Tory Blue #37568E

Tints of Tory Blue #37568E

Color information

#37568E (or 0x37568E) is unknown color: approx Tory Blue. HEX triplet: 37, 56 and 8E. RGB value is (55,86,142). Sum of RGB (Red+Green+Blue) = 55+86+142=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #37568E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37568E is #C8A971. Grayscale: #525252. Windows color (decimal): -13150578 or 9328183. OLE color: 9328183.

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

Color convert

RGB5586142-
CMYK0.610.3900.44
HSL218.62º44.16%38.63%-
HSV(B)218.62º61.27%55.69%-
XYZ9.799.4226.89-
YUV83.12161.23107.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.43%
GREEN value IS 86 (33.98% from 255) = 30.39%
BLUE value IS 142 (55.86% from 255) = 50.18%
R=19.43%
G=30.39%
B=50.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55861420.610.3900.44218.6244.1638.63
Hex37568E3D2702Cdb2c27
Octal6712621675470543335447
Binary110111101011010001110111101100111010110011011011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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