Shades of Bismark #3F697C
Tints of Bismark #3F697C
RGB
CMYK
RGB Variations
Color information
#3F697C (or 0x3F697C) is known color: Bismark. HEX triplet: 3F, 69 and 7C. RGB value is (63,105,124). Sum of RGB (Red+Green+Blue) = 63+105+124=292 (38% of max value = 765). Red value is 63 (25% from 255 or 21.58% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F697C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F697C is #C09683. Grayscale: #5E5E5E. Windows color (decimal): -12621444 or 8153407. OLE color: 8153407.
HSL color Cylindrical-coordinate representation of color #3F697C: hue angle of 198.69º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F697C is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 105 | 124 | - |
| CMYK | 0.49 | 0.15 | 0 | 0.51 |
| HSL | 198.69º | 0.33% | 0.37% | - |
| HSV(B) | 198.69º | 0.49% | 0.49% | - |
| XYZ | 10.74 | 12.62 | 20.94 | - |
| YUV | 94.61 | 144.59 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 124 | 0.49 | 0.15 | 0 | 0.51 | 198.69 | 0.33 | 0.37 |
| Hex | 3F | 69 | 7C | 31 | F | 0 | 33 | C7 | 21 | 25 |
| Octal | 77 | 151 | 174 | 61 | 17 | 0 | 63 | 307 | 41 | 45 |
| Binary | 111111 | 1101001 | 1111100 | 110001 | 1111 | 0 | 110011 | 11000111 | 100001 | 100101 |
Color Harmonies of #3F697C
Complementary color
Monochromatic Colors of #3F697C
Black with #3F697C
Text Example
Text Example
White with #3F697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F697C; }
p { color: rgb(63,105,124); }
H1.HeaderClassName
{
color: #3F697C;
}
.AnyTagClassName
{
color: #3F697C;
}
</style>
background-color css
<style>
a { background-color: #3F697C; }
a { background-color: rgb(63,105,124); }
div.DivClassName
{
background-color: #3F697C;
}
.BgClassName
{
background-color: #3F697C;
}
</style>
border-color css
<style>
span { border-color: #3F697C; }
span { border-color: rgb(63,105,124); }
td.TdClassName
{
border-color: #3F697C;
}
.TagClassName
{
border-color: #3F697C;
}
</style>