Shades of Bismark #43687A
Tints of Bismark #43687A
RGB
CMYK
RGB Variations
Color information
#43687A (or 0x43687A) is known color: Bismark. HEX triplet: 43, 68 and 7A. RGB value is (67,104,122). Sum of RGB (Red+Green+Blue) = 67+104+122=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 122 - color contains mainly: blue. Hex color #43687A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43687A is #BC9785. Grayscale: #5E5E5E. Windows color (decimal): -12359558 or 8022083. OLE color: 8022083.
HSL color Cylindrical-coordinate representation of color #43687A: hue angle of 199.64º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #43687A is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 67 | 104 | 122 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.52 |
| HSL | 199.64º | 0.29% | 0.37% | - |
| HSV(B) | 199.64º | 0.45% | 0.48% | - |
| XYZ | 10.78 | 12.5 | 20.26 | - |
| YUV | 94.99 | 143.24 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 104 | 122 | 0.45 | 0.15 | 0 | 0.52 | 199.64 | 0.29 | 0.37 |
| Hex | 43 | 68 | 7A | 2D | F | 0 | 34 | C8 | 1D | 25 |
| Octal | 103 | 150 | 172 | 55 | 17 | 0 | 64 | 310 | 35 | 45 |
| Binary | 1000011 | 1101000 | 1111010 | 101101 | 1111 | 0 | 110100 | 11001000 | 11101 | 100101 |
Color Harmonies of #43687A
Complementary color
Monochromatic Colors of #43687A
Black with #43687A
Text Example
Text Example
White with #43687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43687A; }
p { color: rgb(67,104,122); }
H1.HeaderClassName
{
color: #43687A;
}
.AnyTagClassName
{
color: #43687A;
}
</style>
background-color css
<style>
a { background-color: #43687A; }
a { background-color: rgb(67,104,122); }
div.DivClassName
{
background-color: #43687A;
}
.BgClassName
{
background-color: #43687A;
}
</style>
border-color css
<style>
span { border-color: #43687A; }
span { border-color: rgb(67,104,122); }
td.TdClassName
{
border-color: #43687A;
}
.TagClassName
{
border-color: #43687A;
}
</style>