Shades of Bismark #366A78
Tints of Bismark #366A78
RGB
CMYK
RGB Variations
Color information
#366A78 (or 0x366A78) is known color: Bismark. HEX triplet: 36, 6A and 78. RGB value is (54,106,120). Sum of RGB (Red+Green+Blue) = 54+106+120=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #366A78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366A78 is #C99587. Grayscale: #5B5B5B. Windows color (decimal): -13211016 or 7891510. OLE color: 7891510.
HSL color Cylindrical-coordinate representation of color #366A78: hue angle of 192.73º 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 #366A78 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 106 | 120 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.53 |
| HSL | 192.73º | 0.38% | 0.34% | - |
| HSV(B) | 192.73º | 0.55% | 0.47% | - |
| XYZ | 10.07 | 12.45 | 19.64 | - |
| YUV | 92.05 | 143.77 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 106 | 120 | 0.55 | 0.12 | 0 | 0.53 | 192.73 | 0.38 | 0.34 |
| Hex | 36 | 6A | 78 | 37 | C | 0 | 35 | C1 | 26 | 22 |
| Octal | 66 | 152 | 170 | 67 | 14 | 0 | 65 | 301 | 46 | 42 |
| Binary | 110110 | 1101010 | 1111000 | 110111 | 1100 | 0 | 110101 | 11000001 | 100110 | 100010 |
Color Harmonies of #366A78
Complementary color
Monochromatic Colors of #366A78
Black with #366A78
Text Example
Text Example
White with #366A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366A78; }
p { color: rgb(54,106,120); }
H1.HeaderClassName
{
color: #366A78;
}
.AnyTagClassName
{
color: #366A78;
}
</style>
background-color css
<style>
a { background-color: #366A78; }
a { background-color: rgb(54,106,120); }
div.DivClassName
{
background-color: #366A78;
}
.BgClassName
{
background-color: #366A78;
}
</style>
border-color css
<style>
span { border-color: #366A78; }
span { border-color: rgb(54,106,120); }
td.TdClassName
{
border-color: #366A78;
}
.TagClassName
{
border-color: #366A78;
}
</style>