#44568d

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

Shades of Tory Blue #44568D

Tints of Tory Blue #44568D

Color information

#44568D (or 0x44568D) is unknown color: approx Tory Blue. HEX triplet: 44, 56 and 8D. RGB value is (68,86,141). Sum of RGB (Red+Green+Blue) = 68+86+141=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #44568D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44568D is #BBA972. Grayscale: #565656. Windows color (decimal): -12298611 or 9262660. OLE color: 9262660.

HSL color Cylindrical-coordinate representation of color #44568D: hue angle of 225.21º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #44568D is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6886141-
CMYK0.520.3900.45
HSL225.21º34.93%40.98%-
HSV(B)225.21º51.77%55.29%-
XYZ10.529.8126.54-
YUV86.89158.54114.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.05%
GREEN value IS 86 (33.98% from 255) = 29.15%
BLUE value IS 141 (55.47% from 255) = 47.80%
R=23.05%
G=29.15%
B=47.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68861410.520.3900.45225.2134.9340.98
Hex44568D342702De12329
Octal10412621564470553414351
Binary1000100101011010001101110100100111010110111100001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44568d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44568d; }

 p { color: rgb(68,86,141); }

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

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

 a { background-color: rgb(68,86,141); }

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

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

 span { border-color: rgb(68,86,141); }

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