Shades of Chambray #3F567B
Tints of Chambray #3F567B
RGB
CMYK
RGB Variations
Color information
#3F567B (or 0x3F567B) is known color: Chambray. HEX triplet: 3F, 56 and 7B. RGB value is (63,86,123). Sum of RGB (Red+Green+Blue) = 63+86+123=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F567B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F567B is #C0A984. Grayscale: #535353. Windows color (decimal): -12626309 or 8083007. OLE color: 8083007.
HSL color Cylindrical-coordinate representation of color #3F567B: hue angle of 217º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F567B is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 86 | 123 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.52 |
| HSL | 217º | 0.32% | 0.36% | - |
| HSV(B) | 217º | 0.49% | 0.48% | - |
| XYZ | 8.95 | 9.14 | 20.03 | - |
| YUV | 83.34 | 150.38 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 86 | 123 | 0.49 | 0.30 | 0 | 0.52 | 217 | 0.32 | 0.36 |
| Hex | 3F | 56 | 7B | 31 | 1E | 0 | 34 | D9 | 20 | 24 |
| Octal | 77 | 126 | 173 | 61 | 36 | 0 | 64 | 331 | 40 | 44 |
| Binary | 111111 | 1010110 | 1111011 | 110001 | 11110 | 0 | 110100 | 11011001 | 100000 | 100100 |
Color Harmonies of #3F567B
Complementary color
Monochromatic Colors of #3F567B
Black with #3F567B
Text Example
Text Example
White with #3F567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F567B; }
p { color: rgb(63,86,123); }
H1.HeaderClassName
{
color: #3F567B;
}
.AnyTagClassName
{
color: #3F567B;
}
</style>
background-color css
<style>
a { background-color: #3F567B; }
a { background-color: rgb(63,86,123); }
div.DivClassName
{
background-color: #3F567B;
}
.BgClassName
{
background-color: #3F567B;
}
</style>
border-color css
<style>
span { border-color: #3F567B; }
span { border-color: rgb(63,86,123); }
td.TdClassName
{
border-color: #3F567B;
}
.TagClassName
{
border-color: #3F567B;
}
</style>