Shades of Bismark #3E6774
Tints of Bismark #3E6774
RGB
CMYK
RGB Variations
Color information
#3E6774 (or 0x3E6774) is known color: Bismark. HEX triplet: 3E, 67 and 74. RGB value is (62,103,116). Sum of RGB (Red+Green+Blue) = 62+103+116=281 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.06% from 281); Green value is 103 (40.62% from 255 or 36.65% 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 #3E6774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6774 is #C1988B. Grayscale: #5C5C5C. Windows color (decimal): -12687500 or 7628606. OLE color: 7628606.
HSL color Cylindrical-coordinate representation of color #3E6774: hue angle of 194.44º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E6774 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 103 | 116 | - |
| CMYK | 0.47 | 0.11 | 0 | 0.55 |
| HSL | 194.44º | 0.3% | 0.35% | - |
| HSV(B) | 194.44º | 0.47% | 0.45% | - |
| XYZ | 9.99 | 11.99 | 18.31 | - |
| YUV | 92.22 | 141.42 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 103 | 116 | 0.47 | 0.11 | 0 | 0.55 | 194.44 | 0.3 | 0.35 |
| Hex | 3E | 67 | 74 | 2F | B | 0 | 37 | C2 | 1E | 23 |
| Octal | 76 | 147 | 164 | 57 | 13 | 0 | 67 | 302 | 36 | 43 |
| Binary | 111110 | 1100111 | 1110100 | 101111 | 1011 | 0 | 110111 | 11000010 | 11110 | 100011 |
Color Harmonies of #3E6774
Complementary color
Monochromatic Colors of #3E6774
Black with #3E6774
Text Example
Text Example
White with #3E6774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6774; }
p { color: rgb(62,103,116); }
H1.HeaderClassName
{
color: #3E6774;
}
.AnyTagClassName
{
color: #3E6774;
}
</style>
background-color css
<style>
a { background-color: #3E6774; }
a { background-color: rgb(62,103,116); }
div.DivClassName
{
background-color: #3E6774;
}
.BgClassName
{
background-color: #3E6774;
}
</style>
border-color css
<style>
span { border-color: #3E6774; }
span { border-color: rgb(62,103,116); }
td.TdClassName
{
border-color: #3E6774;
}
.TagClassName
{
border-color: #3E6774;
}
</style>