Shades of Bismark #3D6678
Tints of Bismark #3D6678
RGB
CMYK
RGB Variations
Color information
#3D6678 (or 0x3D6678) is known color: Bismark. HEX triplet: 3D, 66 and 78. RGB value is (61,102,120). Sum of RGB (Red+Green+Blue) = 61+102+120=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 120 - color contains mainly: blue. Hex color #3D6678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6678 is #C29987. Grayscale: #5B5B5B. Windows color (decimal): -12753288 or 7890493. OLE color: 7890493.
HSL color Cylindrical-coordinate representation of color #3D6678: hue angle of 198.31º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D6678 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 102 | 120 | - |
| CMYK | 0.49 | 0.15 | 0 | 0.53 |
| HSL | 198.31º | 0.33% | 0.35% | - |
| HSV(B) | 198.31º | 0.49% | 0.47% | - |
| XYZ | 10.07 | 11.85 | 19.53 | - |
| YUV | 91.79 | 143.92 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 102 | 120 | 0.49 | 0.15 | 0 | 0.53 | 198.31 | 0.33 | 0.35 |
| Hex | 3D | 66 | 78 | 31 | F | 0 | 35 | C6 | 21 | 23 |
| Octal | 75 | 146 | 170 | 61 | 17 | 0 | 65 | 306 | 41 | 43 |
| Binary | 111101 | 1100110 | 1111000 | 110001 | 1111 | 0 | 110101 | 11000110 | 100001 | 100011 |
Color Harmonies of #3D6678
Complementary color
Monochromatic Colors of #3D6678
Black with #3D6678
Text Example
Text Example
White with #3D6678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6678; }
p { color: rgb(61,102,120); }
H1.HeaderClassName
{
color: #3D6678;
}
.AnyTagClassName
{
color: #3D6678;
}
</style>
background-color css
<style>
a { background-color: #3D6678; }
a { background-color: rgb(61,102,120); }
div.DivClassName
{
background-color: #3D6678;
}
.BgClassName
{
background-color: #3D6678;
}
</style>
border-color css
<style>
span { border-color: #3D6678; }
span { border-color: rgb(61,102,120); }
td.TdClassName
{
border-color: #3D6678;
}
.TagClassName
{
border-color: #3D6678;
}
</style>