Shades of Bismark #3C6778
Tints of Bismark #3C6778
RGB
CMYK
RGB Variations
Color information
#3C6778 (or 0x3C6778) is known color: Bismark. HEX triplet: 3C, 67 and 78. RGB value is (60,103,120). Sum of RGB (Red+Green+Blue) = 60+103+120=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 103 (40.62% from 255 or 36.40% 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 #3C6778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6778 is #C39887. Grayscale: #5B5B5B. Windows color (decimal): -12818568 or 7890748. OLE color: 7890748.
HSL color Cylindrical-coordinate representation of color #3C6778: hue angle of 197º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C6778 is Cyan = 0.5, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 103 | 120 | - |
| CMYK | 0.5 | 0.14 | 0 | 0.53 |
| HSL | 197º | 0.33% | 0.35% | - |
| HSV(B) | 197º | 0.5% | 0.47% | - |
| XYZ | 10.1 | 12.02 | 19.56 | - |
| YUV | 92.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 103 | 120 | 0.5 | 0.14 | 0 | 0.53 | 197 | 0.33 | 0.35 |
| Hex | 3C | 67 | 78 | 32 | E | 0 | 35 | C5 | 21 | 23 |
| Octal | 74 | 147 | 170 | 62 | 16 | 0 | 65 | 305 | 41 | 43 |
| Binary | 111100 | 1100111 | 1111000 | 110010 | 1110 | 0 | 110101 | 11000101 | 100001 | 100011 |
Color Harmonies of #3C6778
Complementary color
Monochromatic Colors of #3C6778
Black with #3C6778
Text Example
Text Example
White with #3C6778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6778; }
p { color: rgb(60,103,120); }
H1.HeaderClassName
{
color: #3C6778;
}
.AnyTagClassName
{
color: #3C6778;
}
</style>
background-color css
<style>
a { background-color: #3C6778; }
a { background-color: rgb(60,103,120); }
div.DivClassName
{
background-color: #3C6778;
}
.BgClassName
{
background-color: #3C6778;
}
</style>
border-color css
<style>
span { border-color: #3C6778; }
span { border-color: rgb(60,103,120); }
td.TdClassName
{
border-color: #3C6778;
}
.TagClassName
{
border-color: #3C6778;
}
</style>