Shades of Chambray #445D89
Tints of Chambray #445D89
RGB
CMYK
RGB Variations
Color information
#445D89 (or 0x445D89) is known color: Chambray. HEX triplet: 44, 5D and 89. RGB value is (68,93,137). Sum of RGB (Red+Green+Blue) = 68+93+137=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 137 - color contains mainly: blue. Hex color #445D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445D89 is #BBA276. Grayscale: #5A5A5A. Windows color (decimal): -12296823 or 9002308. OLE color: 9002308.
HSL color Cylindrical-coordinate representation of color #445D89: hue angle of 218.26º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #445D89 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 93 | 137 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.46 |
| HSL | 218.26º | 0.34% | 0.4% | - |
| HSV(B) | 218.26º | 0.5% | 0.54% | - |
| XYZ | 10.81 | 10.86 | 25.19 | - |
| YUV | 90.54 | 154.22 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 137 | 0.50 | 0.32 | 0 | 0.46 | 218.26 | 0.34 | 0.4 |
| Hex | 44 | 5D | 89 | 32 | 20 | 0 | 2E | DA | 22 | 28 |
| Octal | 104 | 135 | 211 | 62 | 40 | 0 | 56 | 332 | 42 | 50 |
| Binary | 1000100 | 1011101 | 10001001 | 110010 | 100000 | 0 | 101110 | 11011010 | 100010 | 101000 |
Color Harmonies of #445D89
Complementary color
Monochromatic Colors of #445D89
Black with #445D89
Text Example
Text Example
White with #445D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445D89; }
p { color: rgb(68,93,137); }
H1.HeaderClassName
{
color: #445D89;
}
.AnyTagClassName
{
color: #445D89;
}
</style>
background-color css
<style>
a { background-color: #445D89; }
a { background-color: rgb(68,93,137); }
div.DivClassName
{
background-color: #445D89;
}
.BgClassName
{
background-color: #445D89;
}
</style>
border-color css
<style>
span { border-color: #445D89; }
span { border-color: rgb(68,93,137); }
td.TdClassName
{
border-color: #445D89;
}
.TagClassName
{
border-color: #445D89;
}
</style>