Shades of Bismark #376A78
Tints of Bismark #376A78
RGB
CMYK
RGB Variations
Color information
#376A78 (or 0x376A78) is known color: Bismark. HEX triplet: 37, 6A and 78. RGB value is (55,106,120). Sum of RGB (Red+Green+Blue) = 55+106+120=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 120 - color contains mainly: blue. Hex color #376A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376A78 is #C89587. Grayscale: #5C5C5C. Windows color (decimal): -13145480 or 7891511. OLE color: 7891511.
HSL color Cylindrical-coordinate representation of color #376A78: hue angle of 192.92º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #376A78 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 106 | 120 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.53 |
| HSL | 192.92º | 0.37% | 0.34% | - |
| HSV(B) | 192.92º | 0.54% | 0.47% | - |
| XYZ | 10.12 | 12.48 | 19.64 | - |
| YUV | 92.35 | 143.6 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 106 | 120 | 0.54 | 0.12 | 0 | 0.53 | 192.92 | 0.37 | 0.34 |
| Hex | 37 | 6A | 78 | 36 | C | 0 | 35 | C1 | 25 | 22 |
| Octal | 67 | 152 | 170 | 66 | 14 | 0 | 65 | 301 | 45 | 42 |
| Binary | 110111 | 1101010 | 1111000 | 110110 | 1100 | 0 | 110101 | 11000001 | 100101 | 100010 |
Color Harmonies of #376A78
Complementary color
Monochromatic Colors of #376A78
Black with #376A78
Text Example
Text Example
White with #376A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376A78; }
p { color: rgb(55,106,120); }
H1.HeaderClassName
{
color: #376A78;
}
.AnyTagClassName
{
color: #376A78;
}
</style>
background-color css
<style>
a { background-color: #376A78; }
a { background-color: rgb(55,106,120); }
div.DivClassName
{
background-color: #376A78;
}
.BgClassName
{
background-color: #376A78;
}
</style>
border-color css
<style>
span { border-color: #376A78; }
span { border-color: rgb(55,106,120); }
td.TdClassName
{
border-color: #376A78;
}
.TagClassName
{
border-color: #376A78;
}
</style>