Shades of Chambray #3F5575
Tints of Chambray #3F5575
RGB
CMYK
RGB Variations
Color information
#3F5575 (or 0x3F5575) is known color: Chambray. HEX triplet: 3F, 55 and 75. RGB value is (63,85,117). Sum of RGB (Red+Green+Blue) = 63+85+117=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F5575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5575 is #C0AA8A. Grayscale: #515151. Windows color (decimal): -12626571 or 7689535. OLE color: 7689535.
HSL color Cylindrical-coordinate representation of color #3F5575: hue angle of 215.56º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F5575 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 85 | 117 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.54 |
| HSL | 215.56º | 0.3% | 0.35% | - |
| HSV(B) | 215.56º | 0.46% | 0.46% | - |
| XYZ | 8.51 | 8.84 | 18.09 | - |
| YUV | 82.07 | 147.71 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 85 | 117 | 0.46 | 0.27 | 0 | 0.54 | 215.56 | 0.3 | 0.35 |
| Hex | 3F | 55 | 75 | 2E | 1B | 0 | 36 | D8 | 1E | 23 |
| Octal | 77 | 125 | 165 | 56 | 33 | 0 | 66 | 330 | 36 | 43 |
| Binary | 111111 | 1010101 | 1110101 | 101110 | 11011 | 0 | 110110 | 11011000 | 11110 | 100011 |
Color Harmonies of #3F5575
Complementary color
Monochromatic Colors of #3F5575
Black with #3F5575
Text Example
Text Example
White with #3F5575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5575; }
p { color: rgb(63,85,117); }
H1.HeaderClassName
{
color: #3F5575;
}
.AnyTagClassName
{
color: #3F5575;
}
</style>
background-color css
<style>
a { background-color: #3F5575; }
a { background-color: rgb(63,85,117); }
div.DivClassName
{
background-color: #3F5575;
}
.BgClassName
{
background-color: #3F5575;
}
</style>
border-color css
<style>
span { border-color: #3F5575; }
span { border-color: rgb(63,85,117); }
td.TdClassName
{
border-color: #3F5575;
}
.TagClassName
{
border-color: #3F5575;
}
</style>