#445584

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

Shades of Tory Blue #445584

Tints of Tory Blue #445584

Color information

#445584 (or 0x445584) is unknown color: approx Tory Blue. HEX triplet: 44, 55 and 84. RGB value is (68,85,132). Sum of RGB (Red+Green+Blue) = 68+85+132=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #445584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445584 is #BBAA7B. Grayscale: #555555. Windows color (decimal): -12298876 or 8672580. OLE color: 8672580.

HSL color Cylindrical-coordinate representation of color #445584: hue angle of 224.06º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #445584 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6885132-
CMYK0.480.3600.48
HSL224.06º32%39.22%-
HSV(B)224.06º48.48%51.76%-
XYZ9.89.3923.13-
YUV85.28154.37115.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.86%
GREEN value IS 85 (33.59% from 255) = 29.82%
BLUE value IS 132 (51.95% from 255) = 46.32%
R=23.86%
G=29.82%
B=46.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68851320.480.3600.48224.063239.22
Hex4455843024030e02027
Octal10412520460440603404047
Binary1000100101010110000100110000100100011000011100000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445584; }

 p { color: rgb(68,85,132); }

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

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

 a { background-color: rgb(68,85,132); }

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

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

 span { border-color: rgb(68,85,132); }

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