Shades of Bismark #3F6673
Tints of Bismark #3F6673
RGB
CMYK
RGB Variations
Color information
#3F6673 (or 0x3F6673) is known color: Bismark. HEX triplet: 3F, 66 and 73. RGB value is (63,102,115). Sum of RGB (Red+Green+Blue) = 63+102+115=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F6673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6673 is #C0998C. Grayscale: #5B5B5B. Windows color (decimal): -12622221 or 7562815. OLE color: 7562815.
HSL color Cylindrical-coordinate representation of color #3F6673: hue angle of 195º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F6673 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 102 | 115 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.55 |
| HSL | 195º | 0.29% | 0.35% | - |
| HSV(B) | 195º | 0.45% | 0.45% | - |
| XYZ | 9.9 | 11.8 | 17.98 | - |
| YUV | 91.82 | 141.08 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 102 | 115 | 0.45 | 0.11 | 0 | 0.55 | 195 | 0.29 | 0.35 |
| Hex | 3F | 66 | 73 | 2D | B | 0 | 37 | C3 | 1D | 23 |
| Octal | 77 | 146 | 163 | 55 | 13 | 0 | 67 | 303 | 35 | 43 |
| Binary | 111111 | 1100110 | 1110011 | 101101 | 1011 | 0 | 110111 | 11000011 | 11101 | 100011 |
Color Harmonies of #3F6673
Complementary color
Monochromatic Colors of #3F6673
Black with #3F6673
Text Example
Text Example
White with #3F6673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6673; }
p { color: rgb(63,102,115); }
H1.HeaderClassName
{
color: #3F6673;
}
.AnyTagClassName
{
color: #3F6673;
}
</style>
background-color css
<style>
a { background-color: #3F6673; }
a { background-color: rgb(63,102,115); }
div.DivClassName
{
background-color: #3F6673;
}
.BgClassName
{
background-color: #3F6673;
}
</style>
border-color css
<style>
span { border-color: #3F6673; }
span { border-color: rgb(63,102,115); }
td.TdClassName
{
border-color: #3F6673;
}
.TagClassName
{
border-color: #3F6673;
}
</style>