Shades of Bismark #3D697B
Tints of Bismark #3D697B
RGB
CMYK
RGB Variations
Color information
#3D697B (or 0x3D697B) is known color: Bismark. HEX triplet: 3D, 69 and 7B. RGB value is (61,105,123). Sum of RGB (Red+Green+Blue) = 61+105+123=289 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.11% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D697B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D697B is #C29684. Grayscale: #5D5D5D. Windows color (decimal): -12752517 or 8087869. OLE color: 8087869.
HSL color Cylindrical-coordinate representation of color #3D697B: hue angle of 197.42º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D697B is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 61 | 105 | 123 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.52 |
| HSL | 197.42º | 0.34% | 0.36% | - |
| HSV(B) | 197.42º | 0.5% | 0.48% | - |
| XYZ | 10.55 | 12.53 | 20.6 | - |
| YUV | 93.9 | 144.42 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 105 | 123 | 0.50 | 0.15 | 0 | 0.52 | 197.42 | 0.34 | 0.36 |
| Hex | 3D | 69 | 7B | 32 | F | 0 | 34 | C5 | 22 | 24 |
| Octal | 75 | 151 | 173 | 62 | 17 | 0 | 64 | 305 | 42 | 44 |
| Binary | 111101 | 1101001 | 1111011 | 110010 | 1111 | 0 | 110100 | 11000101 | 100010 | 100100 |
Color Harmonies of #3D697B
Complementary color
Monochromatic Colors of #3D697B
Black with #3D697B
Text Example
Text Example
White with #3D697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D697B; }
p { color: rgb(61,105,123); }
H1.HeaderClassName
{
color: #3D697B;
}
.AnyTagClassName
{
color: #3D697B;
}
</style>
background-color css
<style>
a { background-color: #3D697B; }
a { background-color: rgb(61,105,123); }
div.DivClassName
{
background-color: #3D697B;
}
.BgClassName
{
background-color: #3D697B;
}
</style>
border-color css
<style>
span { border-color: #3D697B; }
span { border-color: rgb(61,105,123); }
td.TdClassName
{
border-color: #3D697B;
}
.TagClassName
{
border-color: #3D697B;
}
</style>