Shades of Blumine #3D606D
Tints of Blumine #3D606D
RGB
CMYK
RGB Variations
Color information
#3D606D (or 0x3D606D) is known color: Blumine. HEX triplet: 3D, 60 and 6D. RGB value is (61,96,109). Sum of RGB (Red+Green+Blue) = 61+96+109=266 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.93% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D606D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D606D is #C29F92. Grayscale: #565656. Windows color (decimal): -12754835 or 7168061. OLE color: 7168061.
HSL color Cylindrical-coordinate representation of color #3D606D: hue angle of 196.25º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D606D is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 61 | 96 | 109 | - |
| CMYK | 0.44 | 0.12 | 0 | 0.57 |
| HSL | 196.25º | 0.28% | 0.33% | - |
| HSV(B) | 196.25º | 0.44% | 0.43% | - |
| XYZ | 8.87 | 10.46 | 16.02 | - |
| YUV | 87.02 | 140.4 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 96 | 109 | 0.44 | 0.12 | 0 | 0.57 | 196.25 | 0.28 | 0.33 |
| Hex | 3D | 60 | 6D | 2C | C | 0 | 39 | C4 | 1C | 21 |
| Octal | 75 | 140 | 155 | 54 | 14 | 0 | 71 | 304 | 34 | 41 |
| Binary | 111101 | 1100000 | 1101101 | 101100 | 1100 | 0 | 111001 | 11000100 | 11100 | 100001 |
Color Harmonies of #3D606D
Complementary color
Monochromatic Colors of #3D606D
Black with #3D606D
Text Example
Text Example
White with #3D606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D606D; }
p { color: rgb(61,96,109); }
H1.HeaderClassName
{
color: #3D606D;
}
.AnyTagClassName
{
color: #3D606D;
}
</style>
background-color css
<style>
a { background-color: #3D606D; }
a { background-color: rgb(61,96,109); }
div.DivClassName
{
background-color: #3D606D;
}
.BgClassName
{
background-color: #3D606D;
}
</style>
border-color css
<style>
span { border-color: #3D606D; }
span { border-color: rgb(61,96,109); }
td.TdClassName
{
border-color: #3D606D;
}
.TagClassName
{
border-color: #3D606D;
}
</style>