Shades of Bismark #3C6978
Tints of Bismark #3C6978
RGB
CMYK
RGB Variations
Color information
#3C6978 (or 0x3C6978) is known color: Bismark. HEX triplet: 3C, 69 and 78. RGB value is (60,105,120). Sum of RGB (Red+Green+Blue) = 60+105+120=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C6978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6978 is #C39687. Grayscale: #5D5D5D. Windows color (decimal): -12818056 or 7891260. OLE color: 7891260.
HSL color Cylindrical-coordinate representation of color #3C6978: hue angle of 195º 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 #3C6978 is Cyan = 0.5, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 105 | 120 | - |
| CMYK | 0.5 | 0.13 | 0 | 0.53 |
| HSL | 195º | 0.33% | 0.35% | - |
| HSV(B) | 195º | 0.5% | 0.47% | - |
| XYZ | 10.31 | 12.42 | 19.62 | - |
| YUV | 93.26 | 143.09 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 105 | 120 | 0.5 | 0.13 | 0 | 0.53 | 195 | 0.33 | 0.35 |
| Hex | 3C | 69 | 78 | 32 | D | 0 | 35 | C3 | 21 | 23 |
| Octal | 74 | 151 | 170 | 62 | 15 | 0 | 65 | 303 | 41 | 43 |
| Binary | 111100 | 1101001 | 1111000 | 110010 | 1101 | 0 | 110101 | 11000011 | 100001 | 100011 |
Color Harmonies of #3C6978
Complementary color
Monochromatic Colors of #3C6978
Black with #3C6978
Text Example
Text Example
White with #3C6978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6978; }
p { color: rgb(60,105,120); }
H1.HeaderClassName
{
color: #3C6978;
}
.AnyTagClassName
{
color: #3C6978;
}
</style>
background-color css
<style>
a { background-color: #3C6978; }
a { background-color: rgb(60,105,120); }
div.DivClassName
{
background-color: #3C6978;
}
.BgClassName
{
background-color: #3C6978;
}
</style>
border-color css
<style>
span { border-color: #3C6978; }
span { border-color: rgb(60,105,120); }
td.TdClassName
{
border-color: #3C6978;
}
.TagClassName
{
border-color: #3C6978;
}
</style>