Shades of Chambray #3F547A
Tints of Chambray #3F547A
RGB
CMYK
RGB Variations
Color information
#3F547A (or 0x3F547A) is known color: Chambray. HEX triplet: 3F, 54 and 7A. RGB value is (63,84,122). Sum of RGB (Red+Green+Blue) = 63+84+122=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F547A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F547A is #C0AB85. Grayscale: #515151. Windows color (decimal): -12626822 or 8016959. OLE color: 8016959.
HSL color Cylindrical-coordinate representation of color #3F547A: hue angle of 218.64º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F547A is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 84 | 122 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.52 |
| HSL | 218.64º | 0.32% | 0.36% | - |
| HSV(B) | 218.64º | 0.48% | 0.48% | - |
| XYZ | 8.73 | 8.8 | 19.65 | - |
| YUV | 82.05 | 150.54 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 84 | 122 | 0.48 | 0.31 | 0 | 0.52 | 218.64 | 0.32 | 0.36 |
| Hex | 3F | 54 | 7A | 30 | 1F | 0 | 34 | DB | 20 | 24 |
| Octal | 77 | 124 | 172 | 60 | 37 | 0 | 64 | 333 | 40 | 44 |
| Binary | 111111 | 1010100 | 1111010 | 110000 | 11111 | 0 | 110100 | 11011011 | 100000 | 100100 |
Color Harmonies of #3F547A
Complementary color
Monochromatic Colors of #3F547A
Black with #3F547A
Text Example
Text Example
White with #3F547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F547A; }
p { color: rgb(63,84,122); }
H1.HeaderClassName
{
color: #3F547A;
}
.AnyTagClassName
{
color: #3F547A;
}
</style>
background-color css
<style>
a { background-color: #3F547A; }
a { background-color: rgb(63,84,122); }
div.DivClassName
{
background-color: #3F547A;
}
.BgClassName
{
background-color: #3F547A;
}
</style>
border-color css
<style>
span { border-color: #3F547A; }
span { border-color: rgb(63,84,122); }
td.TdClassName
{
border-color: #3F547A;
}
.TagClassName
{
border-color: #3F547A;
}
</style>