Shades of Chambray #3C5474
Tints of Chambray #3C5474
RGB
CMYK
RGB Variations
Color information
#3C5474 (or 0x3C5474) is known color: Chambray. HEX triplet: 3C, 54 and 74. RGB value is (60,84,116). Sum of RGB (Red+Green+Blue) = 60+84+116=260 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.08% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 116 - color contains mainly: blue. Hex color #3C5474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5474 is #C3AB8B. Grayscale: #505050. Windows color (decimal): -12823436 or 7623740. OLE color: 7623740.
HSL color Cylindrical-coordinate representation of color #3C5474: hue angle of 214.29º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C5474 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 84 | 116 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.55 |
| HSL | 214.29º | 0.32% | 0.35% | - |
| HSV(B) | 214.29º | 0.48% | 0.45% | - |
| XYZ | 8.19 | 8.56 | 17.74 | - |
| YUV | 80.47 | 148.05 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 84 | 116 | 0.48 | 0.28 | 0 | 0.55 | 214.29 | 0.32 | 0.35 |
| Hex | 3C | 54 | 74 | 30 | 1C | 0 | 37 | D6 | 20 | 23 |
| Octal | 74 | 124 | 164 | 60 | 34 | 0 | 67 | 326 | 40 | 43 |
| Binary | 111100 | 1010100 | 1110100 | 110000 | 11100 | 0 | 110111 | 11010110 | 100000 | 100011 |
Color Harmonies of #3C5474
Complementary color
Monochromatic Colors of #3C5474
Black with #3C5474
Text Example
Text Example
White with #3C5474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5474; }
p { color: rgb(60,84,116); }
H1.HeaderClassName
{
color: #3C5474;
}
.AnyTagClassName
{
color: #3C5474;
}
</style>
background-color css
<style>
a { background-color: #3C5474; }
a { background-color: rgb(60,84,116); }
div.DivClassName
{
background-color: #3C5474;
}
.BgClassName
{
background-color: #3C5474;
}
</style>
border-color css
<style>
span { border-color: #3C5474; }
span { border-color: rgb(60,84,116); }
td.TdClassName
{
border-color: #3C5474;
}
.TagClassName
{
border-color: #3C5474;
}
</style>