Shades of Bismark #3B6777
Tints of Bismark #3B6777
RGB
CMYK
RGB Variations
Color information
#3B6777 (or 0x3B6777) is known color: Bismark. HEX triplet: 3B, 67 and 77. RGB value is (59,103,119). Sum of RGB (Red+Green+Blue) = 59+103+119=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 119 - color contains mainly: blue. Hex color #3B6777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6777 is #C49888. Grayscale: #5B5B5B. Windows color (decimal): -12884105 or 7825211. OLE color: 7825211.
HSL color Cylindrical-coordinate representation of color #3B6777: hue angle of 196º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B6777 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 103 | 119 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.53 |
| HSL | 196º | 0.34% | 0.35% | - |
| HSV(B) | 196º | 0.5% | 0.47% | - |
| XYZ | 9.98 | 11.96 | 19.24 | - |
| YUV | 91.67 | 143.42 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 103 | 119 | 0.50 | 0.13 | 0 | 0.53 | 196 | 0.34 | 0.35 |
| Hex | 3B | 67 | 77 | 32 | D | 0 | 35 | C4 | 22 | 23 |
| Octal | 73 | 147 | 167 | 62 | 15 | 0 | 65 | 304 | 42 | 43 |
| Binary | 111011 | 1100111 | 1110111 | 110010 | 1101 | 0 | 110101 | 11000100 | 100010 | 100011 |
Color Harmonies of #3B6777
Complementary color
Monochromatic Colors of #3B6777
Black with #3B6777
Text Example
Text Example
White with #3B6777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6777; }
p { color: rgb(59,103,119); }
H1.HeaderClassName
{
color: #3B6777;
}
.AnyTagClassName
{
color: #3B6777;
}
</style>
background-color css
<style>
a { background-color: #3B6777; }
a { background-color: rgb(59,103,119); }
div.DivClassName
{
background-color: #3B6777;
}
.BgClassName
{
background-color: #3B6777;
}
</style>
border-color css
<style>
span { border-color: #3B6777; }
span { border-color: rgb(59,103,119); }
td.TdClassName
{
border-color: #3B6777;
}
.TagClassName
{
border-color: #3B6777;
}
</style>