Shades of Bismark #3F707E
Tints of Bismark #3F707E
RGB
CMYK
RGB Variations
Color information
#3F707E (or 0x3F707E) is known color: Bismark. HEX triplet: 3F, 70 and 7E. RGB value is (63,112,126). Sum of RGB (Red+Green+Blue) = 63+112+126=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 126 - color contains mainly: blue. Hex color #3F707E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F707E is #C08F81. Grayscale: #626262. Windows color (decimal): -12619650 or 8286271. OLE color: 8286271.
HSL color Cylindrical-coordinate representation of color #3F707E: hue angle of 193.33º 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 #3F707E is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 112 | 126 | - |
| CMYK | 0.50 | 0.11 | 0 | 0.51 |
| HSL | 193.33º | 0.33% | 0.37% | - |
| HSV(B) | 193.33º | 0.5% | 0.49% | - |
| XYZ | 11.61 | 14.15 | 21.86 | - |
| YUV | 98.95 | 143.27 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 126 | 0.50 | 0.11 | 0 | 0.51 | 193.33 | 0.33 | 0.37 |
| Hex | 3F | 70 | 7E | 32 | B | 0 | 33 | C1 | 21 | 25 |
| Octal | 77 | 160 | 176 | 62 | 13 | 0 | 63 | 301 | 41 | 45 |
| Binary | 111111 | 1110000 | 1111110 | 110010 | 1011 | 0 | 110011 | 11000001 | 100001 | 100101 |
Color Harmonies of #3F707E
Complementary color
Monochromatic Colors of #3F707E
Black with #3F707E
Text Example
Text Example
White with #3F707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F707E; }
p { color: rgb(63,112,126); }
H1.HeaderClassName
{
color: #3F707E;
}
.AnyTagClassName
{
color: #3F707E;
}
</style>
background-color css
<style>
a { background-color: #3F707E; }
a { background-color: rgb(63,112,126); }
div.DivClassName
{
background-color: #3F707E;
}
.BgClassName
{
background-color: #3F707E;
}
</style>
border-color css
<style>
span { border-color: #3F707E; }
span { border-color: rgb(63,112,126); }
td.TdClassName
{
border-color: #3F707E;
}
.TagClassName
{
border-color: #3F707E;
}
</style>