#445387

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

Shades of Tory Blue #445387

Tints of Tory Blue #445387

Color information

#445387 (or 0x445387) is unknown color: approx Tory Blue. HEX triplet: 44, 53 and 87. RGB value is (68,83,135). Sum of RGB (Red+Green+Blue) = 68+83+135=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: blue. Hex color #445387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445387 is #BBAC78. Grayscale: #545454. Windows color (decimal): -12299385 or 8868676. OLE color: 8868676.

HSL color Cylindrical-coordinate representation of color #445387: hue angle of 226.57º 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 #445387 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6883135-
CMYK0.500.3900.47
HSL226.57º33%39.8%-
HSV(B)226.57º49.63%52.94%-
XYZ9.859.1624.17-
YUV84.44156.53116.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.78%
GREEN value IS 83 (32.81% from 255) = 29.02%
BLUE value IS 135 (53.12% from 255) = 47.20%
R=23.78%
G=29.02%
B=47.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68831350.500.3900.47226.573339.8
Hex445387322702Fe32128
Octal10412320762470573434150
Binary1000100101001110000111110010100111010111111100011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445387; }

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

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

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

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

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

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

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

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