#40558D

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

Shades of Tory Blue #40558D

Tints of Tory Blue #40558D

Color information

#40558D (or 0x40558D) is unknown color: approx Tory Blue. HEX triplet: 40, 55 and 8D. RGB value is (64,85,141). Sum of RGB (Red+Green+Blue) = 64+85+141=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #40558D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40558D is #BFAA72. Grayscale: #545454. Windows color (decimal): -12561011 or 9262400. OLE color: 9262400.

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

Color convert

RGB6485141-
CMYK0.550.4000.45
HSL223.64º37.56%40.2%-
HSV(B)223.64º54.61%55.29%-
XYZ10.179.5126.5-
YUV85.1159.54112.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.07%
GREEN value IS 85 (33.59% from 255) = 29.31%
BLUE value IS 141 (55.47% from 255) = 48.62%
R=22.07%
G=29.31%
B=48.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64851410.550.4000.45223.6437.5640.2
Hex40558D372802De02628
Octal10012521567500553404650
Binary1000000101010110001101110111101000010110111100000100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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