Shades of Bismark #43677C
Tints of Bismark #43677C
RGB
CMYK
RGB Variations
Color information
#43677C (or 0x43677C) is known color: Bismark. HEX triplet: 43, 67 and 7C. RGB value is (67,103,124). Sum of RGB (Red+Green+Blue) = 67+103+124=294 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.79% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #43677C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43677C is #BC9883. Grayscale: #5E5E5E. Windows color (decimal): -12359812 or 8152899. OLE color: 8152899.
HSL color Cylindrical-coordinate representation of color #43677C: hue angle of 202.11º 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 #43677C is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 103 | 124 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.51 |
| HSL | 202.11º | 0.3% | 0.37% | - |
| HSV(B) | 202.11º | 0.46% | 0.49% | - |
| XYZ | 10.8 | 12.35 | 20.88 | - |
| YUV | 94.63 | 144.57 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 103 | 124 | 0.46 | 0.17 | 0 | 0.51 | 202.11 | 0.3 | 0.37 |
| Hex | 43 | 67 | 7C | 2E | 11 | 0 | 33 | CA | 1E | 25 |
| Octal | 103 | 147 | 174 | 56 | 21 | 0 | 63 | 312 | 36 | 45 |
| Binary | 1000011 | 1100111 | 1111100 | 101110 | 10001 | 0 | 110011 | 11001010 | 11110 | 100101 |
Color Harmonies of #43677C
Complementary color
Monochromatic Colors of #43677C
Black with #43677C
Text Example
Text Example
White with #43677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43677C; }
p { color: rgb(67,103,124); }
H1.HeaderClassName
{
color: #43677C;
}
.AnyTagClassName
{
color: #43677C;
}
</style>
background-color css
<style>
a { background-color: #43677C; }
a { background-color: rgb(67,103,124); }
div.DivClassName
{
background-color: #43677C;
}
.BgClassName
{
background-color: #43677C;
}
</style>
border-color css
<style>
span { border-color: #43677C; }
span { border-color: rgb(67,103,124); }
td.TdClassName
{
border-color: #43677C;
}
.TagClassName
{
border-color: #43677C;
}
</style>