#40577D

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

Shades of Chambray #40577D

Tints of Chambray #40577D

Color information

#40577D (or 0x40577D) is unknown color: approx Chambray. HEX triplet: 40, 57 and 7D. RGB value is (64,87,125). Sum of RGB (Red+Green+Blue) = 64+87+125=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 125 - color contains mainly: blue. Hex color #40577D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40577D is #BFA882. Grayscale: #545454. Windows color (decimal): -12560515 or 8214336. OLE color: 8214336.

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

Color convert

RGB6487125-
CMYK0.490.3000.51
HSL217.38º32.28%37.06%-
HSV(B)217.38º48.8%49.02%-
XYZ9.229.3920.73-
YUV84.46150.88113.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.19%
GREEN value IS 87 (34.38% from 255) = 31.52%
BLUE value IS 125 (49.22% from 255) = 45.29%
R=23.19%
G=31.52%
B=45.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64871250.490.3000.51217.3832.2837.06
Hex40577D311E033d92025
Octal10012717561360633314045
Binary10000001010111111110111000111110011001111011001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40577D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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