Shades of Blumine #3F5F70
Tints of Blumine #3F5F70
RGB
CMYK
RGB Variations
Color information
#3F5F70 (or 0x3F5F70) is known color: Blumine. HEX triplet: 3F, 5F and 70. RGB value is (63,95,112). Sum of RGB (Red+Green+Blue) = 63+95+112=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 112 - color contains mainly: blue. Hex color #3F5F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5F70 is #C0A08F. Grayscale: #575757. Windows color (decimal): -12624016 or 7364415. OLE color: 7364415.
HSL color Cylindrical-coordinate representation of color #3F5F70: hue angle of 200.82º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F5F70 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 95 | 112 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.56 |
| HSL | 200.82º | 0.28% | 0.34% | - |
| HSV(B) | 200.82º | 0.44% | 0.44% | - |
| XYZ | 9.07 | 10.41 | 16.86 | - |
| YUV | 87.37 | 141.9 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 95 | 112 | 0.44 | 0.15 | 0 | 0.56 | 200.82 | 0.28 | 0.34 |
| Hex | 3F | 5F | 70 | 2C | F | 0 | 38 | C9 | 1C | 22 |
| Octal | 77 | 137 | 160 | 54 | 17 | 0 | 70 | 311 | 34 | 42 |
| Binary | 111111 | 1011111 | 1110000 | 101100 | 1111 | 0 | 111000 | 11001001 | 11100 | 100010 |
Color Harmonies of #3F5F70
Complementary color
Monochromatic Colors of #3F5F70
Black with #3F5F70
Text Example
Text Example
White with #3F5F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5F70; }
p { color: rgb(63,95,112); }
H1.HeaderClassName
{
color: #3F5F70;
}
.AnyTagClassName
{
color: #3F5F70;
}
</style>
background-color css
<style>
a { background-color: #3F5F70; }
a { background-color: rgb(63,95,112); }
div.DivClassName
{
background-color: #3F5F70;
}
.BgClassName
{
background-color: #3F5F70;
}
</style>
border-color css
<style>
span { border-color: #3F5F70; }
span { border-color: rgb(63,95,112); }
td.TdClassName
{
border-color: #3F5F70;
}
.TagClassName
{
border-color: #3F5F70;
}
</style>