#44588B

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

Shades of Tory Blue #44588B

Tints of Tory Blue #44588B

Color information

#44588B (or 0x44588B) is unknown color: approx Tory Blue. HEX triplet: 44, 58 and 8B. RGB value is (68,88,139). Sum of RGB (Red+Green+Blue) = 68+88+139=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #44588B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44588B is #BBA774. Grayscale: #575757. Windows color (decimal): -12298101 or 9132100. OLE color: 9132100.

HSL color Cylindrical-coordinate representation of color #44588B: hue angle of 223.1º 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 #44588B is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6888139-
CMYK0.510.3700.45
HSL223.1º34.3%40.59%-
HSV(B)223.1º51.08%54.51%-
XYZ10.5310.0725.82-
YUV87.83156.87113.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.05%
GREEN value IS 88 (34.77% from 255) = 29.83%
BLUE value IS 139 (54.69% from 255) = 47.12%
R=23.05%
G=29.83%
B=47.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68881390.510.3700.45223.134.340.59
Hex44588B332502Ddf2229
Octal10413021363450553374251
Binary1000100101100010001011110011100101010110111011111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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