Shades of Bismark #3D6576
Tints of Bismark #3D6576
RGB
CMYK
RGB Variations
Color information
#3D6576 (or 0x3D6576) is known color: Bismark. HEX triplet: 3D, 65 and 76. RGB value is (61,101,118). Sum of RGB (Red+Green+Blue) = 61+101+118=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 101 (39.84% from 255 or 36.07% 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 #3D6576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6576 is #C29A89. Grayscale: #5A5A5A. Windows color (decimal): -12753546 or 7759165. OLE color: 7759165.
HSL color Cylindrical-coordinate representation of color #3D6576: hue angle of 197.89º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D6576 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 61 | 101 | 118 | - |
| CMYK | 0.48 | 0.14 | 0 | 0.54 |
| HSL | 197.89º | 0.32% | 0.35% | - |
| HSV(B) | 197.89º | 0.48% | 0.46% | - |
| XYZ | 9.85 | 11.61 | 18.86 | - |
| YUV | 90.98 | 143.25 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 101 | 118 | 0.48 | 0.14 | 0 | 0.54 | 197.89 | 0.32 | 0.35 |
| Hex | 3D | 65 | 76 | 30 | E | 0 | 36 | C6 | 20 | 23 |
| Octal | 75 | 145 | 166 | 60 | 16 | 0 | 66 | 306 | 40 | 43 |
| Binary | 111101 | 1100101 | 1110110 | 110000 | 1110 | 0 | 110110 | 11000110 | 100000 | 100011 |
Color Harmonies of #3D6576
Complementary color
Monochromatic Colors of #3D6576
Black with #3D6576
Text Example
Text Example
White with #3D6576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6576; }
p { color: rgb(61,101,118); }
H1.HeaderClassName
{
color: #3D6576;
}
.AnyTagClassName
{
color: #3D6576;
}
</style>
background-color css
<style>
a { background-color: #3D6576; }
a { background-color: rgb(61,101,118); }
div.DivClassName
{
background-color: #3D6576;
}
.BgClassName
{
background-color: #3D6576;
}
</style>
border-color css
<style>
span { border-color: #3D6576; }
span { border-color: rgb(61,101,118); }
td.TdClassName
{
border-color: #3D6576;
}
.TagClassName
{
border-color: #3D6576;
}
</style>