#445887

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

Shades of Tory Blue #445887

Tints of Tory Blue #445887

Color information

#445887 (or 0x445887) is unknown color: approx Tory Blue. HEX triplet: 44, 58 and 87. RGB value is (68,88,135). Sum of RGB (Red+Green+Blue) = 68+88+135=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 135 - color contains mainly: blue. Hex color #445887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445887 is #BBA778. Grayscale: #575757. Windows color (decimal): -12298105 or 8869956. OLE color: 8869956.

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

Color convert

RGB6888135-
CMYK0.500.3500.47
HSL222.09º33%39.8%-
HSV(B)222.09º49.63%52.94%-
XYZ10.259.9624.3-
YUV87.38154.87114.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.37%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 135 (53.12% from 255) = 46.39%
R=23.37%
G=30.24%
B=46.39%

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
Decimal68881350.500.3500.47222.093339.8
Hex445887322302Fde2128
Octal10413020762430573364150
Binary1000100101100010000111110010100011010111111011110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445887; }

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

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

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

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

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

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

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

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