Shades of Chambray #3C5470
Tints of Chambray #3C5470
RGB
CMYK
RGB Variations
Color information
#3C5470 (or 0x3C5470) is known color: Chambray. HEX triplet: 3C, 54 and 70. RGB value is (60,84,112). Sum of RGB (Red+Green+Blue) = 60+84+112=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C5470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5470 is #C3AB8F. Grayscale: #4F4F4F. Windows color (decimal): -12823440 or 7361596. OLE color: 7361596.
HSL color Cylindrical-coordinate representation of color #3C5470: hue angle of 212.31º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C5470 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 84 | 112 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.56 |
| HSL | 212.31º | 0.3% | 0.34% | - |
| HSV(B) | 212.31º | 0.46% | 0.44% | - |
| XYZ | 7.96 | 8.47 | 16.54 | - |
| YUV | 80.02 | 146.05 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 84 | 112 | 0.46 | 0.25 | 0 | 0.56 | 212.31 | 0.3 | 0.34 |
| Hex | 3C | 54 | 70 | 2E | 19 | 0 | 38 | D4 | 1E | 22 |
| Octal | 74 | 124 | 160 | 56 | 31 | 0 | 70 | 324 | 36 | 42 |
| Binary | 111100 | 1010100 | 1110000 | 101110 | 11001 | 0 | 111000 | 11010100 | 11110 | 100010 |
Color Harmonies of #3C5470
Complementary color
Monochromatic Colors of #3C5470
Black with #3C5470
Text Example
Text Example
White with #3C5470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5470; }
p { color: rgb(60,84,112); }
H1.HeaderClassName
{
color: #3C5470;
}
.AnyTagClassName
{
color: #3C5470;
}
</style>
background-color css
<style>
a { background-color: #3C5470; }
a { background-color: rgb(60,84,112); }
div.DivClassName
{
background-color: #3C5470;
}
.BgClassName
{
background-color: #3C5470;
}
</style>
border-color css
<style>
span { border-color: #3C5470; }
span { border-color: rgb(60,84,112); }
td.TdClassName
{
border-color: #3C5470;
}
.TagClassName
{
border-color: #3C5470;
}
</style>