Shades of Bismark #366B78
Tints of Bismark #366B78
RGB
CMYK
RGB Variations
Color information
#366B78 (or 0x366B78) is known color: Bismark. HEX triplet: 36, 6B and 78. RGB value is (54,107,120). Sum of RGB (Red+Green+Blue) = 54+107+120=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 107 (42.19% from 255 or 38.08% 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 #366B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366B78 is #C99487. Grayscale: #5C5C5C. Windows color (decimal): -13210760 or 7891766. OLE color: 7891766.
HSL color Cylindrical-coordinate representation of color #366B78: hue angle of 191.82º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #366B78 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 107 | 120 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.53 |
| HSL | 191.82º | 0.38% | 0.34% | - |
| HSV(B) | 191.82º | 0.55% | 0.47% | - |
| XYZ | 10.17 | 12.66 | 19.68 | - |
| YUV | 92.64 | 143.44 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 107 | 120 | 0.55 | 0.11 | 0 | 0.53 | 191.82 | 0.38 | 0.34 |
| Hex | 36 | 6B | 78 | 37 | B | 0 | 35 | C0 | 26 | 22 |
| Octal | 66 | 153 | 170 | 67 | 13 | 0 | 65 | 300 | 46 | 42 |
| Binary | 110110 | 1101011 | 1111000 | 110111 | 1011 | 0 | 110101 | 11000000 | 100110 | 100010 |
Color Harmonies of #366B78
Complementary color
Monochromatic Colors of #366B78
Black with #366B78
Text Example
Text Example
White with #366B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366B78; }
p { color: rgb(54,107,120); }
H1.HeaderClassName
{
color: #366B78;
}
.AnyTagClassName
{
color: #366B78;
}
</style>
background-color css
<style>
a { background-color: #366B78; }
a { background-color: rgb(54,107,120); }
div.DivClassName
{
background-color: #366B78;
}
.BgClassName
{
background-color: #366B78;
}
</style>
border-color css
<style>
span { border-color: #366B78; }
span { border-color: rgb(54,107,120); }
td.TdClassName
{
border-color: #366B78;
}
.TagClassName
{
border-color: #366B78;
}
</style>