Shades of Chambray #3F597D
Tints of Chambray #3F597D
RGB
CMYK
RGB Variations
Color information
#3F597D (or 0x3F597D) is known color: Chambray. HEX triplet: 3F, 59 and 7D. RGB value is (63,89,125). Sum of RGB (Red+Green+Blue) = 63+89+125=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F597D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F597D is #C0A682. Grayscale: #555555. Windows color (decimal): -12625539 or 8214847. OLE color: 8214847.
HSL color Cylindrical-coordinate representation of color #3F597D: hue angle of 214.84º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F597D is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 89 | 125 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.51 |
| HSL | 214.84º | 0.33% | 0.37% | - |
| HSV(B) | 214.84º | 0.5% | 0.49% | - |
| XYZ | 9.32 | 9.68 | 20.78 | - |
| YUV | 85.33 | 150.39 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 89 | 125 | 0.50 | 0.29 | 0 | 0.51 | 214.84 | 0.33 | 0.37 |
| Hex | 3F | 59 | 7D | 32 | 1D | 0 | 33 | D7 | 21 | 25 |
| Octal | 77 | 131 | 175 | 62 | 35 | 0 | 63 | 327 | 41 | 45 |
| Binary | 111111 | 1011001 | 1111101 | 110010 | 11101 | 0 | 110011 | 11010111 | 100001 | 100101 |
Color Harmonies of #3F597D
Complementary color
Monochromatic Colors of #3F597D
Black with #3F597D
Text Example
Text Example
White with #3F597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F597D; }
p { color: rgb(63,89,125); }
H1.HeaderClassName
{
color: #3F597D;
}
.AnyTagClassName
{
color: #3F597D;
}
</style>
background-color css
<style>
a { background-color: #3F597D; }
a { background-color: rgb(63,89,125); }
div.DivClassName
{
background-color: #3F597D;
}
.BgClassName
{
background-color: #3F597D;
}
</style>
border-color css
<style>
span { border-color: #3F597D; }
span { border-color: rgb(63,89,125); }
td.TdClassName
{
border-color: #3F597D;
}
.TagClassName
{
border-color: #3F597D;
}
</style>