#445988

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

Shades of Tory Blue #445988

Tints of Tory Blue #445988

Color information

#445988 (or 0x445988) is unknown color: approx Tory Blue. HEX triplet: 44, 59 and 88. RGB value is (68,89,136). Sum of RGB (Red+Green+Blue) = 68+89+136=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 136 - color contains mainly: blue. Hex color #445988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445988 is #BBA677. Grayscale: #575757. Windows color (decimal): -12297848 or 8935748. OLE color: 8935748.

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

Color convert

RGB6889136-
CMYK0.500.3500.47
HSL221.47º33.33%40%-
HSV(B)221.47º50%53.33%-
XYZ10.410.1524.7-
YUV88.08155.04113.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.21%
GREEN value IS 89 (35.16% from 255) = 30.38%
BLUE value IS 136 (53.52% from 255) = 46.42%
R=23.21%
G=30.38%
B=46.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68891360.500.3500.47221.4733.3340
Hex445988322302Fdd2128
Octal10413121062430573354150
Binary1000100101100110001000110010100011010111111011101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445988; }

 p { color: rgb(68,89,136); }

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

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

 a { background-color: rgb(68,89,136); }

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

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

 span { border-color: rgb(68,89,136); }

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