Shades of Bismark #3B6A74
Tints of Bismark #3B6A74
RGB
CMYK
RGB Variations
Color information
#3B6A74 (or 0x3B6A74) is known color: Bismark. HEX triplet: 3B, 6A and 74. RGB value is (59,106,116). Sum of RGB (Red+Green+Blue) = 59+106+116=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 116 - color contains mainly: blue. Hex color #3B6A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6A74 is #C4958B. Grayscale: #5D5D5D. Windows color (decimal): -12883340 or 7629371. OLE color: 7629371.
HSL color Cylindrical-coordinate representation of color #3B6A74: hue angle of 190.53º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B6A74 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 106 | 116 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.55 |
| HSL | 190.53º | 0.33% | 0.34% | - |
| HSV(B) | 190.53º | 0.49% | 0.45% | - |
| XYZ | 10.11 | 12.5 | 18.4 | - |
| YUV | 93.09 | 140.93 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 106 | 116 | 0.49 | 0.09 | 0 | 0.55 | 190.53 | 0.33 | 0.34 |
| Hex | 3B | 6A | 74 | 31 | 9 | 0 | 37 | BF | 21 | 22 |
| Octal | 73 | 152 | 164 | 61 | 11 | 0 | 67 | 277 | 41 | 42 |
| Binary | 111011 | 1101010 | 1110100 | 110001 | 1001 | 0 | 110111 | 10111111 | 100001 | 100010 |
Color Harmonies of #3B6A74
Complementary color
Monochromatic Colors of #3B6A74
Black with #3B6A74
Text Example
Text Example
White with #3B6A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6A74; }
p { color: rgb(59,106,116); }
H1.HeaderClassName
{
color: #3B6A74;
}
.AnyTagClassName
{
color: #3B6A74;
}
</style>
background-color css
<style>
a { background-color: #3B6A74; }
a { background-color: rgb(59,106,116); }
div.DivClassName
{
background-color: #3B6A74;
}
.BgClassName
{
background-color: #3B6A74;
}
</style>
border-color css
<style>
span { border-color: #3B6A74; }
span { border-color: rgb(59,106,116); }
td.TdClassName
{
border-color: #3B6A74;
}
.TagClassName
{
border-color: #3B6A74;
}
</style>