Shades of Chambray #445582
Tints of Chambray #445582
RGB
CMYK
RGB Variations
Color information
#445582 (or 0x445582) is known color: Chambray. HEX triplet: 44, 55 and 82. RGB value is (68,85,130). Sum of RGB (Red+Green+Blue) = 68+85+130=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #445582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445582 is #BBAA7D. Grayscale: #545454. Windows color (decimal): -12298878 or 8541508. OLE color: 8541508.
HSL color Cylindrical-coordinate representation of color #445582: hue angle of 223.55º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #445582 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 85 | 130 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.49 |
| HSL | 223.55º | 0.31% | 0.39% | - |
| HSV(B) | 223.55º | 0.48% | 0.51% | - |
| XYZ | 9.66 | 9.34 | 22.41 | - |
| YUV | 85.05 | 153.37 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 130 | 0.48 | 0.35 | 0 | 0.49 | 223.55 | 0.31 | 0.39 |
| Hex | 44 | 55 | 82 | 30 | 23 | 0 | 31 | E0 | 1F | 27 |
| Octal | 104 | 125 | 202 | 60 | 43 | 0 | 61 | 340 | 37 | 47 |
| Binary | 1000100 | 1010101 | 10000010 | 110000 | 100011 | 0 | 110001 | 11100000 | 11111 | 100111 |
Color Harmonies of #445582
Complementary color
Monochromatic Colors of #445582
Black with #445582
Text Example
Text Example
White with #445582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445582; }
p { color: rgb(68,85,130); }
H1.HeaderClassName
{
color: #445582;
}
.AnyTagClassName
{
color: #445582;
}
</style>
background-color css
<style>
a { background-color: #445582; }
a { background-color: rgb(68,85,130); }
div.DivClassName
{
background-color: #445582;
}
.BgClassName
{
background-color: #445582;
}
</style>
border-color css
<style>
span { border-color: #445582; }
span { border-color: rgb(68,85,130); }
td.TdClassName
{
border-color: #445582;
}
.TagClassName
{
border-color: #445582;
}
</style>