Shades of Blumine #3F6271
Tints of Blumine #3F6271
RGB
CMYK
RGB Variations
Color information
#3F6271 (or 0x3F6271) is known color: Blumine. HEX triplet: 3F, 62 and 71. RGB value is (63,98,113). Sum of RGB (Red+Green+Blue) = 63+98+113=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F6271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6271 is #C09D8E. Grayscale: #595959. Windows color (decimal): -12623247 or 7430719. OLE color: 7430719.
HSL color Cylindrical-coordinate representation of color #3F6271: hue angle of 198º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F6271 is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 98 | 113 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.56 |
| HSL | 198º | 0.28% | 0.35% | - |
| HSV(B) | 198º | 0.44% | 0.44% | - |
| XYZ | 9.4 | 10.98 | 17.25 | - |
| YUV | 89.25 | 141.4 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 98 | 113 | 0.44 | 0.13 | 0 | 0.56 | 198 | 0.28 | 0.35 |
| Hex | 3F | 62 | 71 | 2C | D | 0 | 38 | C6 | 1C | 23 |
| Octal | 77 | 142 | 161 | 54 | 15 | 0 | 70 | 306 | 34 | 43 |
| Binary | 111111 | 1100010 | 1110001 | 101100 | 1101 | 0 | 111000 | 11000110 | 11100 | 100011 |
Color Harmonies of #3F6271
Complementary color
Monochromatic Colors of #3F6271
Black with #3F6271
Text Example
Text Example
White with #3F6271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6271; }
p { color: rgb(63,98,113); }
H1.HeaderClassName
{
color: #3F6271;
}
.AnyTagClassName
{
color: #3F6271;
}
</style>
background-color css
<style>
a { background-color: #3F6271; }
a { background-color: rgb(63,98,113); }
div.DivClassName
{
background-color: #3F6271;
}
.BgClassName
{
background-color: #3F6271;
}
</style>
border-color css
<style>
span { border-color: #3F6271; }
span { border-color: rgb(63,98,113); }
td.TdClassName
{
border-color: #3F6271;
}
.TagClassName
{
border-color: #3F6271;
}
</style>