Shades of Bismark #3B6678
Tints of Bismark #3B6678
RGB
CMYK
RGB Variations
Color information
#3B6678 (or 0x3B6678) is known color: Bismark. HEX triplet: 3B, 66 and 78. RGB value is (59,102,120). Sum of RGB (Red+Green+Blue) = 59+102+120=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 120 - color contains mainly: blue. Hex color #3B6678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6678 is #C49987. Grayscale: #5B5B5B. Windows color (decimal): -12884360 or 7890491. OLE color: 7890491.
HSL color Cylindrical-coordinate representation of color #3B6678: hue angle of 197.7º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B6678 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 102 | 120 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.53 |
| HSL | 197.7º | 0.34% | 0.35% | - |
| HSV(B) | 197.7º | 0.51% | 0.47% | - |
| XYZ | 9.95 | 11.79 | 19.52 | - |
| YUV | 91.2 | 144.25 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 102 | 120 | 0.51 | 0.15 | 0 | 0.53 | 197.7 | 0.34 | 0.35 |
| Hex | 3B | 66 | 78 | 33 | F | 0 | 35 | C6 | 22 | 23 |
| Octal | 73 | 146 | 170 | 63 | 17 | 0 | 65 | 306 | 42 | 43 |
| Binary | 111011 | 1100110 | 1111000 | 110011 | 1111 | 0 | 110101 | 11000110 | 100010 | 100011 |
Color Harmonies of #3B6678
Complementary color
Monochromatic Colors of #3B6678
Black with #3B6678
Text Example
Text Example
White with #3B6678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6678; }
p { color: rgb(59,102,120); }
H1.HeaderClassName
{
color: #3B6678;
}
.AnyTagClassName
{
color: #3B6678;
}
</style>
background-color css
<style>
a { background-color: #3B6678; }
a { background-color: rgb(59,102,120); }
div.DivClassName
{
background-color: #3B6678;
}
.BgClassName
{
background-color: #3B6678;
}
</style>
border-color css
<style>
span { border-color: #3B6678; }
span { border-color: rgb(59,102,120); }
td.TdClassName
{
border-color: #3B6678;
}
.TagClassName
{
border-color: #3B6678;
}
</style>