Shades of Bismark #3C697C
Tints of Bismark #3C697C
RGB
CMYK
RGB Variations
Color information
#3C697C (or 0x3C697C) is known color: Bismark. HEX triplet: 3C, 69 and 7C. RGB value is (60,105,124). Sum of RGB (Red+Green+Blue) = 60+105+124=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C697C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C697C is #C39683. Grayscale: #5D5D5D. Windows color (decimal): -12818052 or 8153404. OLE color: 8153404.
HSL color Cylindrical-coordinate representation of color #3C697C: hue angle of 197.81º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C697C is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 105 | 124 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.51 |
| HSL | 197.81º | 0.35% | 0.36% | - |
| HSV(B) | 197.81º | 0.52% | 0.49% | - |
| XYZ | 10.55 | 12.52 | 20.93 | - |
| YUV | 93.71 | 145.09 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 105 | 124 | 0.52 | 0.15 | 0 | 0.51 | 197.81 | 0.35 | 0.36 |
| Hex | 3C | 69 | 7C | 34 | F | 0 | 33 | C6 | 23 | 24 |
| Octal | 74 | 151 | 174 | 64 | 17 | 0 | 63 | 306 | 43 | 44 |
| Binary | 111100 | 1101001 | 1111100 | 110100 | 1111 | 0 | 110011 | 11000110 | 100011 | 100100 |
Color Harmonies of #3C697C
Complementary color
Monochromatic Colors of #3C697C
Black with #3C697C
Text Example
Text Example
White with #3C697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C697C; }
p { color: rgb(60,105,124); }
H1.HeaderClassName
{
color: #3C697C;
}
.AnyTagClassName
{
color: #3C697C;
}
</style>
background-color css
<style>
a { background-color: #3C697C; }
a { background-color: rgb(60,105,124); }
div.DivClassName
{
background-color: #3C697C;
}
.BgClassName
{
background-color: #3C697C;
}
</style>
border-color css
<style>
span { border-color: #3C697C; }
span { border-color: rgb(60,105,124); }
td.TdClassName
{
border-color: #3C697C;
}
.TagClassName
{
border-color: #3C697C;
}
</style>