Shades of Bismark #3F667A
Tints of Bismark #3F667A
RGB
CMYK
RGB Variations
Color information
#3F667A (or 0x3F667A) is known color: Bismark. HEX triplet: 3F, 66 and 7A. RGB value is (63,102,122). Sum of RGB (Red+Green+Blue) = 63+102+122=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F667A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F667A is #C09985. Grayscale: #5C5C5C. Windows color (decimal): -12622214 or 8021567. OLE color: 8021567.
HSL color Cylindrical-coordinate representation of color #3F667A: hue angle of 200.34º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F667A is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 102 | 122 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.52 |
| HSL | 200.34º | 0.32% | 0.36% | - |
| HSV(B) | 200.34º | 0.48% | 0.48% | - |
| XYZ | 10.31 | 11.96 | 20.18 | - |
| YUV | 92.62 | 144.58 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 102 | 122 | 0.48 | 0.16 | 0 | 0.52 | 200.34 | 0.32 | 0.36 |
| Hex | 3F | 66 | 7A | 30 | 10 | 0 | 34 | C8 | 20 | 24 |
| Octal | 77 | 146 | 172 | 60 | 20 | 0 | 64 | 310 | 40 | 44 |
| Binary | 111111 | 1100110 | 1111010 | 110000 | 10000 | 0 | 110100 | 11001000 | 100000 | 100100 |
Color Harmonies of #3F667A
Complementary color
Monochromatic Colors of #3F667A
Black with #3F667A
Text Example
Text Example
White with #3F667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F667A; }
p { color: rgb(63,102,122); }
H1.HeaderClassName
{
color: #3F667A;
}
.AnyTagClassName
{
color: #3F667A;
}
</style>
background-color css
<style>
a { background-color: #3F667A; }
a { background-color: rgb(63,102,122); }
div.DivClassName
{
background-color: #3F667A;
}
.BgClassName
{
background-color: #3F667A;
}
</style>
border-color css
<style>
span { border-color: #3F667A; }
span { border-color: rgb(63,102,122); }
td.TdClassName
{
border-color: #3F667A;
}
.TagClassName
{
border-color: #3F667A;
}
</style>