#40568D

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

Shades of Tory Blue #40568D

Tints of Tory Blue #40568D

Color information

#40568D (or 0x40568D) is unknown color: approx Tory Blue. HEX triplet: 40, 56 and 8D. RGB value is (64,86,141). Sum of RGB (Red+Green+Blue) = 64+86+141=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #40568D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40568D is #BFA972. Grayscale: #555555. Windows color (decimal): -12560755 or 9262656. OLE color: 9262656.

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

Color convert

RGB6486141-
CMYK0.550.3900.45
HSL222.86º37.56%40.2%-
HSV(B)222.86º54.61%55.29%-
XYZ10.259.6726.53-
YUV85.69159.21112.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.99%
GREEN value IS 86 (33.98% from 255) = 29.55%
BLUE value IS 141 (55.47% from 255) = 48.45%
R=21.99%
G=29.55%
B=48.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64861410.550.3900.45222.8637.5640.2
Hex40568D372702Ddf2628
Octal10012621567470553374650
Binary1000000101011010001101110111100111010110111011111100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40568D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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