Shades of Bismark #43697C
Tints of Bismark #43697C
RGB
CMYK
RGB Variations
Color information
#43697C (or 0x43697C) is known color: Bismark. HEX triplet: 43, 69 and 7C. RGB value is (67,105,124). Sum of RGB (Red+Green+Blue) = 67+105+124=296 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.64% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 124 - color contains mainly: blue. Hex color #43697C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43697C is #BC9683. Grayscale: #5F5F5F. Windows color (decimal): -12359300 or 8153411. OLE color: 8153411.
HSL color Cylindrical-coordinate representation of color #43697C: hue angle of 200º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #43697C is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 105 | 124 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.51 |
| HSL | 200º | 0.3% | 0.37% | - |
| HSV(B) | 200º | 0.46% | 0.49% | - |
| XYZ | 11 | 12.75 | 20.95 | - |
| YUV | 95.8 | 143.91 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 105 | 124 | 0.46 | 0.15 | 0 | 0.51 | 200 | 0.3 | 0.37 |
| Hex | 43 | 69 | 7C | 2E | F | 0 | 33 | C8 | 1E | 25 |
| Octal | 103 | 151 | 174 | 56 | 17 | 0 | 63 | 310 | 36 | 45 |
| Binary | 1000011 | 1101001 | 1111100 | 101110 | 1111 | 0 | 110011 | 11001000 | 11110 | 100101 |
Color Harmonies of #43697C
Complementary color
Monochromatic Colors of #43697C
Black with #43697C
Text Example
Text Example
White with #43697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43697C; }
p { color: rgb(67,105,124); }
H1.HeaderClassName
{
color: #43697C;
}
.AnyTagClassName
{
color: #43697C;
}
</style>
background-color css
<style>
a { background-color: #43697C; }
a { background-color: rgb(67,105,124); }
div.DivClassName
{
background-color: #43697C;
}
.BgClassName
{
background-color: #43697C;
}
</style>
border-color css
<style>
span { border-color: #43697C; }
span { border-color: rgb(67,105,124); }
td.TdClassName
{
border-color: #43697C;
}
.TagClassName
{
border-color: #43697C;
}
</style>