Shades of Blumine #3D616F
Tints of Blumine #3D616F
RGB
CMYK
RGB Variations
Color information
#3D616F (or 0x3D616F) is known color: Blumine. HEX triplet: 3D, 61 and 6F. RGB value is (61,97,111). Sum of RGB (Red+Green+Blue) = 61+97+111=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 111 - color contains mainly: blue. Hex color #3D616F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D616F is #C29E90. Grayscale: #575757. Windows color (decimal): -12754577 or 7299389. OLE color: 7299389.
HSL color Cylindrical-coordinate representation of color #3D616F: hue angle of 196.8º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3D616F is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 97 | 111 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.56 |
| HSL | 196.8º | 0.29% | 0.34% | - |
| HSV(B) | 196.8º | 0.45% | 0.44% | - |
| XYZ | 9.07 | 10.69 | 16.62 | - |
| YUV | 87.83 | 141.07 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 97 | 111 | 0.45 | 0.13 | 0 | 0.56 | 196.8 | 0.29 | 0.34 |
| Hex | 3D | 61 | 6F | 2D | D | 0 | 38 | C5 | 1D | 22 |
| Octal | 75 | 141 | 157 | 55 | 15 | 0 | 70 | 305 | 35 | 42 |
| Binary | 111101 | 1100001 | 1101111 | 101101 | 1101 | 0 | 111000 | 11000101 | 11101 | 100010 |
Color Harmonies of #3D616F
Complementary color
Monochromatic Colors of #3D616F
Black with #3D616F
Text Example
Text Example
White with #3D616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D616F; }
p { color: rgb(61,97,111); }
H1.HeaderClassName
{
color: #3D616F;
}
.AnyTagClassName
{
color: #3D616F;
}
</style>
background-color css
<style>
a { background-color: #3D616F; }
a { background-color: rgb(61,97,111); }
div.DivClassName
{
background-color: #3D616F;
}
.BgClassName
{
background-color: #3D616F;
}
</style>
border-color css
<style>
span { border-color: #3D616F; }
span { border-color: rgb(61,97,111); }
td.TdClassName
{
border-color: #3D616F;
}
.TagClassName
{
border-color: #3D616F;
}
</style>