Shades of Chambray #41577F
Tints of Chambray #41577F
RGB
CMYK
RGB Variations
Color information
#41577F (or 0x41577F) is known color: Chambray. HEX triplet: 41, 57 and 7F. RGB value is (65,87,127). Sum of RGB (Red+Green+Blue) = 65+87+127=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #41577F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41577F is #BEA880. Grayscale: #545454. Windows color (decimal): -12494977 or 8345409. OLE color: 8345409.
HSL color Cylindrical-coordinate representation of color #41577F: hue angle of 218.71º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #41577F is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 87 | 127 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.50 |
| HSL | 218.71º | 0.32% | 0.38% | - |
| HSV(B) | 218.71º | 0.49% | 0.5% | - |
| XYZ | 9.42 | 9.47 | 21.41 | - |
| YUV | 84.98 | 151.71 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 87 | 127 | 0.49 | 0.31 | 0 | 0.50 | 218.71 | 0.32 | 0.38 |
| Hex | 41 | 57 | 7F | 31 | 1F | 0 | 32 | DB | 20 | 26 |
| Octal | 101 | 127 | 177 | 61 | 37 | 0 | 62 | 333 | 40 | 46 |
| Binary | 1000001 | 1010111 | 1111111 | 110001 | 11111 | 0 | 110010 | 11011011 | 100000 | 100110 |
Color Harmonies of #41577F
Complementary color
Monochromatic Colors of #41577F
Black with #41577F
Text Example
Text Example
White with #41577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41577F; }
p { color: rgb(65,87,127); }
H1.HeaderClassName
{
color: #41577F;
}
.AnyTagClassName
{
color: #41577F;
}
</style>
background-color css
<style>
a { background-color: #41577F; }
a { background-color: rgb(65,87,127); }
div.DivClassName
{
background-color: #41577F;
}
.BgClassName
{
background-color: #41577F;
}
</style>
border-color css
<style>
span { border-color: #41577F; }
span { border-color: rgb(65,87,127); }
td.TdClassName
{
border-color: #41577F;
}
.TagClassName
{
border-color: #41577F;
}
</style>