Shades of Blumine #3D6173
Tints of Blumine #3D6173
RGB
CMYK
RGB Variations
Color information
#3D6173 (or 0x3D6173) is known color: Blumine. HEX triplet: 3D, 61 and 73. RGB value is (61,97,115). Sum of RGB (Red+Green+Blue) = 61+97+115=273 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.34% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D6173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6173 is #C29E8C. Grayscale: #585858. Windows color (decimal): -12754573 or 7561533. OLE color: 7561533.
HSL color Cylindrical-coordinate representation of color #3D6173: hue angle of 200º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D6173 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 97 | 115 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.55 |
| HSL | 200º | 0.31% | 0.35% | - |
| HSV(B) | 200º | 0.47% | 0.45% | - |
| XYZ | 9.29 | 10.78 | 17.81 | - |
| YUV | 88.29 | 143.07 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 97 | 115 | 0.47 | 0.16 | 0 | 0.55 | 200 | 0.31 | 0.35 |
| Hex | 3D | 61 | 73 | 2F | 10 | 0 | 37 | C8 | 1F | 23 |
| Octal | 75 | 141 | 163 | 57 | 20 | 0 | 67 | 310 | 37 | 43 |
| Binary | 111101 | 1100001 | 1110011 | 101111 | 10000 | 0 | 110111 | 11001000 | 11111 | 100011 |
Color Harmonies of #3D6173
Complementary color
Monochromatic Colors of #3D6173
Black with #3D6173
Text Example
Text Example
White with #3D6173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6173; }
p { color: rgb(61,97,115); }
H1.HeaderClassName
{
color: #3D6173;
}
.AnyTagClassName
{
color: #3D6173;
}
</style>
background-color css
<style>
a { background-color: #3D6173; }
a { background-color: rgb(61,97,115); }
div.DivClassName
{
background-color: #3D6173;
}
.BgClassName
{
background-color: #3D6173;
}
</style>
border-color css
<style>
span { border-color: #3D6173; }
span { border-color: rgb(61,97,115); }
td.TdClassName
{
border-color: #3D6173;
}
.TagClassName
{
border-color: #3D6173;
}
</style>