Shades of Chambray #3F547B
Tints of Chambray #3F547B
RGB
CMYK
RGB Variations
Color information
#3F547B (or 0x3F547B) is known color: Chambray. HEX triplet: 3F, 54 and 7B. RGB value is (63,84,123). Sum of RGB (Red+Green+Blue) = 63+84+123=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F547B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F547B is #C0AB84. Grayscale: #515151. Windows color (decimal): -12626821 or 8082495. OLE color: 8082495.
HSL color Cylindrical-coordinate representation of color #3F547B: hue angle of 219º 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 #3F547B is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 84 | 123 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.52 |
| HSL | 219º | 0.32% | 0.36% | - |
| HSV(B) | 219º | 0.49% | 0.48% | - |
| XYZ | 8.8 | 8.83 | 19.98 | - |
| YUV | 82.17 | 151.04 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 84 | 123 | 0.49 | 0.32 | 0 | 0.52 | 219 | 0.32 | 0.36 |
| Hex | 3F | 54 | 7B | 31 | 20 | 0 | 34 | DB | 20 | 24 |
| Octal | 77 | 124 | 173 | 61 | 40 | 0 | 64 | 333 | 40 | 44 |
| Binary | 111111 | 1010100 | 1111011 | 110001 | 100000 | 0 | 110100 | 11011011 | 100000 | 100100 |
Color Harmonies of #3F547B
Complementary color
Monochromatic Colors of #3F547B
Black with #3F547B
Text Example
Text Example
White with #3F547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F547B; }
p { color: rgb(63,84,123); }
H1.HeaderClassName
{
color: #3F547B;
}
.AnyTagClassName
{
color: #3F547B;
}
</style>
background-color css
<style>
a { background-color: #3F547B; }
a { background-color: rgb(63,84,123); }
div.DivClassName
{
background-color: #3F547B;
}
.BgClassName
{
background-color: #3F547B;
}
</style>
border-color css
<style>
span { border-color: #3F547B; }
span { border-color: rgb(63,84,123); }
td.TdClassName
{
border-color: #3F547B;
}
.TagClassName
{
border-color: #3F547B;
}
</style>