Shades of Bismark #3F677F
Tints of Bismark #3F677F
RGB
CMYK
RGB Variations
Color information
#3F677F (or 0x3F677F) is known color: Bismark. HEX triplet: 3F, 67 and 7F. RGB value is (63,103,127). Sum of RGB (Red+Green+Blue) = 63+103+127=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F677F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F677F is #C09880. Grayscale: #5D5D5D. Windows color (decimal): -12621953 or 8349503. OLE color: 8349503.
HSL color Cylindrical-coordinate representation of color #3F677F: hue angle of 202.5º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F677F is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 63 | 103 | 127 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.50 |
| HSL | 202.5º | 0.34% | 0.37% | - |
| HSV(B) | 202.5º | 0.5% | 0.5% | - |
| XYZ | 10.73 | 12.29 | 21.89 | - |
| YUV | 93.78 | 146.75 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 103 | 127 | 0.50 | 0.19 | 0 | 0.50 | 202.5 | 0.34 | 0.37 |
| Hex | 3F | 67 | 7F | 32 | 13 | 0 | 32 | CA | 22 | 25 |
| Octal | 77 | 147 | 177 | 62 | 23 | 0 | 62 | 312 | 42 | 45 |
| Binary | 111111 | 1100111 | 1111111 | 110010 | 10011 | 0 | 110010 | 11001010 | 100010 | 100101 |
Color Harmonies of #3F677F
Complementary color
Monochromatic Colors of #3F677F
Black with #3F677F
Text Example
Text Example
White with #3F677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F677F; }
p { color: rgb(63,103,127); }
H1.HeaderClassName
{
color: #3F677F;
}
.AnyTagClassName
{
color: #3F677F;
}
</style>
background-color css
<style>
a { background-color: #3F677F; }
a { background-color: rgb(63,103,127); }
div.DivClassName
{
background-color: #3F677F;
}
.BgClassName
{
background-color: #3F677F;
}
</style>
border-color css
<style>
span { border-color: #3F677F; }
span { border-color: rgb(63,103,127); }
td.TdClassName
{
border-color: #3F677F;
}
.TagClassName
{
border-color: #3F677F;
}
</style>