Shades of Chambray #41537A
Tints of Chambray #41537A
RGB
CMYK
RGB Variations
Color information
#41537A (or 0x41537A) is known color: Chambray. HEX triplet: 41, 53 and 7A. RGB value is (65,83,122). Sum of RGB (Red+Green+Blue) = 65+83+122=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #41537A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41537A is #BEAC85. Grayscale: #515151. Windows color (decimal): -12496006 or 8016705. OLE color: 8016705.
HSL color Cylindrical-coordinate representation of color #41537A: hue angle of 221.05º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #41537A is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 83 | 122 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.52 |
| HSL | 221.05º | 0.3% | 0.37% | - |
| HSV(B) | 221.05º | 0.47% | 0.48% | - |
| XYZ | 8.79 | 8.72 | 19.63 | - |
| YUV | 82.06 | 150.54 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 83 | 122 | 0.47 | 0.32 | 0 | 0.52 | 221.05 | 0.3 | 0.37 |
| Hex | 41 | 53 | 7A | 2F | 20 | 0 | 34 | DD | 1E | 25 |
| Octal | 101 | 123 | 172 | 57 | 40 | 0 | 64 | 335 | 36 | 45 |
| Binary | 1000001 | 1010011 | 1111010 | 101111 | 100000 | 0 | 110100 | 11011101 | 11110 | 100101 |
Color Harmonies of #41537A
Complementary color
Monochromatic Colors of #41537A
Black with #41537A
Text Example
Text Example
White with #41537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41537A; }
p { color: rgb(65,83,122); }
H1.HeaderClassName
{
color: #41537A;
}
.AnyTagClassName
{
color: #41537A;
}
</style>
background-color css
<style>
a { background-color: #41537A; }
a { background-color: rgb(65,83,122); }
div.DivClassName
{
background-color: #41537A;
}
.BgClassName
{
background-color: #41537A;
}
</style>
border-color css
<style>
span { border-color: #41537A; }
span { border-color: rgb(65,83,122); }
td.TdClassName
{
border-color: #41537A;
}
.TagClassName
{
border-color: #41537A;
}
</style>