Shades of Bismark #3F687E
Tints of Bismark #3F687E
RGB
CMYK
RGB Variations
Color information
#3F687E (or 0x3F687E) is known color: Bismark. HEX triplet: 3F, 68 and 7E. RGB value is (63,104,126). Sum of RGB (Red+Green+Blue) = 63+104+126=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 126 - color contains mainly: blue. Hex color #3F687E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F687E is #C09781. Grayscale: #5E5E5E. Windows color (decimal): -12621698 or 8284223. OLE color: 8284223.
HSL color Cylindrical-coordinate representation of color #3F687E: hue angle of 200.95º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F687E is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 104 | 126 | - |
| CMYK | 0.50 | 0.17 | 0 | 0.51 |
| HSL | 200.95º | 0.33% | 0.37% | - |
| HSV(B) | 200.95º | 0.5% | 0.49% | - |
| XYZ | 10.77 | 12.46 | 21.58 | - |
| YUV | 94.25 | 145.92 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 104 | 126 | 0.50 | 0.17 | 0 | 0.51 | 200.95 | 0.33 | 0.37 |
| Hex | 3F | 68 | 7E | 32 | 11 | 0 | 33 | C9 | 21 | 25 |
| Octal | 77 | 150 | 176 | 62 | 21 | 0 | 63 | 311 | 41 | 45 |
| Binary | 111111 | 1101000 | 1111110 | 110010 | 10001 | 0 | 110011 | 11001001 | 100001 | 100101 |
Color Harmonies of #3F687E
Complementary color
Monochromatic Colors of #3F687E
Black with #3F687E
Text Example
Text Example
White with #3F687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F687E; }
p { color: rgb(63,104,126); }
H1.HeaderClassName
{
color: #3F687E;
}
.AnyTagClassName
{
color: #3F687E;
}
</style>
background-color css
<style>
a { background-color: #3F687E; }
a { background-color: rgb(63,104,126); }
div.DivClassName
{
background-color: #3F687E;
}
.BgClassName
{
background-color: #3F687E;
}
</style>
border-color css
<style>
span { border-color: #3F687E; }
span { border-color: rgb(63,104,126); }
td.TdClassName
{
border-color: #3F687E;
}
.TagClassName
{
border-color: #3F687E;
}
</style>