Shades of Blumine #3E6071
Tints of Blumine #3E6071
RGB
CMYK
RGB Variations
Color information
#3E6071 (or 0x3E6071) is known color: Blumine. HEX triplet: 3E, 60 and 71. RGB value is (62,96,113). Sum of RGB (Red+Green+Blue) = 62+96+113=271 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.88% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 113 - color contains mainly: blue. Hex color #3E6071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6071 is #C19F8E. Grayscale: #575757. Windows color (decimal): -12689295 or 7430206. OLE color: 7430206.
HSL color Cylindrical-coordinate representation of color #3E6071: hue angle of 200º 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 #3E6071 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 96 | 113 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.56 |
| HSL | 200º | 0.29% | 0.34% | - |
| HSV(B) | 200º | 0.45% | 0.44% | - |
| XYZ | 9.15 | 10.58 | 17.18 | - |
| YUV | 87.77 | 142.24 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 96 | 113 | 0.45 | 0.15 | 0 | 0.56 | 200 | 0.29 | 0.34 |
| Hex | 3E | 60 | 71 | 2D | F | 0 | 38 | C8 | 1D | 22 |
| Octal | 76 | 140 | 161 | 55 | 17 | 0 | 70 | 310 | 35 | 42 |
| Binary | 111110 | 1100000 | 1110001 | 101101 | 1111 | 0 | 111000 | 11001000 | 11101 | 100010 |
Color Harmonies of #3E6071
Complementary color
Monochromatic Colors of #3E6071
Black with #3E6071
Text Example
Text Example
White with #3E6071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6071; }
p { color: rgb(62,96,113); }
H1.HeaderClassName
{
color: #3E6071;
}
.AnyTagClassName
{
color: #3E6071;
}
</style>
background-color css
<style>
a { background-color: #3E6071; }
a { background-color: rgb(62,96,113); }
div.DivClassName
{
background-color: #3E6071;
}
.BgClassName
{
background-color: #3E6071;
}
</style>
border-color css
<style>
span { border-color: #3E6071; }
span { border-color: rgb(62,96,113); }
td.TdClassName
{
border-color: #3E6071;
}
.TagClassName
{
border-color: #3E6071;
}
</style>