Shades of Chambray #405B81
Tints of Chambray #405B81
RGB
CMYK
RGB Variations
Color information
#405B81 (or 0x405B81) is known color: Chambray. HEX triplet: 40, 5B and 81. RGB value is (64,91,129). Sum of RGB (Red+Green+Blue) = 64+91+129=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 129 - color contains mainly: blue. Hex color #405B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405B81 is #BFA47E. Grayscale: #575757. Windows color (decimal): -12559487 or 8477504. OLE color: 8477504.
HSL color Cylindrical-coordinate representation of color #405B81: hue angle of 215.08º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #405B81 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 91 | 129 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.49 |
| HSL | 215.08º | 0.34% | 0.38% | - |
| HSV(B) | 215.08º | 0.5% | 0.51% | - |
| XYZ | 9.82 | 10.16 | 22.21 | - |
| YUV | 87.26 | 151.55 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 129 | 0.50 | 0.29 | 0 | 0.49 | 215.08 | 0.34 | 0.38 |
| Hex | 40 | 5B | 81 | 32 | 1D | 0 | 31 | D7 | 22 | 26 |
| Octal | 100 | 133 | 201 | 62 | 35 | 0 | 61 | 327 | 42 | 46 |
| Binary | 1000000 | 1011011 | 10000001 | 110010 | 11101 | 0 | 110001 | 11010111 | 100010 | 100110 |
Color Harmonies of #405B81
Complementary color
Monochromatic Colors of #405B81
Black with #405B81
Text Example
Text Example
White with #405B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405B81; }
p { color: rgb(64,91,129); }
H1.HeaderClassName
{
color: #405B81;
}
.AnyTagClassName
{
color: #405B81;
}
</style>
background-color css
<style>
a { background-color: #405B81; }
a { background-color: rgb(64,91,129); }
div.DivClassName
{
background-color: #405B81;
}
.BgClassName
{
background-color: #405B81;
}
</style>
border-color css
<style>
span { border-color: #405B81; }
span { border-color: rgb(64,91,129); }
td.TdClassName
{
border-color: #405B81;
}
.TagClassName
{
border-color: #405B81;
}
</style>