Shades of Chambray #445C85
Tints of Chambray #445C85
RGB
CMYK
RGB Variations
Color information
#445C85 (or 0x445C85) is known color: Chambray. HEX triplet: 44, 5C and 85. RGB value is (68,92,133). Sum of RGB (Red+Green+Blue) = 68+92+133=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #445C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445C85 is #BBA37A. Grayscale: #595959. Windows color (decimal): -12297083 or 8739908. OLE color: 8739908.
HSL color Cylindrical-coordinate representation of color #445C85: hue angle of 217.85º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #445C85 is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 92 | 133 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.48 |
| HSL | 217.85º | 0.32% | 0.39% | - |
| HSV(B) | 217.85º | 0.49% | 0.52% | - |
| XYZ | 10.44 | 10.58 | 23.68 | - |
| YUV | 89.5 | 152.55 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 92 | 133 | 0.49 | 0.31 | 0 | 0.48 | 217.85 | 0.32 | 0.39 |
| Hex | 44 | 5C | 85 | 31 | 1F | 0 | 30 | DA | 20 | 27 |
| Octal | 104 | 134 | 205 | 61 | 37 | 0 | 60 | 332 | 40 | 47 |
| Binary | 1000100 | 1011100 | 10000101 | 110001 | 11111 | 0 | 110000 | 11011010 | 100000 | 100111 |
Color Harmonies of #445C85
Complementary color
Monochromatic Colors of #445C85
Black with #445C85
Text Example
Text Example
White with #445C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445C85; }
p { color: rgb(68,92,133); }
H1.HeaderClassName
{
color: #445C85;
}
.AnyTagClassName
{
color: #445C85;
}
</style>
background-color css
<style>
a { background-color: #445C85; }
a { background-color: rgb(68,92,133); }
div.DivClassName
{
background-color: #445C85;
}
.BgClassName
{
background-color: #445C85;
}
</style>
border-color css
<style>
span { border-color: #445C85; }
span { border-color: rgb(68,92,133); }
td.TdClassName
{
border-color: #445C85;
}
.TagClassName
{
border-color: #445C85;
}
</style>