Shades of Chambray #3F557A
Tints of Chambray #3F557A
RGB
CMYK
RGB Variations
Color information
#3F557A (or 0x3F557A) is known color: Chambray. HEX triplet: 3F, 55 and 7A. RGB value is (63,85,122). Sum of RGB (Red+Green+Blue) = 63+85+122=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F557A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F557A is #C0AA85. Grayscale: #525252. Windows color (decimal): -12626566 or 8017215. OLE color: 8017215.
HSL color Cylindrical-coordinate representation of color #3F557A: hue angle of 217.63º 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 #3F557A is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 85 | 122 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.52 |
| HSL | 217.63º | 0.32% | 0.36% | - |
| HSV(B) | 217.63º | 0.48% | 0.48% | - |
| XYZ | 8.81 | 8.96 | 19.68 | - |
| YUV | 82.64 | 150.21 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 85 | 122 | 0.48 | 0.30 | 0 | 0.52 | 217.63 | 0.32 | 0.36 |
| Hex | 3F | 55 | 7A | 30 | 1E | 0 | 34 | DA | 20 | 24 |
| Octal | 77 | 125 | 172 | 60 | 36 | 0 | 64 | 332 | 40 | 44 |
| Binary | 111111 | 1010101 | 1111010 | 110000 | 11110 | 0 | 110100 | 11011010 | 100000 | 100100 |
Color Harmonies of #3F557A
Complementary color
Monochromatic Colors of #3F557A
Black with #3F557A
Text Example
Text Example
White with #3F557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F557A; }
p { color: rgb(63,85,122); }
H1.HeaderClassName
{
color: #3F557A;
}
.AnyTagClassName
{
color: #3F557A;
}
</style>
background-color css
<style>
a { background-color: #3F557A; }
a { background-color: rgb(63,85,122); }
div.DivClassName
{
background-color: #3F557A;
}
.BgClassName
{
background-color: #3F557A;
}
</style>
border-color css
<style>
span { border-color: #3F557A; }
span { border-color: rgb(63,85,122); }
td.TdClassName
{
border-color: #3F557A;
}
.TagClassName
{
border-color: #3F557A;
}
</style>