#445089

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

Shades of Tory Blue #445089

Tints of Tory Blue #445089

Color information

#445089 (or 0x445089) is unknown color: approx Tory Blue. HEX triplet: 44, 50 and 89. RGB value is (68,80,137). Sum of RGB (Red+Green+Blue) = 68+80+137=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #445089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445089 is #BBAF76. Grayscale: #525252. Windows color (decimal): -12300151 or 8998980. OLE color: 8998980.

HSL color Cylindrical-coordinate representation of color #445089: hue angle of 229.57º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #445089 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6880137-
CMYK0.500.4200.46
HSL229.57º33.66%40.2%-
HSV(B)229.57º50.36%53.73%-
XYZ9.778.7724.85-
YUV82.91158.52117.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.86%
GREEN value IS 80 (31.64% from 255) = 28.07%
BLUE value IS 137 (53.91% from 255) = 48.07%
R=23.86%
G=28.07%
B=48.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68801370.500.4200.46229.5733.6640.2
Hex445089322A02Ee62228
Octal10412021162520563464250
Binary1000100101000010001001110010101010010111011100110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445089; }

 p { color: rgb(68,80,137); }

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

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

 a { background-color: rgb(68,80,137); }

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

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

 span { border-color: rgb(68,80,137); }

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