#44598B

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

Shades of Tory Blue #44598B

Tints of Tory Blue #44598B

Color information

#44598B (or 0x44598B) is unknown color: approx Tory Blue. HEX triplet: 44, 59 and 8B. RGB value is (68,89,139). Sum of RGB (Red+Green+Blue) = 68+89+139=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #44598B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44598B is #BBA674. Grayscale: #585858. Windows color (decimal): -12297845 or 9132356. OLE color: 9132356.

HSL color Cylindrical-coordinate representation of color #44598B: hue angle of 222.25º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44598B is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6889139-
CMYK0.510.3600.45
HSL222.25º34.3%40.59%-
HSV(B)222.25º51.08%54.51%-
XYZ10.6210.2425.84-
YUV88.42156.54113.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.97%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 139 (54.69% from 255) = 46.96%
R=22.97%
G=30.07%
B=46.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68891390.510.3600.45222.2534.340.59
Hex44598B332402Dde2229
Octal10413121363440553364251
Binary1000100101100110001011110011100100010110111011110100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44598B; }

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

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

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

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

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

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

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

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