Shades of Bismark #3F6573
Tints of Bismark #3F6573
RGB
CMYK
RGB Variations
Color information
#3F6573 (or 0x3F6573) is known color: Bismark. HEX triplet: 3F, 65 and 73. RGB value is (63,101,115). Sum of RGB (Red+Green+Blue) = 63+101+115=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F6573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6573 is #C09A8C. Grayscale: #5B5B5B. Windows color (decimal): -12622477 or 7562559. OLE color: 7562559.
HSL color Cylindrical-coordinate representation of color #3F6573: hue angle of 196.15º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F6573 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 101 | 115 | - |
| CMYK | 0.45 | 0.12 | 0 | 0.55 |
| HSL | 196.15º | 0.29% | 0.35% | - |
| HSV(B) | 196.15º | 0.45% | 0.45% | - |
| XYZ | 9.8 | 11.6 | 17.94 | - |
| YUV | 91.23 | 141.41 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 101 | 115 | 0.45 | 0.12 | 0 | 0.55 | 196.15 | 0.29 | 0.35 |
| Hex | 3F | 65 | 73 | 2D | C | 0 | 37 | C4 | 1D | 23 |
| Octal | 77 | 145 | 163 | 55 | 14 | 0 | 67 | 304 | 35 | 43 |
| Binary | 111111 | 1100101 | 1110011 | 101101 | 1100 | 0 | 110111 | 11000100 | 11101 | 100011 |
Color Harmonies of #3F6573
Complementary color
Monochromatic Colors of #3F6573
Black with #3F6573
Text Example
Text Example
White with #3F6573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6573; }
p { color: rgb(63,101,115); }
H1.HeaderClassName
{
color: #3F6573;
}
.AnyTagClassName
{
color: #3F6573;
}
</style>
background-color css
<style>
a { background-color: #3F6573; }
a { background-color: rgb(63,101,115); }
div.DivClassName
{
background-color: #3F6573;
}
.BgClassName
{
background-color: #3F6573;
}
</style>
border-color css
<style>
span { border-color: #3F6573; }
span { border-color: rgb(63,101,115); }
td.TdClassName
{
border-color: #3F6573;
}
.TagClassName
{
border-color: #3F6573;
}
</style>