Shades of Chambray #40557C
Tints of Chambray #40557C
RGB
CMYK
RGB Variations
Color information
#40557C (or 0x40557C) is known color: Chambray. HEX triplet: 40, 55 and 7C. RGB value is (64,85,124). Sum of RGB (Red+Green+Blue) = 64+85+124=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #40557C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40557C is #BFAA83. Grayscale: #525252. Windows color (decimal): -12561028 or 8148288. OLE color: 8148288.
HSL color Cylindrical-coordinate representation of color #40557C: hue angle of 219º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40557C is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 85 | 124 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.51 |
| HSL | 219º | 0.32% | 0.37% | - |
| HSV(B) | 219º | 0.48% | 0.49% | - |
| XYZ | 9 | 9.04 | 20.34 | - |
| YUV | 83.17 | 151.04 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 85 | 124 | 0.48 | 0.31 | 0 | 0.51 | 219 | 0.32 | 0.37 |
| Hex | 40 | 55 | 7C | 30 | 1F | 0 | 33 | DB | 20 | 25 |
| Octal | 100 | 125 | 174 | 60 | 37 | 0 | 63 | 333 | 40 | 45 |
| Binary | 1000000 | 1010101 | 1111100 | 110000 | 11111 | 0 | 110011 | 11011011 | 100000 | 100101 |
Color Harmonies of #40557C
Complementary color
Monochromatic Colors of #40557C
Black with #40557C
Text Example
Text Example
White with #40557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40557C; }
p { color: rgb(64,85,124); }
H1.HeaderClassName
{
color: #40557C;
}
.AnyTagClassName
{
color: #40557C;
}
</style>
background-color css
<style>
a { background-color: #40557C; }
a { background-color: rgb(64,85,124); }
div.DivClassName
{
background-color: #40557C;
}
.BgClassName
{
background-color: #40557C;
}
</style>
border-color css
<style>
span { border-color: #40557C; }
span { border-color: rgb(64,85,124); }
td.TdClassName
{
border-color: #40557C;
}
.TagClassName
{
border-color: #40557C;
}
</style>