Shades of Chambray #3F5677
Tints of Chambray #3F5677
RGB
CMYK
RGB Variations
Color information
#3F5677 (or 0x3F5677) is known color: Chambray. HEX triplet: 3F, 56 and 77. RGB value is (63,86,119). Sum of RGB (Red+Green+Blue) = 63+86+119=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F5677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5677 is #C0A988. Grayscale: #525252. Windows color (decimal): -12626313 or 7820863. OLE color: 7820863.
HSL color Cylindrical-coordinate representation of color #3F5677: hue angle of 215.36º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F5677 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 86 | 119 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.53 |
| HSL | 215.36º | 0.31% | 0.36% | - |
| HSV(B) | 215.36º | 0.47% | 0.47% | - |
| XYZ | 8.71 | 9.04 | 18.74 | - |
| YUV | 82.89 | 148.38 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 86 | 119 | 0.47 | 0.28 | 0 | 0.53 | 215.36 | 0.31 | 0.36 |
| Hex | 3F | 56 | 77 | 2F | 1C | 0 | 35 | D7 | 1F | 24 |
| Octal | 77 | 126 | 167 | 57 | 34 | 0 | 65 | 327 | 37 | 44 |
| Binary | 111111 | 1010110 | 1110111 | 101111 | 11100 | 0 | 110101 | 11010111 | 11111 | 100100 |
Color Harmonies of #3F5677
Complementary color
Monochromatic Colors of #3F5677
Black with #3F5677
Text Example
Text Example
White with #3F5677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5677; }
p { color: rgb(63,86,119); }
H1.HeaderClassName
{
color: #3F5677;
}
.AnyTagClassName
{
color: #3F5677;
}
</style>
background-color css
<style>
a { background-color: #3F5677; }
a { background-color: rgb(63,86,119); }
div.DivClassName
{
background-color: #3F5677;
}
.BgClassName
{
background-color: #3F5677;
}
</style>
border-color css
<style>
span { border-color: #3F5677; }
span { border-color: rgb(63,86,119); }
td.TdClassName
{
border-color: #3F5677;
}
.TagClassName
{
border-color: #3F5677;
}
</style>