Shades of Chambray #3C5478
Tints of Chambray #3C5478
RGB
CMYK
RGB Variations
Color information
#3C5478 (or 0x3C5478) is known color: Chambray. HEX triplet: 3C, 54 and 78. RGB value is (60,84,120). Sum of RGB (Red+Green+Blue) = 60+84+120=264 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.73% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C5478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5478 is #C3AB87. Grayscale: #505050. Windows color (decimal): -12823432 or 7885884. OLE color: 7885884.
HSL color Cylindrical-coordinate representation of color #3C5478: hue angle of 216º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C5478 is Cyan = 0.5, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 84 | 120 | - |
| CMYK | 0.5 | 0.3 | 0 | 0.53 |
| HSL | 216º | 0.33% | 0.35% | - |
| HSV(B) | 216º | 0.5% | 0.47% | - |
| XYZ | 8.42 | 8.66 | 19 | - |
| YUV | 80.93 | 150.05 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 84 | 120 | 0.5 | 0.3 | 0 | 0.53 | 216 | 0.33 | 0.35 |
| Hex | 3C | 54 | 78 | 32 | 1E | 0 | 35 | D8 | 21 | 23 |
| Octal | 74 | 124 | 170 | 62 | 36 | 0 | 65 | 330 | 41 | 43 |
| Binary | 111100 | 1010100 | 1111000 | 110010 | 11110 | 0 | 110101 | 11011000 | 100001 | 100011 |
Color Harmonies of #3C5478
Complementary color
Monochromatic Colors of #3C5478
Black with #3C5478
Text Example
Text Example
White with #3C5478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5478; }
p { color: rgb(60,84,120); }
H1.HeaderClassName
{
color: #3C5478;
}
.AnyTagClassName
{
color: #3C5478;
}
</style>
background-color css
<style>
a { background-color: #3C5478; }
a { background-color: rgb(60,84,120); }
div.DivClassName
{
background-color: #3C5478;
}
.BgClassName
{
background-color: #3C5478;
}
</style>
border-color css
<style>
span { border-color: #3C5478; }
span { border-color: rgb(60,84,120); }
td.TdClassName
{
border-color: #3C5478;
}
.TagClassName
{
border-color: #3C5478;
}
</style>