Shades of Bismark #3F6676
Tints of Bismark #3F6676
RGB
CMYK
RGB Variations
Color information
#3F6676 (or 0x3F6676) is known color: Bismark. HEX triplet: 3F, 66 and 76. RGB value is (63,102,118). Sum of RGB (Red+Green+Blue) = 63+102+118=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F6676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6676 is #C09989. Grayscale: #5C5C5C. Windows color (decimal): -12622218 or 7759423. OLE color: 7759423.
HSL color Cylindrical-coordinate representation of color #3F6676: hue angle of 197.45º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F6676 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 102 | 118 | - |
| CMYK | 0.47 | 0.14 | 0 | 0.54 |
| HSL | 197.45º | 0.3% | 0.35% | - |
| HSV(B) | 197.45º | 0.47% | 0.46% | - |
| XYZ | 10.07 | 11.87 | 18.9 | - |
| YUV | 92.16 | 142.58 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 102 | 118 | 0.47 | 0.14 | 0 | 0.54 | 197.45 | 0.3 | 0.35 |
| Hex | 3F | 66 | 76 | 2F | E | 0 | 36 | C5 | 1E | 23 |
| Octal | 77 | 146 | 166 | 57 | 16 | 0 | 66 | 305 | 36 | 43 |
| Binary | 111111 | 1100110 | 1110110 | 101111 | 1110 | 0 | 110110 | 11000101 | 11110 | 100011 |
Color Harmonies of #3F6676
Complementary color
Monochromatic Colors of #3F6676
Black with #3F6676
Text Example
Text Example
White with #3F6676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6676; }
p { color: rgb(63,102,118); }
H1.HeaderClassName
{
color: #3F6676;
}
.AnyTagClassName
{
color: #3F6676;
}
</style>
background-color css
<style>
a { background-color: #3F6676; }
a { background-color: rgb(63,102,118); }
div.DivClassName
{
background-color: #3F6676;
}
.BgClassName
{
background-color: #3F6676;
}
</style>
border-color css
<style>
span { border-color: #3F6676; }
span { border-color: rgb(63,102,118); }
td.TdClassName
{
border-color: #3F6676;
}
.TagClassName
{
border-color: #3F6676;
}
</style>