Shades of Blumine #3E6274
Tints of Blumine #3E6274
RGB
CMYK
RGB Variations
Color information
#3E6274 (or 0x3E6274) is known color: Blumine. HEX triplet: 3E, 62 and 74. RGB value is (62,98,116). Sum of RGB (Red+Green+Blue) = 62+98+116=276 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.46% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 116 - color contains mainly: blue. Hex color #3E6274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6274 is #C19D8B. Grayscale: #595959. Windows color (decimal): -12688780 or 7627326. OLE color: 7627326.
HSL color Cylindrical-coordinate representation of color #3E6274: hue angle of 200º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E6274 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 98 | 116 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.55 |
| HSL | 200º | 0.3% | 0.35% | - |
| HSV(B) | 200º | 0.47% | 0.45% | - |
| XYZ | 9.51 | 11.02 | 18.15 | - |
| YUV | 89.29 | 143.07 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 98 | 116 | 0.47 | 0.16 | 0 | 0.55 | 200 | 0.3 | 0.35 |
| Hex | 3E | 62 | 74 | 2F | 10 | 0 | 37 | C8 | 1E | 23 |
| Octal | 76 | 142 | 164 | 57 | 20 | 0 | 67 | 310 | 36 | 43 |
| Binary | 111110 | 1100010 | 1110100 | 101111 | 10000 | 0 | 110111 | 11001000 | 11110 | 100011 |
Color Harmonies of #3E6274
Complementary color
Monochromatic Colors of #3E6274
Black with #3E6274
Text Example
Text Example
White with #3E6274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6274; }
p { color: rgb(62,98,116); }
H1.HeaderClassName
{
color: #3E6274;
}
.AnyTagClassName
{
color: #3E6274;
}
</style>
background-color css
<style>
a { background-color: #3E6274; }
a { background-color: rgb(62,98,116); }
div.DivClassName
{
background-color: #3E6274;
}
.BgClassName
{
background-color: #3E6274;
}
</style>
border-color css
<style>
span { border-color: #3E6274; }
span { border-color: rgb(62,98,116); }
td.TdClassName
{
border-color: #3E6274;
}
.TagClassName
{
border-color: #3E6274;
}
</style>