Shades of Bismark #3F707B
Tints of Bismark #3F707B
RGB
CMYK
RGB Variations
Color information
#3F707B (or 0x3F707B) is known color: Bismark. HEX triplet: 3F, 70 and 7B. RGB value is (63,112,123). Sum of RGB (Red+Green+Blue) = 63+112+123=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F707B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F707B is #C08F84. Grayscale: #626262. Windows color (decimal): -12619653 or 8089663. OLE color: 8089663.
HSL color Cylindrical-coordinate representation of color #3F707B: hue angle of 191º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F707B is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 112 | 123 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.52 |
| HSL | 191º | 0.32% | 0.36% | - |
| HSV(B) | 191º | 0.49% | 0.48% | - |
| XYZ | 11.42 | 14.08 | 20.85 | - |
| YUV | 98.6 | 141.77 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 123 | 0.49 | 0.09 | 0 | 0.52 | 191 | 0.32 | 0.36 |
| Hex | 3F | 70 | 7B | 31 | 9 | 0 | 34 | BF | 20 | 24 |
| Octal | 77 | 160 | 173 | 61 | 11 | 0 | 64 | 277 | 40 | 44 |
| Binary | 111111 | 1110000 | 1111011 | 110001 | 1001 | 0 | 110100 | 10111111 | 100000 | 100100 |
Color Harmonies of #3F707B
Complementary color
Monochromatic Colors of #3F707B
Black with #3F707B
Text Example
Text Example
White with #3F707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F707B; }
p { color: rgb(63,112,123); }
H1.HeaderClassName
{
color: #3F707B;
}
.AnyTagClassName
{
color: #3F707B;
}
</style>
background-color css
<style>
a { background-color: #3F707B; }
a { background-color: rgb(63,112,123); }
div.DivClassName
{
background-color: #3F707B;
}
.BgClassName
{
background-color: #3F707B;
}
</style>
border-color css
<style>
span { border-color: #3F707B; }
span { border-color: rgb(63,112,123); }
td.TdClassName
{
border-color: #3F707B;
}
.TagClassName
{
border-color: #3F707B;
}
</style>