Shades of Blumine #3E6371
Tints of Blumine #3E6371
RGB
CMYK
RGB Variations
Color information
#3E6371 (or 0x3E6371) is known color: Blumine. HEX triplet: 3E, 63 and 71. RGB value is (62,99,113). Sum of RGB (Red+Green+Blue) = 62+99+113=274 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.63% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #3E6371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6371 is #C19C8E. Grayscale: #595959. Windows color (decimal): -12688527 or 7430974. OLE color: 7430974.
HSL color Cylindrical-coordinate representation of color #3E6371: hue angle of 196.47º 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 #3E6371 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 99 | 113 | - |
| CMYK | 0.45 | 0.12 | 0 | 0.56 |
| HSL | 196.47º | 0.29% | 0.34% | - |
| HSV(B) | 196.47º | 0.45% | 0.44% | - |
| XYZ | 9.43 | 11.14 | 17.28 | - |
| YUV | 89.53 | 141.24 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 99 | 113 | 0.45 | 0.12 | 0 | 0.56 | 196.47 | 0.29 | 0.34 |
| Hex | 3E | 63 | 71 | 2D | C | 0 | 38 | C4 | 1D | 22 |
| Octal | 76 | 143 | 161 | 55 | 14 | 0 | 70 | 304 | 35 | 42 |
| Binary | 111110 | 1100011 | 1110001 | 101101 | 1100 | 0 | 111000 | 11000100 | 11101 | 100010 |
Color Harmonies of #3E6371
Complementary color
Monochromatic Colors of #3E6371
Black with #3E6371
Text Example
Text Example
White with #3E6371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6371; }
p { color: rgb(62,99,113); }
H1.HeaderClassName
{
color: #3E6371;
}
.AnyTagClassName
{
color: #3E6371;
}
</style>
background-color css
<style>
a { background-color: #3E6371; }
a { background-color: rgb(62,99,113); }
div.DivClassName
{
background-color: #3E6371;
}
.BgClassName
{
background-color: #3E6371;
}
</style>
border-color css
<style>
span { border-color: #3E6371; }
span { border-color: rgb(62,99,113); }
td.TdClassName
{
border-color: #3E6371;
}
.TagClassName
{
border-color: #3E6371;
}
</style>