#44508B

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

Shades of Tory Blue #44508B

Tints of Tory Blue #44508B

Color information

#44508B (or 0x44508B) is unknown color: approx Tory Blue. HEX triplet: 44, 50 and 8B. RGB value is (68,80,139). Sum of RGB (Red+Green+Blue) = 68+80+139=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #44508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44508B is #BBAF74. Grayscale: #525252. Windows color (decimal): -12300149 or 9130052. OLE color: 9130052.

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

Color convert

RGB6880139-
CMYK0.510.4200.45
HSL229.86º34.3%40.59%-
HSV(B)229.86º51.08%54.51%-
XYZ9.918.8325.61-
YUV83.14159.52117.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.69%
GREEN value IS 80 (31.64% from 255) = 27.87%
BLUE value IS 139 (54.69% from 255) = 48.43%
R=23.69%
G=27.87%
B=48.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68801390.510.4200.45229.8634.340.59
Hex44508B332A02De62229
Octal10412021363520553464251
Binary1000100101000010001011110011101010010110111100110100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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