Shades of Bismark #3C6877
Tints of Bismark #3C6877
RGB
CMYK
RGB Variations
Color information
#3C6877 (or 0x3C6877) is known color: Bismark. HEX triplet: 3C, 68 and 77. RGB value is (60,104,119). Sum of RGB (Red+Green+Blue) = 60+104+119=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C6877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6877 is #C39788. Grayscale: #5C5C5C. Windows color (decimal): -12818313 or 7825468. OLE color: 7825468.
HSL color Cylindrical-coordinate representation of color #3C6877: hue angle of 195.25º degrees, saturation: 0.33, 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 #3C6877 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 104 | 119 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.53 |
| HSL | 195.25º | 0.33% | 0.35% | - |
| HSV(B) | 195.25º | 0.5% | 0.47% | - |
| XYZ | 10.14 | 12.19 | 19.27 | - |
| YUV | 92.55 | 142.92 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 104 | 119 | 0.50 | 0.13 | 0 | 0.53 | 195.25 | 0.33 | 0.35 |
| Hex | 3C | 68 | 77 | 32 | D | 0 | 35 | C3 | 21 | 23 |
| Octal | 74 | 150 | 167 | 62 | 15 | 0 | 65 | 303 | 41 | 43 |
| Binary | 111100 | 1101000 | 1110111 | 110010 | 1101 | 0 | 110101 | 11000011 | 100001 | 100011 |
Color Harmonies of #3C6877
Complementary color
Monochromatic Colors of #3C6877
Black with #3C6877
Text Example
Text Example
White with #3C6877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6877; }
p { color: rgb(60,104,119); }
H1.HeaderClassName
{
color: #3C6877;
}
.AnyTagClassName
{
color: #3C6877;
}
</style>
background-color css
<style>
a { background-color: #3C6877; }
a { background-color: rgb(60,104,119); }
div.DivClassName
{
background-color: #3C6877;
}
.BgClassName
{
background-color: #3C6877;
}
</style>
border-color css
<style>
span { border-color: #3C6877; }
span { border-color: rgb(60,104,119); }
td.TdClassName
{
border-color: #3C6877;
}
.TagClassName
{
border-color: #3C6877;
}
</style>