Shades of Bismark #396A78
Tints of Bismark #396A78
RGB
CMYK
RGB Variations
Color information
#396A78 (or 0x396A78) is known color: Bismark. HEX triplet: 39, 6A and 78. RGB value is (57,106,120). Sum of RGB (Red+Green+Blue) = 57+106+120=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 120 - color contains mainly: blue. Hex color #396A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396A78 is #C69587. Grayscale: #5C5C5C. Windows color (decimal): -13014408 or 7891513. OLE color: 7891513.
HSL color Cylindrical-coordinate representation of color #396A78: hue angle of 193.33º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #396A78 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 106 | 120 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.53 |
| HSL | 193.33º | 0.36% | 0.35% | - |
| HSV(B) | 193.33º | 0.53% | 0.47% | - |
| XYZ | 10.23 | 12.53 | 19.65 | - |
| YUV | 92.95 | 143.27 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 106 | 120 | 0.52 | 0.12 | 0 | 0.53 | 193.33 | 0.36 | 0.35 |
| Hex | 39 | 6A | 78 | 34 | C | 0 | 35 | C1 | 24 | 23 |
| Octal | 71 | 152 | 170 | 64 | 14 | 0 | 65 | 301 | 44 | 43 |
| Binary | 111001 | 1101010 | 1111000 | 110100 | 1100 | 0 | 110101 | 11000001 | 100100 | 100011 |
Color Harmonies of #396A78
Complementary color
Monochromatic Colors of #396A78
Black with #396A78
Text Example
Text Example
White with #396A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396A78; }
p { color: rgb(57,106,120); }
H1.HeaderClassName
{
color: #396A78;
}
.AnyTagClassName
{
color: #396A78;
}
</style>
background-color css
<style>
a { background-color: #396A78; }
a { background-color: rgb(57,106,120); }
div.DivClassName
{
background-color: #396A78;
}
.BgClassName
{
background-color: #396A78;
}
</style>
border-color css
<style>
span { border-color: #396A78; }
span { border-color: rgb(57,106,120); }
td.TdClassName
{
border-color: #396A78;
}
.TagClassName
{
border-color: #396A78;
}
</style>