#445687

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

Shades of Tory Blue #445687

Tints of Tory Blue #445687

Color information

#445687 (or 0x445687) is unknown color: approx Tory Blue. HEX triplet: 44, 56 and 87. RGB value is (68,86,135). Sum of RGB (Red+Green+Blue) = 68+86+135=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 135 (53.12% from 255 or 46.71% from 289); Max value from RGB is 135 - color contains mainly: blue. Hex color #445687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445687 is #BBA978. Grayscale: #555555. Windows color (decimal): -12298617 or 8869444. OLE color: 8869444.

HSL color Cylindrical-coordinate representation of color #445687: hue angle of 223.88º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #445687 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6886135-
CMYK0.500.3600.47
HSL223.88º33%39.8%-
HSV(B)223.88º49.63%52.94%-
XYZ10.089.6324.25-
YUV86.2155.54115.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.53%
GREEN value IS 86 (33.98% from 255) = 29.76%
BLUE value IS 135 (53.12% from 255) = 46.71%
R=23.53%
G=29.76%
B=46.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68861350.500.3600.47223.883339.8
Hex445687322402Fe02128
Octal10412620762440573404150
Binary1000100101011010000111110010100100010111111100000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445687; }

 p { color: rgb(68,86,135); }

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

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

 a { background-color: rgb(68,86,135); }

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

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

 span { border-color: rgb(68,86,135); }

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