Shades of Chambray #3F5671
Tints of Chambray #3F5671
RGB
CMYK
RGB Variations
Color information
#3F5671 (or 0x3F5671) is known color: Chambray. HEX triplet: 3F, 56 and 71. RGB value is (63,86,113). Sum of RGB (Red+Green+Blue) = 63+86+113=262 (34% of max value = 765). Red value is 63 (25% from 255 or 24.05% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F5671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5671 is #C0A98E. Grayscale: #525252. Windows color (decimal): -12626319 or 7427647. OLE color: 7427647.
HSL color Cylindrical-coordinate representation of color #3F5671: hue angle of 212.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F5671 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 86 | 113 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.56 |
| HSL | 212.4º | 0.28% | 0.35% | - |
| HSV(B) | 212.4º | 0.44% | 0.44% | - |
| XYZ | 8.36 | 8.9 | 16.9 | - |
| YUV | 82.2 | 145.38 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 86 | 113 | 0.44 | 0.24 | 0 | 0.56 | 212.4 | 0.28 | 0.35 |
| Hex | 3F | 56 | 71 | 2C | 18 | 0 | 38 | D4 | 1C | 23 |
| Octal | 77 | 126 | 161 | 54 | 30 | 0 | 70 | 324 | 34 | 43 |
| Binary | 111111 | 1010110 | 1110001 | 101100 | 11000 | 0 | 111000 | 11010100 | 11100 | 100011 |
Color Harmonies of #3F5671
Complementary color
Monochromatic Colors of #3F5671
Black with #3F5671
Text Example
Text Example
White with #3F5671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5671; }
p { color: rgb(63,86,113); }
H1.HeaderClassName
{
color: #3F5671;
}
.AnyTagClassName
{
color: #3F5671;
}
</style>
background-color css
<style>
a { background-color: #3F5671; }
a { background-color: rgb(63,86,113); }
div.DivClassName
{
background-color: #3F5671;
}
.BgClassName
{
background-color: #3F5671;
}
</style>
border-color css
<style>
span { border-color: #3F5671; }
span { border-color: rgb(63,86,113); }
td.TdClassName
{
border-color: #3F5671;
}
.TagClassName
{
border-color: #3F5671;
}
</style>