Shades of Bismark #3E657B
Tints of Bismark #3E657B
RGB
CMYK
RGB Variations
Color information
#3E657B (or 0x3E657B) is known color: Bismark. HEX triplet: 3E, 65 and 7B. RGB value is (62,101,123). Sum of RGB (Red+Green+Blue) = 62+101+123=286 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.68% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E657B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E657B is #C19A84. Grayscale: #5B5B5B. Windows color (decimal): -12688005 or 8086846. OLE color: 8086846.
HSL color Cylindrical-coordinate representation of color #3E657B: hue angle of 201.64º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E657B is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 101 | 123 | - |
| CMYK | 0.50 | 0.18 | 0 | 0.52 |
| HSL | 201.64º | 0.33% | 0.36% | - |
| HSV(B) | 201.64º | 0.5% | 0.48% | - |
| XYZ | 10.22 | 11.76 | 20.47 | - |
| YUV | 91.85 | 145.58 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 101 | 123 | 0.50 | 0.18 | 0 | 0.52 | 201.64 | 0.33 | 0.36 |
| Hex | 3E | 65 | 7B | 32 | 12 | 0 | 34 | CA | 21 | 24 |
| Octal | 76 | 145 | 173 | 62 | 22 | 0 | 64 | 312 | 41 | 44 |
| Binary | 111110 | 1100101 | 1111011 | 110010 | 10010 | 0 | 110100 | 11001010 | 100001 | 100100 |
Color Harmonies of #3E657B
Complementary color
Monochromatic Colors of #3E657B
Black with #3E657B
Text Example
Text Example
White with #3E657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E657B; }
p { color: rgb(62,101,123); }
H1.HeaderClassName
{
color: #3E657B;
}
.AnyTagClassName
{
color: #3E657B;
}
</style>
background-color css
<style>
a { background-color: #3E657B; }
a { background-color: rgb(62,101,123); }
div.DivClassName
{
background-color: #3E657B;
}
.BgClassName
{
background-color: #3E657B;
}
</style>
border-color css
<style>
span { border-color: #3E657B; }
span { border-color: rgb(62,101,123); }
td.TdClassName
{
border-color: #3E657B;
}
.TagClassName
{
border-color: #3E657B;
}
</style>