Shades of Chambray #415C85
Tints of Chambray #415C85
RGB
CMYK
RGB Variations
Color information
#415C85 (or 0x415C85) is known color: Chambray. HEX triplet: 41, 5C and 85. RGB value is (65,92,133). Sum of RGB (Red+Green+Blue) = 65+92+133=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 133 - color contains mainly: blue. Hex color #415C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415C85 is #BEA37A. Grayscale: #585858. Windows color (decimal): -12493691 or 8739905. OLE color: 8739905.
HSL color Cylindrical-coordinate representation of color #415C85: hue angle of 216.18º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #415C85 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 92 | 133 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.48 |
| HSL | 216.18º | 0.34% | 0.39% | - |
| HSV(B) | 216.18º | 0.51% | 0.52% | - |
| XYZ | 10.24 | 10.47 | 23.67 | - |
| YUV | 88.6 | 153.05 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 92 | 133 | 0.51 | 0.31 | 0 | 0.48 | 216.18 | 0.34 | 0.39 |
| Hex | 41 | 5C | 85 | 33 | 1F | 0 | 30 | D8 | 22 | 27 |
| Octal | 101 | 134 | 205 | 63 | 37 | 0 | 60 | 330 | 42 | 47 |
| Binary | 1000001 | 1011100 | 10000101 | 110011 | 11111 | 0 | 110000 | 11011000 | 100010 | 100111 |
Color Harmonies of #415C85
Complementary color
Monochromatic Colors of #415C85
Black with #415C85
Text Example
Text Example
White with #415C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415C85; }
p { color: rgb(65,92,133); }
H1.HeaderClassName
{
color: #415C85;
}
.AnyTagClassName
{
color: #415C85;
}
</style>
background-color css
<style>
a { background-color: #415C85; }
a { background-color: rgb(65,92,133); }
div.DivClassName
{
background-color: #415C85;
}
.BgClassName
{
background-color: #415C85;
}
</style>
border-color css
<style>
span { border-color: #415C85; }
span { border-color: rgb(65,92,133); }
td.TdClassName
{
border-color: #415C85;
}
.TagClassName
{
border-color: #415C85;
}
</style>