Shades of Blumine #3E6270
Tints of Blumine #3E6270
RGB
CMYK
RGB Variations
Color information
#3E6270 (or 0x3E6270) is known color: Blumine. HEX triplet: 3E, 62 and 70. RGB value is (62,98,112). Sum of RGB (Red+Green+Blue) = 62+98+112=272 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.79% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #3E6270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6270 is #C19D8F. Grayscale: #585858. Windows color (decimal): -12688784 or 7365182. OLE color: 7365182.
HSL color Cylindrical-coordinate representation of color #3E6270: hue angle of 196.8º 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 #3E6270 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 98 | 112 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.56 |
| HSL | 196.8º | 0.29% | 0.34% | - |
| HSV(B) | 196.8º | 0.45% | 0.44% | - |
| XYZ | 9.28 | 10.93 | 16.95 | - |
| YUV | 88.83 | 141.07 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 98 | 112 | 0.45 | 0.13 | 0 | 0.56 | 196.8 | 0.29 | 0.34 |
| Hex | 3E | 62 | 70 | 2D | D | 0 | 38 | C5 | 1D | 22 |
| Octal | 76 | 142 | 160 | 55 | 15 | 0 | 70 | 305 | 35 | 42 |
| Binary | 111110 | 1100010 | 1110000 | 101101 | 1101 | 0 | 111000 | 11000101 | 11101 | 100010 |
Color Harmonies of #3E6270
Complementary color
Monochromatic Colors of #3E6270
Black with #3E6270
Text Example
Text Example
White with #3E6270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6270; }
p { color: rgb(62,98,112); }
H1.HeaderClassName
{
color: #3E6270;
}
.AnyTagClassName
{
color: #3E6270;
}
</style>
background-color css
<style>
a { background-color: #3E6270; }
a { background-color: rgb(62,98,112); }
div.DivClassName
{
background-color: #3E6270;
}
.BgClassName
{
background-color: #3E6270;
}
</style>
border-color css
<style>
span { border-color: #3E6270; }
span { border-color: rgb(62,98,112); }
td.TdClassName
{
border-color: #3E6270;
}
.TagClassName
{
border-color: #3E6270;
}
</style>