Shades of Chambray #44587A
Tints of Chambray #44587A
RGB
CMYK
RGB Variations
Color information
#44587A (or 0x44587A) is known color: Chambray. HEX triplet: 44, 58 and 7A. RGB value is (68,88,122). Sum of RGB (Red+Green+Blue) = 68+88+122=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 122 - color contains mainly: blue. Hex color #44587A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44587A is #BBA785. Grayscale: #555555. Windows color (decimal): -12298118 or 8017988. OLE color: 8017988.
HSL color Cylindrical-coordinate representation of color #44587A: hue angle of 217.78º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #44587A is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 88 | 122 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.52 |
| HSL | 217.78º | 0.28% | 0.37% | - |
| HSV(B) | 217.78º | 0.44% | 0.48% | - |
| XYZ | 9.39 | 9.61 | 19.77 | - |
| YUV | 85.9 | 148.37 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 88 | 122 | 0.44 | 0.28 | 0 | 0.52 | 217.78 | 0.28 | 0.37 |
| Hex | 44 | 58 | 7A | 2C | 1C | 0 | 34 | DA | 1C | 25 |
| Octal | 104 | 130 | 172 | 54 | 34 | 0 | 64 | 332 | 34 | 45 |
| Binary | 1000100 | 1011000 | 1111010 | 101100 | 11100 | 0 | 110100 | 11011010 | 11100 | 100101 |
Color Harmonies of #44587A
Complementary color
Monochromatic Colors of #44587A
Black with #44587A
Text Example
Text Example
White with #44587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44587A; }
p { color: rgb(68,88,122); }
H1.HeaderClassName
{
color: #44587A;
}
.AnyTagClassName
{
color: #44587A;
}
</style>
background-color css
<style>
a { background-color: #44587A; }
a { background-color: rgb(68,88,122); }
div.DivClassName
{
background-color: #44587A;
}
.BgClassName
{
background-color: #44587A;
}
</style>
border-color css
<style>
span { border-color: #44587A; }
span { border-color: rgb(68,88,122); }
td.TdClassName
{
border-color: #44587A;
}
.TagClassName
{
border-color: #44587A;
}
</style>