Shades of Chambray #44587B
Tints of Chambray #44587B
RGB
CMYK
RGB Variations
Color information
#44587B (or 0x44587B) is known color: Chambray. HEX triplet: 44, 58 and 7B. RGB value is (68,88,123). Sum of RGB (Red+Green+Blue) = 68+88+123=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 123 - color contains mainly: blue. Hex color #44587B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44587B is #BBA784. Grayscale: #555555. Windows color (decimal): -12298117 or 8083524. OLE color: 8083524.
HSL color Cylindrical-coordinate representation of color #44587B: hue angle of 218.18º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #44587B is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 88 | 123 | - |
| CMYK | 0.45 | 0.28 | 0 | 0.52 |
| HSL | 218.18º | 0.29% | 0.37% | - |
| HSV(B) | 218.18º | 0.45% | 0.48% | - |
| XYZ | 9.45 | 9.64 | 20.1 | - |
| YUV | 86.01 | 148.87 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 88 | 123 | 0.45 | 0.28 | 0 | 0.52 | 218.18 | 0.29 | 0.37 |
| Hex | 44 | 58 | 7B | 2D | 1C | 0 | 34 | DA | 1D | 25 |
| Octal | 104 | 130 | 173 | 55 | 34 | 0 | 64 | 332 | 35 | 45 |
| Binary | 1000100 | 1011000 | 1111011 | 101101 | 11100 | 0 | 110100 | 11011010 | 11101 | 100101 |
Color Harmonies of #44587B
Complementary color
Monochromatic Colors of #44587B
Black with #44587B
Text Example
Text Example
White with #44587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44587B; }
p { color: rgb(68,88,123); }
H1.HeaderClassName
{
color: #44587B;
}
.AnyTagClassName
{
color: #44587B;
}
</style>
background-color css
<style>
a { background-color: #44587B; }
a { background-color: rgb(68,88,123); }
div.DivClassName
{
background-color: #44587B;
}
.BgClassName
{
background-color: #44587B;
}
</style>
border-color css
<style>
span { border-color: #44587B; }
span { border-color: rgb(68,88,123); }
td.TdClassName
{
border-color: #44587B;
}
.TagClassName
{
border-color: #44587B;
}
</style>