Shades of Bismark #3E677D
Tints of Bismark #3E677D
RGB
CMYK
RGB Variations
Color information
#3E677D (or 0x3E677D) is known color: Bismark. HEX triplet: 3E, 67 and 7D. RGB value is (62,103,125). Sum of RGB (Red+Green+Blue) = 62+103+125=290 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.38% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 125 - color contains mainly: blue. Hex color #3E677D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E677D is #C19882. Grayscale: #5D5D5D. Windows color (decimal): -12687491 or 8218430. OLE color: 8218430.
HSL color Cylindrical-coordinate representation of color #3E677D: hue angle of 200.95º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E677D is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 103 | 125 | - |
| CMYK | 0.50 | 0.18 | 0 | 0.51 |
| HSL | 200.95º | 0.34% | 0.37% | - |
| HSV(B) | 200.95º | 0.5% | 0.49% | - |
| XYZ | 10.54 | 12.21 | 21.2 | - |
| YUV | 93.25 | 145.92 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 103 | 125 | 0.50 | 0.18 | 0 | 0.51 | 200.95 | 0.34 | 0.37 |
| Hex | 3E | 67 | 7D | 32 | 12 | 0 | 33 | C9 | 22 | 25 |
| Octal | 76 | 147 | 175 | 62 | 22 | 0 | 63 | 311 | 42 | 45 |
| Binary | 111110 | 1100111 | 1111101 | 110010 | 10010 | 0 | 110011 | 11001001 | 100010 | 100101 |
Color Harmonies of #3E677D
Complementary color
Monochromatic Colors of #3E677D
Black with #3E677D
Text Example
Text Example
White with #3E677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E677D; }
p { color: rgb(62,103,125); }
H1.HeaderClassName
{
color: #3E677D;
}
.AnyTagClassName
{
color: #3E677D;
}
</style>
background-color css
<style>
a { background-color: #3E677D; }
a { background-color: rgb(62,103,125); }
div.DivClassName
{
background-color: #3E677D;
}
.BgClassName
{
background-color: #3E677D;
}
</style>
border-color css
<style>
span { border-color: #3E677D; }
span { border-color: rgb(62,103,125); }
td.TdClassName
{
border-color: #3E677D;
}
.TagClassName
{
border-color: #3E677D;
}
</style>