Shades of Bay Of Many #3F4560
Tints of Bay Of Many #3F4560
RGB
CMYK
RGB Variations
Color information
#3F4560 (or 0x3F4560) is known color: Bay Of Many. HEX triplet: 3F, 45 and 60. RGB value is (63,69,96). Sum of RGB (Red+Green+Blue) = 63+69+96=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #3F4560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4560 is #C0BA9F. Grayscale: #464646. Windows color (decimal): -12630688 or 6309183. OLE color: 6309183.
HSL color Cylindrical-coordinate representation of color #3F4560: hue angle of 229.09º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F4560 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 69 | 96 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.62 |
| HSL | 229.09º | 0.21% | 0.31% | - |
| HSV(B) | 229.09º | 0.34% | 0.38% | - |
| XYZ | 6.29 | 6.16 | 11.92 | - |
| YUV | 70.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 96 | 0.34 | 0.28 | 0 | 0.62 | 229.09 | 0.21 | 0.31 |
| Hex | 3F | 45 | 60 | 22 | 1C | 0 | 3E | E5 | 15 | 1F |
| Octal | 77 | 105 | 140 | 42 | 34 | 0 | 76 | 345 | 25 | 37 |
| Binary | 111111 | 1000101 | 1100000 | 100010 | 11100 | 0 | 111110 | 11100101 | 10101 | 11111 |
Color Harmonies of #3F4560
Complementary color
Monochromatic Colors of #3F4560
Black with #3F4560
Text Example
Text Example
White with #3F4560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4560; }
p { color: rgb(63,69,96); }
H1.HeaderClassName
{
color: #3F4560;
}
.AnyTagClassName
{
color: #3F4560;
}
</style>
background-color css
<style>
a { background-color: #3F4560; }
a { background-color: rgb(63,69,96); }
div.DivClassName
{
background-color: #3F4560;
}
.BgClassName
{
background-color: #3F4560;
}
</style>
border-color css
<style>
span { border-color: #3F4560; }
span { border-color: rgb(63,69,96); }
td.TdClassName
{
border-color: #3F4560;
}
.TagClassName
{
border-color: #3F4560;
}
</style>