#40598F

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

Shades of Tory Blue #40598F

Tints of Tory Blue #40598F

Color information

#40598F (or 0x40598F) is unknown color: approx Tory Blue. HEX triplet: 40, 59 and 8F. RGB value is (64,89,143). Sum of RGB (Red+Green+Blue) = 64+89+143=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 143 (56.25% from 255 or 48.31% from 296); Max value from RGB is 143 - color contains mainly: blue. Hex color #40598F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40598F is #BFA670. Grayscale: #575757. Windows color (decimal): -12559985 or 9394496. OLE color: 9394496.

HSL color Cylindrical-coordinate representation of color #40598F: hue angle of 221.01º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40598F is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6489143-
CMYK0.550.3800.44
HSL221.01º38.16%40.59%-
HSV(B)221.01º55.24%56.08%-
XYZ10.6410.2227.4-
YUV87.68159.22111.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.62%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 143 (56.25% from 255) = 48.31%
R=21.62%
G=30.07%
B=48.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64891430.550.3800.44221.0138.1640.59
Hex40598F372602Cdd2629
Octal10013121767460543354651
Binary1000000101100110001111110111100110010110011011101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40598F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40598F; }

 p { color: rgb(64,89,143); }

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

<style>
 a { background-color: #40598F; }

 a { background-color: rgb(64,89,143); }

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

<style>
 span { border-color: #40598F; }

 span { border-color: rgb(64,89,143); }

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