Shades of Bay Of Many #3C4061
Tints of Bay Of Many #3C4061
RGB
CMYK
RGB Variations
Color information
#3C4061 (or 0x3C4061) is known color: Bay Of Many. HEX triplet: 3C, 40 and 61. RGB value is (60,64,97). Sum of RGB (Red+Green+Blue) = 60+64+97=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 97 - color contains mainly: blue. Hex color #3C4061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4061 is #C3BF9E. Grayscale: #424242. Windows color (decimal): -12828575 or 6373436. OLE color: 6373436.
HSL color Cylindrical-coordinate representation of color #3C4061: hue angle of 233.51º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C4061 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 64 | 97 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.62 |
| HSL | 233.51º | 0.24% | 0.31% | - |
| HSV(B) | 233.51º | 0.38% | 0.38% | - |
| XYZ | 5.85 | 5.49 | 12.06 | - |
| YUV | 66.57 | 145.17 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 97 | 0.38 | 0.34 | 0 | 0.62 | 233.51 | 0.24 | 0.31 |
| Hex | 3C | 40 | 61 | 26 | 22 | 0 | 3E | EA | 18 | 1F |
| Octal | 74 | 100 | 141 | 46 | 42 | 0 | 76 | 352 | 30 | 37 |
| Binary | 111100 | 1000000 | 1100001 | 100110 | 100010 | 0 | 111110 | 11101010 | 11000 | 11111 |
Color Harmonies of #3C4061
Complementary color
Monochromatic Colors of #3C4061
Black with #3C4061
Text Example
Text Example
White with #3C4061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4061; }
p { color: rgb(60,64,97); }
H1.HeaderClassName
{
color: #3C4061;
}
.AnyTagClassName
{
color: #3C4061;
}
</style>
background-color css
<style>
a { background-color: #3C4061; }
a { background-color: rgb(60,64,97); }
div.DivClassName
{
background-color: #3C4061;
}
.BgClassName
{
background-color: #3C4061;
}
</style>
border-color css
<style>
span { border-color: #3C4061; }
span { border-color: rgb(60,64,97); }
td.TdClassName
{
border-color: #3C4061;
}
.TagClassName
{
border-color: #3C4061;
}
</style>