Shades of Blumine #3D6172
Tints of Blumine #3D6172
RGB
CMYK
RGB Variations
Color information
#3D6172 (or 0x3D6172) is known color: Blumine. HEX triplet: 3D, 61 and 72. RGB value is (61,97,114). Sum of RGB (Red+Green+Blue) = 61+97+114=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 114 - color contains mainly: blue. Hex color #3D6172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6172 is #C29E8D. Grayscale: #585858. Windows color (decimal): -12754574 or 7495997. OLE color: 7495997.
HSL color Cylindrical-coordinate representation of color #3D6172: hue angle of 199.25º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D6172 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 97 | 114 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.55 |
| HSL | 199.25º | 0.3% | 0.34% | - |
| HSV(B) | 199.25º | 0.46% | 0.45% | - |
| XYZ | 9.24 | 10.76 | 17.51 | - |
| YUV | 88.17 | 142.57 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 97 | 114 | 0.46 | 0.15 | 0 | 0.55 | 199.25 | 0.3 | 0.34 |
| Hex | 3D | 61 | 72 | 2E | F | 0 | 37 | C7 | 1E | 22 |
| Octal | 75 | 141 | 162 | 56 | 17 | 0 | 67 | 307 | 36 | 42 |
| Binary | 111101 | 1100001 | 1110010 | 101110 | 1111 | 0 | 110111 | 11000111 | 11110 | 100010 |
Color Harmonies of #3D6172
Complementary color
Monochromatic Colors of #3D6172
Black with #3D6172
Text Example
Text Example
White with #3D6172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6172; }
p { color: rgb(61,97,114); }
H1.HeaderClassName
{
color: #3D6172;
}
.AnyTagClassName
{
color: #3D6172;
}
</style>
background-color css
<style>
a { background-color: #3D6172; }
a { background-color: rgb(61,97,114); }
div.DivClassName
{
background-color: #3D6172;
}
.BgClassName
{
background-color: #3D6172;
}
</style>
border-color css
<style>
span { border-color: #3D6172; }
span { border-color: rgb(61,97,114); }
td.TdClassName
{
border-color: #3D6172;
}
.TagClassName
{
border-color: #3D6172;
}
</style>