Shades of Bismark #3F6D77
Tints of Bismark #3F6D77
RGB
CMYK
RGB Variations
Color information
#3F6D77 (or 0x3F6D77) is known color: Bismark. HEX triplet: 3F, 6D and 77. RGB value is (63,109,119). Sum of RGB (Red+Green+Blue) = 63+109+119=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F6D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6D77 is #C09288. Grayscale: #606060. Windows color (decimal): -12620425 or 7826751. OLE color: 7826751.
HSL color Cylindrical-coordinate representation of color #3F6D77: hue angle of 190.71º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F6D77 is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 109 | 119 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.53 |
| HSL | 190.71º | 0.31% | 0.36% | - |
| HSV(B) | 190.71º | 0.47% | 0.47% | - |
| XYZ | 10.85 | 13.33 | 19.45 | - |
| YUV | 96.39 | 140.76 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 109 | 119 | 0.47 | 0.08 | 0 | 0.53 | 190.71 | 0.31 | 0.36 |
| Hex | 3F | 6D | 77 | 2F | 8 | 0 | 35 | BF | 1F | 24 |
| Octal | 77 | 155 | 167 | 57 | 10 | 0 | 65 | 277 | 37 | 44 |
| Binary | 111111 | 1101101 | 1110111 | 101111 | 1000 | 0 | 110101 | 10111111 | 11111 | 100100 |
Color Harmonies of #3F6D77
Complementary color
Monochromatic Colors of #3F6D77
Black with #3F6D77
Text Example
Text Example
White with #3F6D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6D77; }
p { color: rgb(63,109,119); }
H1.HeaderClassName
{
color: #3F6D77;
}
.AnyTagClassName
{
color: #3F6D77;
}
</style>
background-color css
<style>
a { background-color: #3F6D77; }
a { background-color: rgb(63,109,119); }
div.DivClassName
{
background-color: #3F6D77;
}
.BgClassName
{
background-color: #3F6D77;
}
</style>
border-color css
<style>
span { border-color: #3F6D77; }
span { border-color: rgb(63,109,119); }
td.TdClassName
{
border-color: #3F6D77;
}
.TagClassName
{
border-color: #3F6D77;
}
</style>