Shades of Blumine #3D5D6D
Tints of Blumine #3D5D6D
RGB
CMYK
RGB Variations
Color information
#3D5D6D (or 0x3D5D6D) is known color: Blumine. HEX triplet: 3D, 5D and 6D. RGB value is (61,93,109). Sum of RGB (Red+Green+Blue) = 61+93+109=263 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.19% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D5D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5D6D is #C2A292. Grayscale: #555555. Windows color (decimal): -12755603 or 7167293. OLE color: 7167293.
HSL color Cylindrical-coordinate representation of color #3D5D6D: hue angle of 200º 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 #3D5D6D is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 61 | 93 | 109 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.57 |
| HSL | 200º | 0.28% | 0.33% | - |
| HSV(B) | 200º | 0.44% | 0.43% | - |
| XYZ | 8.6 | 9.92 | 15.93 | - |
| YUV | 85.26 | 141.4 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 93 | 109 | 0.44 | 0.15 | 0 | 0.57 | 200 | 0.28 | 0.33 |
| Hex | 3D | 5D | 6D | 2C | F | 0 | 39 | C8 | 1C | 21 |
| Octal | 75 | 135 | 155 | 54 | 17 | 0 | 71 | 310 | 34 | 41 |
| Binary | 111101 | 1011101 | 1101101 | 101100 | 1111 | 0 | 111001 | 11001000 | 11100 | 100001 |
Color Harmonies of #3D5D6D
Complementary color
Monochromatic Colors of #3D5D6D
Black with #3D5D6D
Text Example
Text Example
White with #3D5D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5D6D; }
p { color: rgb(61,93,109); }
H1.HeaderClassName
{
color: #3D5D6D;
}
.AnyTagClassName
{
color: #3D5D6D;
}
</style>
background-color css
<style>
a { background-color: #3D5D6D; }
a { background-color: rgb(61,93,109); }
div.DivClassName
{
background-color: #3D5D6D;
}
.BgClassName
{
background-color: #3D5D6D;
}
</style>
border-color css
<style>
span { border-color: #3D5D6D; }
span { border-color: rgb(61,93,109); }
td.TdClassName
{
border-color: #3D5D6D;
}
.TagClassName
{
border-color: #3D5D6D;
}
</style>