Shades of Chambray #445D8B
Tints of Chambray #445D8B
RGB
CMYK
RGB Variations
Color information
#445D8B (or 0x445D8B) is known color: Chambray. HEX triplet: 44, 5D and 8B. RGB value is (68,93,139). Sum of RGB (Red+Green+Blue) = 68+93+139=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #445D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445D8B is #BBA274. Grayscale: #5A5A5A. Windows color (decimal): -12296821 or 9133380. OLE color: 9133380.
HSL color Cylindrical-coordinate representation of color #445D8B: hue angle of 218.87º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #445D8B is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 93 | 139 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.45 |
| HSL | 218.87º | 0.34% | 0.41% | - |
| HSV(B) | 218.87º | 0.51% | 0.55% | - |
| XYZ | 10.96 | 10.92 | 25.96 | - |
| YUV | 90.77 | 155.22 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 139 | 0.51 | 0.33 | 0 | 0.45 | 218.87 | 0.34 | 0.41 |
| Hex | 44 | 5D | 8B | 33 | 21 | 0 | 2D | DB | 22 | 29 |
| Octal | 104 | 135 | 213 | 63 | 41 | 0 | 55 | 333 | 42 | 51 |
| Binary | 1000100 | 1011101 | 10001011 | 110011 | 100001 | 0 | 101101 | 11011011 | 100010 | 101001 |
Color Harmonies of #445D8B
Complementary color
Monochromatic Colors of #445D8B
Black with #445D8B
Text Example
Text Example
White with #445D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445D8B; }
p { color: rgb(68,93,139); }
H1.HeaderClassName
{
color: #445D8B;
}
.AnyTagClassName
{
color: #445D8B;
}
</style>
background-color css
<style>
a { background-color: #445D8B; }
a { background-color: rgb(68,93,139); }
div.DivClassName
{
background-color: #445D8B;
}
.BgClassName
{
background-color: #445D8B;
}
</style>
border-color css
<style>
span { border-color: #445D8B; }
span { border-color: rgb(68,93,139); }
td.TdClassName
{
border-color: #445D8B;
}
.TagClassName
{
border-color: #445D8B;
}
</style>