Shades of Bismark #3E6E79
Tints of Bismark #3E6E79
RGB
CMYK
RGB Variations
Color information
#3E6E79 (or 0x3E6E79) is known color: Bismark. HEX triplet: 3E, 6E and 79. RGB value is (62,110,121). Sum of RGB (Red+Green+Blue) = 62+110+121=293 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.16% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 121 - color contains mainly: blue. Hex color #3E6E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6E79 is #C19186. Grayscale: #606060. Windows color (decimal): -12685703 or 7958078. OLE color: 7958078.
HSL color Cylindrical-coordinate representation of color #3E6E79: hue angle of 191.19º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E6E79 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 110 | 121 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.53 |
| HSL | 191.19º | 0.32% | 0.36% | - |
| HSV(B) | 191.19º | 0.49% | 0.47% | - |
| XYZ | 11.01 | 13.56 | 20.13 | - |
| YUV | 96.9 | 141.6 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 110 | 121 | 0.49 | 0.09 | 0 | 0.53 | 191.19 | 0.32 | 0.36 |
| Hex | 3E | 6E | 79 | 31 | 9 | 0 | 35 | BF | 20 | 24 |
| Octal | 76 | 156 | 171 | 61 | 11 | 0 | 65 | 277 | 40 | 44 |
| Binary | 111110 | 1101110 | 1111001 | 110001 | 1001 | 0 | 110101 | 10111111 | 100000 | 100100 |
Color Harmonies of #3E6E79
Complementary color
Monochromatic Colors of #3E6E79
Black with #3E6E79
Text Example
Text Example
White with #3E6E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6E79; }
p { color: rgb(62,110,121); }
H1.HeaderClassName
{
color: #3E6E79;
}
.AnyTagClassName
{
color: #3E6E79;
}
</style>
background-color css
<style>
a { background-color: #3E6E79; }
a { background-color: rgb(62,110,121); }
div.DivClassName
{
background-color: #3E6E79;
}
.BgClassName
{
background-color: #3E6E79;
}
</style>
border-color css
<style>
span { border-color: #3E6E79; }
span { border-color: rgb(62,110,121); }
td.TdClassName
{
border-color: #3E6E79;
}
.TagClassName
{
border-color: #3E6E79;
}
</style>