Shades of Bismark #3E6876
Tints of Bismark #3E6876
RGB
CMYK
RGB Variations
Color information
#3E6876 (or 0x3E6876) is known color: Bismark. HEX triplet: 3E, 68 and 76. RGB value is (62,104,118). Sum of RGB (Red+Green+Blue) = 62+104+118=284 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.83% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 118 - color contains mainly: blue. Hex color #3E6876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6876 is #C19789. Grayscale: #5C5C5C. Windows color (decimal): -12687242 or 7759934. OLE color: 7759934.
HSL color Cylindrical-coordinate representation of color #3E6876: hue angle of 195º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E6876 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 62 | 104 | 118 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.54 |
| HSL | 195º | 0.31% | 0.35% | - |
| HSV(B) | 195º | 0.47% | 0.46% | - |
| XYZ | 10.21 | 12.23 | 18.96 | - |
| YUV | 93.04 | 142.09 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 104 | 118 | 0.47 | 0.12 | 0 | 0.54 | 195 | 0.31 | 0.35 |
| Hex | 3E | 68 | 76 | 2F | C | 0 | 36 | C3 | 1F | 23 |
| Octal | 76 | 150 | 166 | 57 | 14 | 0 | 66 | 303 | 37 | 43 |
| Binary | 111110 | 1101000 | 1110110 | 101111 | 1100 | 0 | 110110 | 11000011 | 11111 | 100011 |
Color Harmonies of #3E6876
Complementary color
Monochromatic Colors of #3E6876
Black with #3E6876
Text Example
Text Example
White with #3E6876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6876; }
p { color: rgb(62,104,118); }
H1.HeaderClassName
{
color: #3E6876;
}
.AnyTagClassName
{
color: #3E6876;
}
</style>
background-color css
<style>
a { background-color: #3E6876; }
a { background-color: rgb(62,104,118); }
div.DivClassName
{
background-color: #3E6876;
}
.BgClassName
{
background-color: #3E6876;
}
</style>
border-color css
<style>
span { border-color: #3E6876; }
span { border-color: rgb(62,104,118); }
td.TdClassName
{
border-color: #3E6876;
}
.TagClassName
{
border-color: #3E6876;
}
</style>