Shades of Bismark #43677B
Tints of Bismark #43677B
RGB
CMYK
RGB Variations
Color information
#43677B (or 0x43677B) is known color: Bismark. HEX triplet: 43, 67 and 7B. RGB value is (67,103,123). Sum of RGB (Red+Green+Blue) = 67+103+123=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 123 - color contains mainly: blue. Hex color #43677B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43677B is #BC9884. Grayscale: #5E5E5E. Windows color (decimal): -12359813 or 8087363. OLE color: 8087363.
HSL color Cylindrical-coordinate representation of color #43677B: hue angle of 201.43º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #43677B is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 67 | 103 | 123 | - |
| CMYK | 0.46 | 0.16 | 0 | 0.52 |
| HSL | 201.43º | 0.29% | 0.37% | - |
| HSV(B) | 201.43º | 0.46% | 0.48% | - |
| XYZ | 10.74 | 12.32 | 20.55 | - |
| YUV | 94.52 | 144.07 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 103 | 123 | 0.46 | 0.16 | 0 | 0.52 | 201.43 | 0.29 | 0.37 |
| Hex | 43 | 67 | 7B | 2E | 10 | 0 | 34 | C9 | 1D | 25 |
| Octal | 103 | 147 | 173 | 56 | 20 | 0 | 64 | 311 | 35 | 45 |
| Binary | 1000011 | 1100111 | 1111011 | 101110 | 10000 | 0 | 110100 | 11001001 | 11101 | 100101 |
Color Harmonies of #43677B
Complementary color
Monochromatic Colors of #43677B
Black with #43677B
Text Example
Text Example
White with #43677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43677B; }
p { color: rgb(67,103,123); }
H1.HeaderClassName
{
color: #43677B;
}
.AnyTagClassName
{
color: #43677B;
}
</style>
background-color css
<style>
a { background-color: #43677B; }
a { background-color: rgb(67,103,123); }
div.DivClassName
{
background-color: #43677B;
}
.BgClassName
{
background-color: #43677B;
}
</style>
border-color css
<style>
span { border-color: #43677B; }
span { border-color: rgb(67,103,123); }
td.TdClassName
{
border-color: #43677B;
}
.TagClassName
{
border-color: #43677B;
}
</style>