Shades of Bismark #436372
Tints of Bismark #436372
RGB
CMYK
RGB Variations
Color information
#436372 (or 0x436372) is known color: Bismark. HEX triplet: 43, 63 and 72. RGB value is (67,99,114). Sum of RGB (Red+Green+Blue) = 67+99+114=280 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.93% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 114 - color contains mainly: blue. Hex color #436372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #436372 is #BC9C8D. Grayscale: #5B5B5B. Windows color (decimal): -12360846 or 7496515. OLE color: 7496515.
HSL color Cylindrical-coordinate representation of color #436372: hue angle of 199.15º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #436372 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 99 | 114 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.55 |
| HSL | 199.15º | 0.26% | 0.35% | - |
| HSV(B) | 199.15º | 0.41% | 0.45% | - |
| XYZ | 9.81 | 11.33 | 17.59 | - |
| YUV | 91.14 | 140.9 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 99 | 114 | 0.41 | 0.13 | 0 | 0.55 | 199.15 | 0.26 | 0.35 |
| Hex | 43 | 63 | 72 | 29 | D | 0 | 37 | C7 | 1A | 23 |
| Octal | 103 | 143 | 162 | 51 | 15 | 0 | 67 | 307 | 32 | 43 |
| Binary | 1000011 | 1100011 | 1110010 | 101001 | 1101 | 0 | 110111 | 11000111 | 11010 | 100011 |
Color Harmonies of #436372
Complementary color
Monochromatic Colors of #436372
Black with #436372
Text Example
Text Example
White with #436372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436372; }
p { color: rgb(67,99,114); }
H1.HeaderClassName
{
color: #436372;
}
.AnyTagClassName
{
color: #436372;
}
</style>
background-color css
<style>
a { background-color: #436372; }
a { background-color: rgb(67,99,114); }
div.DivClassName
{
background-color: #436372;
}
.BgClassName
{
background-color: #436372;
}
</style>
border-color css
<style>
span { border-color: #436372; }
span { border-color: rgb(67,99,114); }
td.TdClassName
{
border-color: #436372;
}
.TagClassName
{
border-color: #436372;
}
</style>