Shades of Bismark #3B6773
Tints of Bismark #3B6773
RGB
CMYK
RGB Variations
Color information
#3B6773 (or 0x3B6773) is known color: Bismark. HEX triplet: 3B, 67 and 73. RGB value is (59,103,115). Sum of RGB (Red+Green+Blue) = 59+103+115=277 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.30% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B6773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6773 is #C4988C. Grayscale: #5B5B5B. Windows color (decimal): -12884109 or 7563067. OLE color: 7563067.
HSL color Cylindrical-coordinate representation of color #3B6773: hue angle of 192.86º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B6773 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 103 | 115 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.55 |
| HSL | 192.86º | 0.32% | 0.34% | - |
| HSV(B) | 192.86º | 0.49% | 0.45% | - |
| XYZ | 9.75 | 11.87 | 18 | - |
| YUV | 91.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 103 | 115 | 0.49 | 0.10 | 0 | 0.55 | 192.86 | 0.32 | 0.34 |
| Hex | 3B | 67 | 73 | 31 | A | 0 | 37 | C1 | 20 | 22 |
| Octal | 73 | 147 | 163 | 61 | 12 | 0 | 67 | 301 | 40 | 42 |
| Binary | 111011 | 1100111 | 1110011 | 110001 | 1010 | 0 | 110111 | 11000001 | 100000 | 100010 |
Color Harmonies of #3B6773
Complementary color
Monochromatic Colors of #3B6773
Black with #3B6773
Text Example
Text Example
White with #3B6773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6773; }
p { color: rgb(59,103,115); }
H1.HeaderClassName
{
color: #3B6773;
}
.AnyTagClassName
{
color: #3B6773;
}
</style>
background-color css
<style>
a { background-color: #3B6773; }
a { background-color: rgb(59,103,115); }
div.DivClassName
{
background-color: #3B6773;
}
.BgClassName
{
background-color: #3B6773;
}
</style>
border-color css
<style>
span { border-color: #3B6773; }
span { border-color: rgb(59,103,115); }
td.TdClassName
{
border-color: #3B6773;
}
.TagClassName
{
border-color: #3B6773;
}
</style>