#40588D

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

Shades of Tory Blue #40588D

Tints of Tory Blue #40588D

Color information

#40588D (or 0x40588D) is unknown color: approx Tory Blue. HEX triplet: 40, 58 and 8D. RGB value is (64,88,141). Sum of RGB (Red+Green+Blue) = 64+88+141=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #40588D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40588D is #BFA772. Grayscale: #565656. Windows color (decimal): -12560243 or 9263168. OLE color: 9263168.

HSL color Cylindrical-coordinate representation of color #40588D: hue angle of 221.3º 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 #40588D is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6488141-
CMYK0.550.3800.45
HSL221.3º37.56%40.2%-
HSV(B)221.3º54.61%55.29%-
XYZ10.419.9926.58-
YUV86.87158.55111.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.84%
GREEN value IS 88 (34.77% from 255) = 30.03%
BLUE value IS 141 (55.47% from 255) = 48.12%
R=21.84%
G=30.03%
B=48.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64881410.550.3800.45221.337.5640.2
Hex40588D372602Ddd2628
Octal10013021567460553354650
Binary1000000101100010001101110111100110010110111011101100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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