Shades of Bismark #3F687C
Tints of Bismark #3F687C
RGB
CMYK
RGB Variations
Color information
#3F687C (or 0x3F687C) is known color: Bismark. HEX triplet: 3F, 68 and 7C. RGB value is (63,104,124). Sum of RGB (Red+Green+Blue) = 63+104+124=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F687C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F687C is #C09783. Grayscale: #5D5D5D. Windows color (decimal): -12621700 or 8153151. OLE color: 8153151.
HSL color Cylindrical-coordinate representation of color #3F687C: hue angle of 199.67º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F687C is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 104 | 124 | - |
| CMYK | 0.49 | 0.16 | 0 | 0.51 |
| HSL | 199.67º | 0.33% | 0.37% | - |
| HSV(B) | 199.67º | 0.49% | 0.49% | - |
| XYZ | 10.64 | 12.41 | 20.9 | - |
| YUV | 94.02 | 144.92 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 104 | 124 | 0.49 | 0.16 | 0 | 0.51 | 199.67 | 0.33 | 0.37 |
| Hex | 3F | 68 | 7C | 31 | 10 | 0 | 33 | C8 | 21 | 25 |
| Octal | 77 | 150 | 174 | 61 | 20 | 0 | 63 | 310 | 41 | 45 |
| Binary | 111111 | 1101000 | 1111100 | 110001 | 10000 | 0 | 110011 | 11001000 | 100001 | 100101 |
Color Harmonies of #3F687C
Complementary color
Monochromatic Colors of #3F687C
Black with #3F687C
Text Example
Text Example
White with #3F687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F687C; }
p { color: rgb(63,104,124); }
H1.HeaderClassName
{
color: #3F687C;
}
.AnyTagClassName
{
color: #3F687C;
}
</style>
background-color css
<style>
a { background-color: #3F687C; }
a { background-color: rgb(63,104,124); }
div.DivClassName
{
background-color: #3F687C;
}
.BgClassName
{
background-color: #3F687C;
}
</style>
border-color css
<style>
span { border-color: #3F687C; }
span { border-color: rgb(63,104,124); }
td.TdClassName
{
border-color: #3F687C;
}
.TagClassName
{
border-color: #3F687C;
}
</style>