Shades of Chambray #41587C
Tints of Chambray #41587C
RGB
CMYK
RGB Variations
Color information
#41587C (or 0x41587C) is known color: Chambray. HEX triplet: 41, 58 and 7C. RGB value is (65,88,124). Sum of RGB (Red+Green+Blue) = 65+88+124=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #41587C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41587C is #BEA783. Grayscale: #555555. Windows color (decimal): -12494724 or 8149057. OLE color: 8149057.
HSL color Cylindrical-coordinate representation of color #41587C: hue angle of 216.61º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41587C is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 88 | 124 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.51 |
| HSL | 216.61º | 0.31% | 0.37% | - |
| HSV(B) | 216.61º | 0.48% | 0.49% | - |
| XYZ | 9.31 | 9.56 | 20.42 | - |
| YUV | 85.23 | 149.88 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 88 | 124 | 0.48 | 0.29 | 0 | 0.51 | 216.61 | 0.31 | 0.37 |
| Hex | 41 | 58 | 7C | 30 | 1D | 0 | 33 | D9 | 1F | 25 |
| Octal | 101 | 130 | 174 | 60 | 35 | 0 | 63 | 331 | 37 | 45 |
| Binary | 1000001 | 1011000 | 1111100 | 110000 | 11101 | 0 | 110011 | 11011001 | 11111 | 100101 |
Color Harmonies of #41587C
Complementary color
Monochromatic Colors of #41587C
Black with #41587C
Text Example
Text Example
White with #41587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41587C; }
p { color: rgb(65,88,124); }
H1.HeaderClassName
{
color: #41587C;
}
.AnyTagClassName
{
color: #41587C;
}
</style>
background-color css
<style>
a { background-color: #41587C; }
a { background-color: rgb(65,88,124); }
div.DivClassName
{
background-color: #41587C;
}
.BgClassName
{
background-color: #41587C;
}
</style>
border-color css
<style>
span { border-color: #41587C; }
span { border-color: rgb(65,88,124); }
td.TdClassName
{
border-color: #41587C;
}
.TagClassName
{
border-color: #41587C;
}
</style>