Shades of Bismark #3F697F
Tints of Bismark #3F697F
RGB
CMYK
RGB Variations
Color information
#3F697F (or 0x3F697F) is known color: Bismark. HEX triplet: 3F, 69 and 7F. RGB value is (63,105,127). Sum of RGB (Red+Green+Blue) = 63+105+127=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F697F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F697F is #C09680. Grayscale: #5E5E5E. Windows color (decimal): -12621441 or 8350015. OLE color: 8350015.
HSL color Cylindrical-coordinate representation of color #3F697F: hue angle of 200.62º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F697F is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 63 | 105 | 127 | - |
| CMYK | 0.50 | 0.17 | 0 | 0.50 |
| HSL | 200.63º | 0.34% | 0.37% | - |
| HSV(B) | 200.63º | 0.5% | 0.5% | - |
| XYZ | 10.93 | 12.69 | 21.95 | - |
| YUV | 94.95 | 146.09 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 127 | 0.50 | 0.17 | 0 | 0.50 | 200.63 | 0.34 | 0.37 |
| Hex | 3F | 69 | 7F | 32 | 11 | 0 | 32 | C9 | 22 | 25 |
| Octal | 77 | 151 | 177 | 62 | 21 | 0 | 62 | 311 | 42 | 45 |
| Binary | 111111 | 1101001 | 1111111 | 110010 | 10001 | 0 | 110010 | 11001001 | 100010 | 100101 |
Color Harmonies of #3F697F
Complementary color
Monochromatic Colors of #3F697F
Black with #3F697F
Text Example
Text Example
White with #3F697F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F697F; }
p { color: rgb(63,105,127); }
H1.HeaderClassName
{
color: #3F697F;
}
.AnyTagClassName
{
color: #3F697F;
}
</style>
background-color css
<style>
a { background-color: #3F697F; }
a { background-color: rgb(63,105,127); }
div.DivClassName
{
background-color: #3F697F;
}
.BgClassName
{
background-color: #3F697F;
}
</style>
border-color css
<style>
span { border-color: #3F697F; }
span { border-color: rgb(63,105,127); }
td.TdClassName
{
border-color: #3F697F;
}
.TagClassName
{
border-color: #3F697F;
}
</style>