Shades of Chambray #445A81
Tints of Chambray #445A81
RGB
CMYK
RGB Variations
Color information
#445A81 (or 0x445A81) is known color: Chambray. HEX triplet: 44, 5A and 81. RGB value is (68,90,129). Sum of RGB (Red+Green+Blue) = 68+90+129=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #445A81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445A81 is #BBA57E. Grayscale: #575757. Windows color (decimal): -12297599 or 8477252. OLE color: 8477252.
HSL color Cylindrical-coordinate representation of color #445A81: hue angle of 218.36º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #445A81 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 90 | 129 | - |
| CMYK | 0.47 | 0.30 | 0 | 0.49 |
| HSL | 218.36º | 0.31% | 0.39% | - |
| HSV(B) | 218.36º | 0.47% | 0.51% | - |
| XYZ | 10 | 10.13 | 22.2 | - |
| YUV | 87.87 | 151.21 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 90 | 129 | 0.47 | 0.30 | 0 | 0.49 | 218.36 | 0.31 | 0.39 |
| Hex | 44 | 5A | 81 | 2F | 1E | 0 | 31 | DA | 1F | 27 |
| Octal | 104 | 132 | 201 | 57 | 36 | 0 | 61 | 332 | 37 | 47 |
| Binary | 1000100 | 1011010 | 10000001 | 101111 | 11110 | 0 | 110001 | 11011010 | 11111 | 100111 |
Color Harmonies of #445A81
Complementary color
Monochromatic Colors of #445A81
Black with #445A81
Text Example
Text Example
White with #445A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445A81; }
p { color: rgb(68,90,129); }
H1.HeaderClassName
{
color: #445A81;
}
.AnyTagClassName
{
color: #445A81;
}
</style>
background-color css
<style>
a { background-color: #445A81; }
a { background-color: rgb(68,90,129); }
div.DivClassName
{
background-color: #445A81;
}
.BgClassName
{
background-color: #445A81;
}
</style>
border-color css
<style>
span { border-color: #445A81; }
span { border-color: rgb(68,90,129); }
td.TdClassName
{
border-color: #445A81;
}
.TagClassName
{
border-color: #445A81;
}
</style>