#40568A

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

Shades of Tory Blue #40568A

Tints of Tory Blue #40568A

Color information

#40568A (or 0x40568A) is unknown color: approx Tory Blue. HEX triplet: 40, 56 and 8A. RGB value is (64,86,138). Sum of RGB (Red+Green+Blue) = 64+86+138=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #40568A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40568A is #BFA975. Grayscale: #555555. Windows color (decimal): -12560758 or 9066048. OLE color: 9066048.

HSL color Cylindrical-coordinate representation of color #40568A: hue angle of 222.16º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40568A is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6486138-
CMYK0.540.3800.46
HSL222.16º36.63%39.61%-
HSV(B)222.16º53.62%54.12%-
XYZ10.039.5825.37-
YUV85.35157.71112.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.22%
GREEN value IS 86 (33.98% from 255) = 29.86%
BLUE value IS 138 (54.30% from 255) = 47.92%
R=22.22%
G=29.86%
B=47.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64861380.540.3800.46222.1636.6339.61
Hex40568A362602Ede2528
Octal10012621266460563364550
Binary1000000101011010001010110110100110010111011011110100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40568A; }

 p { color: rgb(64,86,138); }

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

<style>
 a { background-color: #40568A; }

 a { background-color: rgb(64,86,138); }

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

<style>
 span { border-color: #40568A; }

 span { border-color: rgb(64,86,138); }

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