Shades of Chambray #405A81
Tints of Chambray #405A81
RGB
CMYK
RGB Variations
Color information
#405A81 (or 0x405A81) is known color: Chambray. HEX triplet: 40, 5A and 81. RGB value is (64,90,129). Sum of RGB (Red+Green+Blue) = 64+90+129=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #405A81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405A81 is #BFA57E. Grayscale: #565656. Windows color (decimal): -12559743 or 8477248. OLE color: 8477248.
HSL color Cylindrical-coordinate representation of color #405A81: hue angle of 216º 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 #405A81 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 90 | 129 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.49 |
| HSL | 216º | 0.34% | 0.38% | - |
| HSV(B) | 216º | 0.5% | 0.51% | - |
| XYZ | 9.73 | 9.99 | 22.18 | - |
| YUV | 86.67 | 151.89 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 129 | 0.50 | 0.30 | 0 | 0.49 | 216 | 0.34 | 0.38 |
| Hex | 40 | 5A | 81 | 32 | 1E | 0 | 31 | D8 | 22 | 26 |
| Octal | 100 | 132 | 201 | 62 | 36 | 0 | 61 | 330 | 42 | 46 |
| Binary | 1000000 | 1011010 | 10000001 | 110010 | 11110 | 0 | 110001 | 11011000 | 100010 | 100110 |
Color Harmonies of #405A81
Complementary color
Monochromatic Colors of #405A81
Black with #405A81
Text Example
Text Example
White with #405A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405A81; }
p { color: rgb(64,90,129); }
H1.HeaderClassName
{
color: #405A81;
}
.AnyTagClassName
{
color: #405A81;
}
</style>
background-color css
<style>
a { background-color: #405A81; }
a { background-color: rgb(64,90,129); }
div.DivClassName
{
background-color: #405A81;
}
.BgClassName
{
background-color: #405A81;
}
</style>
border-color css
<style>
span { border-color: #405A81; }
span { border-color: rgb(64,90,129); }
td.TdClassName
{
border-color: #405A81;
}
.TagClassName
{
border-color: #405A81;
}
</style>