Shades of Bismark #3F6677
Tints of Bismark #3F6677
RGB
CMYK
RGB Variations
Color information
#3F6677 (or 0x3F6677) is known color: Bismark. HEX triplet: 3F, 66 and 77. RGB value is (63,102,119). Sum of RGB (Red+Green+Blue) = 63+102+119=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F6677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6677 is #C09988. Grayscale: #5C5C5C. Windows color (decimal): -12622217 or 7824959. OLE color: 7824959.
HSL color Cylindrical-coordinate representation of color #3F6677: hue angle of 198.21º 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 #3F6677 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 102 | 119 | - |
| CMYK | 0.47 | 0.14 | 0 | 0.53 |
| HSL | 198.21º | 0.31% | 0.36% | - |
| HSV(B) | 198.21º | 0.47% | 0.47% | - |
| XYZ | 10.13 | 11.89 | 19.21 | - |
| YUV | 92.28 | 143.08 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 102 | 119 | 0.47 | 0.14 | 0 | 0.53 | 198.21 | 0.31 | 0.36 |
| Hex | 3F | 66 | 77 | 2F | E | 0 | 35 | C6 | 1F | 24 |
| Octal | 77 | 146 | 167 | 57 | 16 | 0 | 65 | 306 | 37 | 44 |
| Binary | 111111 | 1100110 | 1110111 | 101111 | 1110 | 0 | 110101 | 11000110 | 11111 | 100100 |
Color Harmonies of #3F6677
Complementary color
Monochromatic Colors of #3F6677
Black with #3F6677
Text Example
Text Example
White with #3F6677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6677; }
p { color: rgb(63,102,119); }
H1.HeaderClassName
{
color: #3F6677;
}
.AnyTagClassName
{
color: #3F6677;
}
</style>
background-color css
<style>
a { background-color: #3F6677; }
a { background-color: rgb(63,102,119); }
div.DivClassName
{
background-color: #3F6677;
}
.BgClassName
{
background-color: #3F6677;
}
</style>
border-color css
<style>
span { border-color: #3F6677; }
span { border-color: rgb(63,102,119); }
td.TdClassName
{
border-color: #3F6677;
}
.TagClassName
{
border-color: #3F6677;
}
</style>