Shades of Chambray #3F5774
Tints of Chambray #3F5774
RGB
CMYK
RGB Variations
Color information
#3F5774 (or 0x3F5774) is known color: Chambray. HEX triplet: 3F, 57 and 74. RGB value is (63,87,116). Sum of RGB (Red+Green+Blue) = 63+87+116=266 (35% of max value = 765). Red value is 63 (25% from 255 or 23.68% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F5774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5774 is #C0A88B. Grayscale: #525252. Windows color (decimal): -12626060 or 7624511. OLE color: 7624511.
HSL color Cylindrical-coordinate representation of color #3F5774: hue angle of 212.83º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F5774 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 87 | 116 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.55 |
| HSL | 212.83º | 0.3% | 0.35% | - |
| HSV(B) | 212.83º | 0.46% | 0.45% | - |
| XYZ | 8.61 | 9.13 | 17.83 | - |
| YUV | 83.13 | 146.55 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 87 | 116 | 0.46 | 0.25 | 0 | 0.55 | 212.83 | 0.3 | 0.35 |
| Hex | 3F | 57 | 74 | 2E | 19 | 0 | 37 | D5 | 1E | 23 |
| Octal | 77 | 127 | 164 | 56 | 31 | 0 | 67 | 325 | 36 | 43 |
| Binary | 111111 | 1010111 | 1110100 | 101110 | 11001 | 0 | 110111 | 11010101 | 11110 | 100011 |
Color Harmonies of #3F5774
Complementary color
Monochromatic Colors of #3F5774
Black with #3F5774
Text Example
Text Example
White with #3F5774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5774; }
p { color: rgb(63,87,116); }
H1.HeaderClassName
{
color: #3F5774;
}
.AnyTagClassName
{
color: #3F5774;
}
</style>
background-color css
<style>
a { background-color: #3F5774; }
a { background-color: rgb(63,87,116); }
div.DivClassName
{
background-color: #3F5774;
}
.BgClassName
{
background-color: #3F5774;
}
</style>
border-color css
<style>
span { border-color: #3F5774; }
span { border-color: rgb(63,87,116); }
td.TdClassName
{
border-color: #3F5774;
}
.TagClassName
{
border-color: #3F5774;
}
</style>