Shades of Bismark #386D7A
Tints of Bismark #386D7A
RGB
CMYK
RGB Variations
Color information
#386D7A (or 0x386D7A) is known color: Bismark. HEX triplet: 38, 6D and 7A. RGB value is (56,109,122). Sum of RGB (Red+Green+Blue) = 56+109+122=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #386D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386D7A is #C79285. Grayscale: #5E5E5E. Windows color (decimal): -13079174 or 8023352. OLE color: 8023352.
HSL color Cylindrical-coordinate representation of color #386D7A: hue angle of 191.82º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #386D7A is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 109 | 122 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.52 |
| HSL | 191.82º | 0.37% | 0.35% | - |
| HSV(B) | 191.82º | 0.54% | 0.48% | - |
| XYZ | 10.61 | 13.18 | 20.4 | - |
| YUV | 94.64 | 143.44 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 109 | 122 | 0.54 | 0.11 | 0 | 0.52 | 191.82 | 0.37 | 0.35 |
| Hex | 38 | 6D | 7A | 36 | B | 0 | 34 | C0 | 25 | 23 |
| Octal | 70 | 155 | 172 | 66 | 13 | 0 | 64 | 300 | 45 | 43 |
| Binary | 111000 | 1101101 | 1111010 | 110110 | 1011 | 0 | 110100 | 11000000 | 100101 | 100011 |
Color Harmonies of #386D7A
Complementary color
Monochromatic Colors of #386D7A
Black with #386D7A
Text Example
Text Example
White with #386D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386D7A; }
p { color: rgb(56,109,122); }
H1.HeaderClassName
{
color: #386D7A;
}
.AnyTagClassName
{
color: #386D7A;
}
</style>
background-color css
<style>
a { background-color: #386D7A; }
a { background-color: rgb(56,109,122); }
div.DivClassName
{
background-color: #386D7A;
}
.BgClassName
{
background-color: #386D7A;
}
</style>
border-color css
<style>
span { border-color: #386D7A; }
span { border-color: rgb(56,109,122); }
td.TdClassName
{
border-color: #386D7A;
}
.TagClassName
{
border-color: #386D7A;
}
</style>