Shades of Chambray #3F587C
Tints of Chambray #3F587C
RGB
CMYK
RGB Variations
Color information
#3F587C (or 0x3F587C) is known color: Chambray. HEX triplet: 3F, 58 and 7C. RGB value is (63,88,124). Sum of RGB (Red+Green+Blue) = 63+88+124=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F587C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F587C is #C0A783. Grayscale: #545454. Windows color (decimal): -12625796 or 8149055. OLE color: 8149055.
HSL color Cylindrical-coordinate representation of color #3F587C: hue angle of 215.41º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F587C is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 88 | 124 | - |
| CMYK | 0.49 | 0.29 | 0 | 0.51 |
| HSL | 215.41º | 0.33% | 0.37% | - |
| HSV(B) | 215.41º | 0.49% | 0.49% | - |
| XYZ | 9.18 | 9.49 | 20.42 | - |
| YUV | 84.63 | 150.22 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 88 | 124 | 0.49 | 0.29 | 0 | 0.51 | 215.41 | 0.33 | 0.37 |
| Hex | 3F | 58 | 7C | 31 | 1D | 0 | 33 | D7 | 21 | 25 |
| Octal | 77 | 130 | 174 | 61 | 35 | 0 | 63 | 327 | 41 | 45 |
| Binary | 111111 | 1011000 | 1111100 | 110001 | 11101 | 0 | 110011 | 11010111 | 100001 | 100101 |
Color Harmonies of #3F587C
Complementary color
Monochromatic Colors of #3F587C
Black with #3F587C
Text Example
Text Example
White with #3F587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F587C; }
p { color: rgb(63,88,124); }
H1.HeaderClassName
{
color: #3F587C;
}
.AnyTagClassName
{
color: #3F587C;
}
</style>
background-color css
<style>
a { background-color: #3F587C; }
a { background-color: rgb(63,88,124); }
div.DivClassName
{
background-color: #3F587C;
}
.BgClassName
{
background-color: #3F587C;
}
</style>
border-color css
<style>
span { border-color: #3F587C; }
span { border-color: rgb(63,88,124); }
td.TdClassName
{
border-color: #3F587C;
}
.TagClassName
{
border-color: #3F587C;
}
</style>