#40577E

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

Shades of Chambray #40577E

Tints of Chambray #40577E

Color information

#40577E (or 0x40577E) is unknown color: approx Chambray. HEX triplet: 40, 57 and 7E. RGB value is (64,87,126). Sum of RGB (Red+Green+Blue) = 64+87+126=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 126 (49.61% from 255 or 45.49% from 277); Max value from RGB is 126 - color contains mainly: blue. Hex color #40577E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40577E is #BFA881. Grayscale: #545454. Windows color (decimal): -12560514 or 8279872. OLE color: 8279872.

HSL color Cylindrical-coordinate representation of color #40577E: hue angle of 217.74º 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 #40577E is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6487126-
CMYK0.490.3100.51
HSL217.74º32.63%37.25%-
HSV(B)217.74º49.21%49.41%-
XYZ9.299.4121.07-
YUV84.57151.38113.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.10%
GREEN value IS 87 (34.38% from 255) = 31.41%
BLUE value IS 126 (49.61% from 255) = 45.49%
R=23.10%
G=31.41%
B=45.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64871260.490.3100.51217.7432.6337.25
Hex40577E311F033da2125
Octal10012717661370633324145
Binary10000001010111111111011000111111011001111011010100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40577E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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