Shades of Chambray #3C536F
Tints of Chambray #3C536F
RGB
CMYK
RGB Variations
Color information
#3C536F (or 0x3C536F) is known color: Chambray. HEX triplet: 3C, 53 and 6F. RGB value is (60,83,111). Sum of RGB (Red+Green+Blue) = 60+83+111=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C536F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C536F is #C3AC90. Grayscale: #4F4F4F. Windows color (decimal): -12823697 or 7295804. OLE color: 7295804.
HSL color Cylindrical-coordinate representation of color #3C536F: hue angle of 212.94º 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 #3C536F is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 83 | 111 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.56 |
| HSL | 212.94º | 0.3% | 0.34% | - |
| HSV(B) | 212.94º | 0.46% | 0.44% | - |
| XYZ | 7.83 | 8.29 | 16.23 | - |
| YUV | 79.32 | 145.88 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 83 | 111 | 0.46 | 0.25 | 0 | 0.56 | 212.94 | 0.3 | 0.34 |
| Hex | 3C | 53 | 6F | 2E | 19 | 0 | 38 | D5 | 1E | 22 |
| Octal | 74 | 123 | 157 | 56 | 31 | 0 | 70 | 325 | 36 | 42 |
| Binary | 111100 | 1010011 | 1101111 | 101110 | 11001 | 0 | 111000 | 11010101 | 11110 | 100010 |
Color Harmonies of #3C536F
Complementary color
Monochromatic Colors of #3C536F
Black with #3C536F
Text Example
Text Example
White with #3C536F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C536F; }
p { color: rgb(60,83,111); }
H1.HeaderClassName
{
color: #3C536F;
}
.AnyTagClassName
{
color: #3C536F;
}
</style>
background-color css
<style>
a { background-color: #3C536F; }
a { background-color: rgb(60,83,111); }
div.DivClassName
{
background-color: #3C536F;
}
.BgClassName
{
background-color: #3C536F;
}
</style>
border-color css
<style>
span { border-color: #3C536F; }
span { border-color: rgb(60,83,111); }
td.TdClassName
{
border-color: #3C536F;
}
.TagClassName
{
border-color: #3C536F;
}
</style>