Shades of Bismark #3C6676
Tints of Bismark #3C6676
RGB
CMYK
RGB Variations
Color information
#3C6676 (or 0x3C6676) is known color: Bismark. HEX triplet: 3C, 66 and 76. RGB value is (60,102,118). Sum of RGB (Red+Green+Blue) = 60+102+118=280 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.43% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C6676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6676 is #C39989. Grayscale: #5B5B5B. Windows color (decimal): -12818826 or 7759420. OLE color: 7759420.
HSL color Cylindrical-coordinate representation of color #3C6676: hue angle of 196.55º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C6676 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 102 | 118 | - |
| CMYK | 0.49 | 0.14 | 0 | 0.54 |
| HSL | 196.55º | 0.33% | 0.35% | - |
| HSV(B) | 196.55º | 0.49% | 0.46% | - |
| XYZ | 9.88 | 11.77 | 18.89 | - |
| YUV | 91.27 | 143.09 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 102 | 118 | 0.49 | 0.14 | 0 | 0.54 | 196.55 | 0.33 | 0.35 |
| Hex | 3C | 66 | 76 | 31 | E | 0 | 36 | C5 | 21 | 23 |
| Octal | 74 | 146 | 166 | 61 | 16 | 0 | 66 | 305 | 41 | 43 |
| Binary | 111100 | 1100110 | 1110110 | 110001 | 1110 | 0 | 110110 | 11000101 | 100001 | 100011 |
Color Harmonies of #3C6676
Complementary color
Monochromatic Colors of #3C6676
Black with #3C6676
Text Example
Text Example
White with #3C6676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6676; }
p { color: rgb(60,102,118); }
H1.HeaderClassName
{
color: #3C6676;
}
.AnyTagClassName
{
color: #3C6676;
}
</style>
background-color css
<style>
a { background-color: #3C6676; }
a { background-color: rgb(60,102,118); }
div.DivClassName
{
background-color: #3C6676;
}
.BgClassName
{
background-color: #3C6676;
}
</style>
border-color css
<style>
span { border-color: #3C6676; }
span { border-color: rgb(60,102,118); }
td.TdClassName
{
border-color: #3C6676;
}
.TagClassName
{
border-color: #3C6676;
}
</style>