Shades of Bay Of Many #3C3F61
Tints of Bay Of Many #3C3F61
RGB
CMYK
RGB Variations
Color information
#3C3F61 (or 0x3C3F61) is known color: Bay Of Many. HEX triplet: 3C, 3F and 61. RGB value is (60,63,97). Sum of RGB (Red+Green+Blue) = 60+63+97=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #3C3F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3F61 is #C3C09E. Grayscale: #414141. Windows color (decimal): -12828831 or 6373180. OLE color: 6373180.
HSL color Cylindrical-coordinate representation of color #3C3F61: hue angle of 235.14º 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 #3C3F61 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 63 | 97 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.62 |
| HSL | 235.14º | 0.24% | 0.31% | - |
| HSV(B) | 235.14º | 0.38% | 0.38% | - |
| XYZ | 5.8 | 5.38 | 12.04 | - |
| YUV | 65.98 | 145.51 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 63 | 97 | 0.38 | 0.35 | 0 | 0.62 | 235.14 | 0.24 | 0.31 |
| Hex | 3C | 3F | 61 | 26 | 23 | 0 | 3E | EB | 18 | 1F |
| Octal | 74 | 77 | 141 | 46 | 43 | 0 | 76 | 353 | 30 | 37 |
| Binary | 111100 | 111111 | 1100001 | 100110 | 100011 | 0 | 111110 | 11101011 | 11000 | 11111 |
Color Harmonies of #3C3F61
Complementary color
Monochromatic Colors of #3C3F61
Black with #3C3F61
Text Example
Text Example
White with #3C3F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3F61; }
p { color: rgb(60,63,97); }
H1.HeaderClassName
{
color: #3C3F61;
}
.AnyTagClassName
{
color: #3C3F61;
}
</style>
background-color css
<style>
a { background-color: #3C3F61; }
a { background-color: rgb(60,63,97); }
div.DivClassName
{
background-color: #3C3F61;
}
.BgClassName
{
background-color: #3C3F61;
}
</style>
border-color css
<style>
span { border-color: #3C3F61; }
span { border-color: rgb(60,63,97); }
td.TdClassName
{
border-color: #3C3F61;
}
.TagClassName
{
border-color: #3C3F61;
}
</style>