Shades of Chambray #3C5472
Tints of Chambray #3C5472
RGB
CMYK
RGB Variations
Color information
#3C5472 (or 0x3C5472) is known color: Chambray. HEX triplet: 3C, 54 and 72. RGB value is (60,84,114). Sum of RGB (Red+Green+Blue) = 60+84+114=258 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.26% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C5472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5472 is #C3AB8D. Grayscale: #505050. Windows color (decimal): -12823438 or 7492668. OLE color: 7492668.
HSL color Cylindrical-coordinate representation of color #3C5472: hue angle of 213.33º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C5472 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 84 | 114 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.55 |
| HSL | 213.33º | 0.31% | 0.34% | - |
| HSV(B) | 213.33º | 0.47% | 0.45% | - |
| XYZ | 8.07 | 8.52 | 17.14 | - |
| YUV | 80.24 | 147.05 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 84 | 114 | 0.47 | 0.26 | 0 | 0.55 | 213.33 | 0.31 | 0.34 |
| Hex | 3C | 54 | 72 | 2F | 1A | 0 | 37 | D5 | 1F | 22 |
| Octal | 74 | 124 | 162 | 57 | 32 | 0 | 67 | 325 | 37 | 42 |
| Binary | 111100 | 1010100 | 1110010 | 101111 | 11010 | 0 | 110111 | 11010101 | 11111 | 100010 |
Color Harmonies of #3C5472
Complementary color
Monochromatic Colors of #3C5472
Black with #3C5472
Text Example
Text Example
White with #3C5472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5472; }
p { color: rgb(60,84,114); }
H1.HeaderClassName
{
color: #3C5472;
}
.AnyTagClassName
{
color: #3C5472;
}
</style>
background-color css
<style>
a { background-color: #3C5472; }
a { background-color: rgb(60,84,114); }
div.DivClassName
{
background-color: #3C5472;
}
.BgClassName
{
background-color: #3C5472;
}
</style>
border-color css
<style>
span { border-color: #3C5472; }
span { border-color: rgb(60,84,114); }
td.TdClassName
{
border-color: #3C5472;
}
.TagClassName
{
border-color: #3C5472;
}
</style>