Shades of Chambray #40577D
Tints of Chambray #40577D
RGB
CMYK
RGB Variations
Color information
#40577D (or 0x40577D) is known color: 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
| RGB | 64 | 87 | 125 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.51 |
| HSL | 217.38º | 0.32% | 0.37% | - |
| HSV(B) | 217.38º | 0.49% | 0.49% | - |
| XYZ | 9.22 | 9.39 | 20.73 | - |
| YUV | 84.46 | 150.88 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 87 | 125 | 0.49 | 0.30 | 0 | 0.51 | 217.38 | 0.32 | 0.37 |
| Hex | 40 | 57 | 7D | 31 | 1E | 0 | 33 | D9 | 20 | 25 |
| Octal | 100 | 127 | 175 | 61 | 36 | 0 | 63 | 331 | 40 | 45 |
| Binary | 1000000 | 1010111 | 1111101 | 110001 | 11110 | 0 | 110011 | 11011001 | 100000 | 100101 |
Color Harmonies of #40577D
Complementary color
Monochromatic Colors of #40577D
Black with #40577D
Text Example
Text Example
White with #40577D
Text Example
Text Example
HTML Codes & Css Web 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>