Shades of Chambray #445C82
Tints of Chambray #445C82
RGB
CMYK
RGB Variations
Color information
#445C82 (or 0x445C82) is known color: Chambray. HEX triplet: 44, 5C and 82. RGB value is (68,92,130). Sum of RGB (Red+Green+Blue) = 68+92+130=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 130 - color contains mainly: blue. Hex color #445C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445C82 is #BBA37D. Grayscale: #585858. Windows color (decimal): -12297086 or 8543300. OLE color: 8543300.
HSL color Cylindrical-coordinate representation of color #445C82: hue angle of 216.77º 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 #445C82 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 92 | 130 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.49 |
| HSL | 216.77º | 0.31% | 0.39% | - |
| HSV(B) | 216.77º | 0.48% | 0.51% | - |
| XYZ | 10.24 | 10.49 | 22.61 | - |
| YUV | 89.16 | 151.05 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 92 | 130 | 0.48 | 0.29 | 0 | 0.49 | 216.77 | 0.31 | 0.39 |
| Hex | 44 | 5C | 82 | 30 | 1D | 0 | 31 | D9 | 1F | 27 |
| Octal | 104 | 134 | 202 | 60 | 35 | 0 | 61 | 331 | 37 | 47 |
| Binary | 1000100 | 1011100 | 10000010 | 110000 | 11101 | 0 | 110001 | 11011001 | 11111 | 100111 |
Color Harmonies of #445C82
Complementary color
Monochromatic Colors of #445C82
Black with #445C82
Text Example
Text Example
White with #445C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445C82; }
p { color: rgb(68,92,130); }
H1.HeaderClassName
{
color: #445C82;
}
.AnyTagClassName
{
color: #445C82;
}
</style>
background-color css
<style>
a { background-color: #445C82; }
a { background-color: rgb(68,92,130); }
div.DivClassName
{
background-color: #445C82;
}
.BgClassName
{
background-color: #445C82;
}
</style>
border-color css
<style>
span { border-color: #445C82; }
span { border-color: rgb(68,92,130); }
td.TdClassName
{
border-color: #445C82;
}
.TagClassName
{
border-color: #445C82;
}
</style>