Shades of Chambray #3C5377
Tints of Chambray #3C5377
RGB
CMYK
RGB Variations
Color information
#3C5377 (or 0x3C5377) is known color: Chambray. HEX triplet: 3C, 53 and 77. RGB value is (60,83,119). Sum of RGB (Red+Green+Blue) = 60+83+119=262 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.90% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C5377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5377 is #C3AC88. Grayscale: #505050. Windows color (decimal): -12823689 or 7820092. OLE color: 7820092.
HSL color Cylindrical-coordinate representation of color #3C5377: hue angle of 216.61º 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 #3C5377 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 83 | 119 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.53 |
| HSL | 216.61º | 0.33% | 0.35% | - |
| HSV(B) | 216.61º | 0.5% | 0.47% | - |
| XYZ | 8.29 | 8.48 | 18.65 | - |
| YUV | 80.23 | 149.88 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 83 | 119 | 0.50 | 0.30 | 0 | 0.53 | 216.61 | 0.33 | 0.35 |
| Hex | 3C | 53 | 77 | 32 | 1E | 0 | 35 | D9 | 21 | 23 |
| Octal | 74 | 123 | 167 | 62 | 36 | 0 | 65 | 331 | 41 | 43 |
| Binary | 111100 | 1010011 | 1110111 | 110010 | 11110 | 0 | 110101 | 11011001 | 100001 | 100011 |
Color Harmonies of #3C5377
Complementary color
Monochromatic Colors of #3C5377
Black with #3C5377
Text Example
Text Example
White with #3C5377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5377; }
p { color: rgb(60,83,119); }
H1.HeaderClassName
{
color: #3C5377;
}
.AnyTagClassName
{
color: #3C5377;
}
</style>
background-color css
<style>
a { background-color: #3C5377; }
a { background-color: rgb(60,83,119); }
div.DivClassName
{
background-color: #3C5377;
}
.BgClassName
{
background-color: #3C5377;
}
</style>
border-color css
<style>
span { border-color: #3C5377; }
span { border-color: rgb(60,83,119); }
td.TdClassName
{
border-color: #3C5377;
}
.TagClassName
{
border-color: #3C5377;
}
</style>