#40597E

Color #40597E Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #40597E

Tints of Chambray #40597E

Color information

#40597E (or 0x40597E) is unknown color: approx Chambray. HEX triplet: 40, 59 and 7E. RGB value is (64,89,126). Sum of RGB (Red+Green+Blue) = 64+89+126=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 126 - color contains mainly: blue. Hex color #40597E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40597E is #BFA681. Grayscale: #555555. Windows color (decimal): -12560002 or 8280384. OLE color: 8280384.

HSL color Cylindrical-coordinate representation of color #40597E: hue angle of 215.81º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #40597E is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6489126-
CMYK0.490.2900.51
HSL215.81º32.63%37.25%-
HSV(B)215.81º49.21%49.41%-
XYZ9.459.7421.12-
YUV85.74150.72112.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.94%
GREEN value IS 89 (35.16% from 255) = 31.90%
BLUE value IS 126 (49.61% from 255) = 45.16%
R=22.94%
G=31.90%
B=45.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64891260.490.2900.51215.8132.6337.25
Hex40597E311D033d82125
Octal10013117661350633304145
Binary10000001011001111111011000111101011001111011000100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40597E; }

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

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

<style>
 a { background-color: #40597E; }

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

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

<style>
 span { border-color: #40597E; }

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

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