Shades of Chambray #3C5370
Tints of Chambray #3C5370
RGB
CMYK
RGB Variations
Color information
#3C5370 (or 0x3C5370) is known color: Chambray. HEX triplet: 3C, 53 and 70. RGB value is (60,83,112). Sum of RGB (Red+Green+Blue) = 60+83+112=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C5370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5370 is #C3AC8F. Grayscale: #4F4F4F. Windows color (decimal): -12823696 or 7361340. OLE color: 7361340.
HSL color Cylindrical-coordinate representation of color #3C5370: hue angle of 213.46º 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 #3C5370 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 83 | 112 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.56 |
| HSL | 213.46º | 0.3% | 0.34% | - |
| HSV(B) | 213.46º | 0.46% | 0.44% | - |
| XYZ | 7.88 | 8.32 | 16.52 | - |
| YUV | 79.43 | 146.38 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 83 | 112 | 0.46 | 0.26 | 0 | 0.56 | 213.46 | 0.3 | 0.34 |
| Hex | 3C | 53 | 70 | 2E | 1A | 0 | 38 | D5 | 1E | 22 |
| Octal | 74 | 123 | 160 | 56 | 32 | 0 | 70 | 325 | 36 | 42 |
| Binary | 111100 | 1010011 | 1110000 | 101110 | 11010 | 0 | 111000 | 11010101 | 11110 | 100010 |
Color Harmonies of #3C5370
Complementary color
Monochromatic Colors of #3C5370
Black with #3C5370
Text Example
Text Example
White with #3C5370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5370; }
p { color: rgb(60,83,112); }
H1.HeaderClassName
{
color: #3C5370;
}
.AnyTagClassName
{
color: #3C5370;
}
</style>
background-color css
<style>
a { background-color: #3C5370; }
a { background-color: rgb(60,83,112); }
div.DivClassName
{
background-color: #3C5370;
}
.BgClassName
{
background-color: #3C5370;
}
</style>
border-color css
<style>
span { border-color: #3C5370; }
span { border-color: rgb(60,83,112); }
td.TdClassName
{
border-color: #3C5370;
}
.TagClassName
{
border-color: #3C5370;
}
</style>