Shades of Bismark #43687C
Tints of Bismark #43687C
RGB
CMYK
RGB Variations
Color information
#43687C (or 0x43687C) is known color: Bismark. HEX triplet: 43, 68 and 7C. RGB value is (67,104,124). Sum of RGB (Red+Green+Blue) = 67+104+124=295 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.71% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #43687C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43687C is #BC9783. Grayscale: #5F5F5F. Windows color (decimal): -12359556 or 8153155. OLE color: 8153155.
HSL color Cylindrical-coordinate representation of color #43687C: hue angle of 201.05º 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 #43687C is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 104 | 124 | - |
| CMYK | 0.46 | 0.16 | 0 | 0.51 |
| HSL | 201.05º | 0.3% | 0.37% | - |
| HSV(B) | 201.05º | 0.46% | 0.49% | - |
| XYZ | 10.9 | 12.55 | 20.92 | - |
| YUV | 95.22 | 144.24 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 104 | 124 | 0.46 | 0.16 | 0 | 0.51 | 201.05 | 0.3 | 0.37 |
| Hex | 43 | 68 | 7C | 2E | 10 | 0 | 33 | C9 | 1E | 25 |
| Octal | 103 | 150 | 174 | 56 | 20 | 0 | 63 | 311 | 36 | 45 |
| Binary | 1000011 | 1101000 | 1111100 | 101110 | 10000 | 0 | 110011 | 11001001 | 11110 | 100101 |
Color Harmonies of #43687C
Complementary color
Monochromatic Colors of #43687C
Black with #43687C
Text Example
Text Example
White with #43687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43687C; }
p { color: rgb(67,104,124); }
H1.HeaderClassName
{
color: #43687C;
}
.AnyTagClassName
{
color: #43687C;
}
</style>
background-color css
<style>
a { background-color: #43687C; }
a { background-color: rgb(67,104,124); }
div.DivClassName
{
background-color: #43687C;
}
.BgClassName
{
background-color: #43687C;
}
</style>
border-color css
<style>
span { border-color: #43687C; }
span { border-color: rgb(67,104,124); }
td.TdClassName
{
border-color: #43687C;
}
.TagClassName
{
border-color: #43687C;
}
</style>