Shades of Bismark #396A7B
Tints of Bismark #396A7B
RGB
CMYK
RGB Variations
Color information
#396A7B (or 0x396A7B) is known color: Bismark. HEX triplet: 39, 6A and 7B. RGB value is (57,106,123). Sum of RGB (Red+Green+Blue) = 57+106+123=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 106 (41.80% from 255 or 37.06% 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 #396A7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396A7B is #C69584. Grayscale: #5D5D5D. Windows color (decimal): -13014405 or 8088121. OLE color: 8088121.
HSL color Cylindrical-coordinate representation of color #396A7B: hue angle of 195.45º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #396A7B is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 106 | 123 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.52 |
| HSL | 195.45º | 0.37% | 0.35% | - |
| HSV(B) | 195.45º | 0.54% | 0.48% | - |
| XYZ | 10.42 | 12.61 | 20.62 | - |
| YUV | 93.29 | 144.77 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 106 | 123 | 0.54 | 0.14 | 0 | 0.52 | 195.45 | 0.37 | 0.35 |
| Hex | 39 | 6A | 7B | 36 | E | 0 | 34 | C3 | 25 | 23 |
| Octal | 71 | 152 | 173 | 66 | 16 | 0 | 64 | 303 | 45 | 43 |
| Binary | 111001 | 1101010 | 1111011 | 110110 | 1110 | 0 | 110100 | 11000011 | 100101 | 100011 |
Color Harmonies of #396A7B
Complementary color
Monochromatic Colors of #396A7B
Black with #396A7B
Text Example
Text Example
White with #396A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396A7B; }
p { color: rgb(57,106,123); }
H1.HeaderClassName
{
color: #396A7B;
}
.AnyTagClassName
{
color: #396A7B;
}
</style>
background-color css
<style>
a { background-color: #396A7B; }
a { background-color: rgb(57,106,123); }
div.DivClassName
{
background-color: #396A7B;
}
.BgClassName
{
background-color: #396A7B;
}
</style>
border-color css
<style>
span { border-color: #396A7B; }
span { border-color: rgb(57,106,123); }
td.TdClassName
{
border-color: #396A7B;
}
.TagClassName
{
border-color: #396A7B;
}
</style>