#44528B

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

Shades of Tory Blue #44528B

Tints of Tory Blue #44528B

Color information

#44528B (or 0x44528B) is unknown color: approx Tory Blue. HEX triplet: 44, 52 and 8B. RGB value is (68,82,139). Sum of RGB (Red+Green+Blue) = 68+82+139=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #44528B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44528B is #BBAD74. Grayscale: #545454. Windows color (decimal): -12299637 or 9130564. OLE color: 9130564.

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

Color convert

RGB6882139-
CMYK0.510.4100.45
HSL228.17º34.3%40.59%-
HSV(B)228.17º51.08%54.51%-
XYZ10.069.1325.66-
YUV84.31158.86116.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.53%
GREEN value IS 82 (32.42% from 255) = 28.37%
BLUE value IS 139 (54.69% from 255) = 48.10%
R=23.53%
G=28.37%
B=48.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68821390.510.4100.45228.1734.340.59
Hex44528B332902De42229
Octal10412221363510553444251
Binary1000100101001010001011110011101001010110111100100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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