Shades of Bismark #3C677D
Tints of Bismark #3C677D
RGB
CMYK
RGB Variations
Color information
#3C677D (or 0x3C677D) is known color: Bismark. HEX triplet: 3C, 67 and 7D. RGB value is (60,103,125). Sum of RGB (Red+Green+Blue) = 60+103+125=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C677D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C677D is #C39882. Grayscale: #5C5C5C. Windows color (decimal): -12818563 or 8218428. OLE color: 8218428.
HSL color Cylindrical-coordinate representation of color #3C677D: hue angle of 200.31º 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 #3C677D is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 103 | 125 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.51 |
| HSL | 200.31º | 0.35% | 0.36% | - |
| HSV(B) | 200.31º | 0.52% | 0.49% | - |
| XYZ | 10.42 | 12.14 | 21.2 | - |
| YUV | 92.65 | 146.25 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 103 | 125 | 0.52 | 0.18 | 0 | 0.51 | 200.31 | 0.35 | 0.36 |
| Hex | 3C | 67 | 7D | 34 | 12 | 0 | 33 | C8 | 23 | 24 |
| Octal | 74 | 147 | 175 | 64 | 22 | 0 | 63 | 310 | 43 | 44 |
| Binary | 111100 | 1100111 | 1111101 | 110100 | 10010 | 0 | 110011 | 11001000 | 100011 | 100100 |
Color Harmonies of #3C677D
Complementary color
Monochromatic Colors of #3C677D
Black with #3C677D
Text Example
Text Example
White with #3C677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C677D; }
p { color: rgb(60,103,125); }
H1.HeaderClassName
{
color: #3C677D;
}
.AnyTagClassName
{
color: #3C677D;
}
</style>
background-color css
<style>
a { background-color: #3C677D; }
a { background-color: rgb(60,103,125); }
div.DivClassName
{
background-color: #3C677D;
}
.BgClassName
{
background-color: #3C677D;
}
</style>
border-color css
<style>
span { border-color: #3C677D; }
span { border-color: rgb(60,103,125); }
td.TdClassName
{
border-color: #3C677D;
}
.TagClassName
{
border-color: #3C677D;
}
</style>