Shades of Bismark #3A6877
Tints of Bismark #3A6877
RGB
CMYK
RGB Variations
Color information
#3A6877 (or 0x3A6877) is known color: Bismark. HEX triplet: 3A, 68 and 77. RGB value is (58,104,119). Sum of RGB (Red+Green+Blue) = 58+104+119=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 104 (41.02% from 255 or 37.01% 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 #3A6877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6877 is #C59788. Grayscale: #5B5B5B. Windows color (decimal): -12949385 or 7825466. OLE color: 7825466.
HSL color Cylindrical-coordinate representation of color #3A6877: hue angle of 194.75º 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 #3A6877 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 58 | 104 | 119 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.53 |
| HSL | 194.75º | 0.34% | 0.35% | - |
| HSV(B) | 194.75º | 0.51% | 0.47% | - |
| XYZ | 10.03 | 12.13 | 19.27 | - |
| YUV | 91.96 | 143.26 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 104 | 119 | 0.51 | 0.13 | 0 | 0.53 | 194.75 | 0.34 | 0.35 |
| Hex | 3A | 68 | 77 | 33 | D | 0 | 35 | C3 | 22 | 23 |
| Octal | 72 | 150 | 167 | 63 | 15 | 0 | 65 | 303 | 42 | 43 |
| Binary | 111010 | 1101000 | 1110111 | 110011 | 1101 | 0 | 110101 | 11000011 | 100010 | 100011 |
Color Harmonies of #3A6877
Complementary color
Monochromatic Colors of #3A6877
Black with #3A6877
Text Example
Text Example
White with #3A6877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6877; }
p { color: rgb(58,104,119); }
H1.HeaderClassName
{
color: #3A6877;
}
.AnyTagClassName
{
color: #3A6877;
}
</style>
background-color css
<style>
a { background-color: #3A6877; }
a { background-color: rgb(58,104,119); }
div.DivClassName
{
background-color: #3A6877;
}
.BgClassName
{
background-color: #3A6877;
}
</style>
border-color css
<style>
span { border-color: #3A6877; }
span { border-color: rgb(58,104,119); }
td.TdClassName
{
border-color: #3A6877;
}
.TagClassName
{
border-color: #3A6877;
}
</style>