Shades of Blumine #3E5F6E
Tints of Blumine #3E5F6E
RGB
CMYK
RGB Variations
Color information
#3E5F6E (or 0x3E5F6E) is known color: Blumine. HEX triplet: 3E, 5F and 6E. RGB value is (62,95,110). Sum of RGB (Red+Green+Blue) = 62+95+110=267 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.22% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 110 - color contains mainly: blue. Hex color #3E5F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5F6E is #C1A091. Grayscale: #565656. Windows color (decimal): -12689554 or 7233342. OLE color: 7233342.
HSL color Cylindrical-coordinate representation of color #3E5F6E: hue angle of 198.75º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E5F6E is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 62 | 95 | 110 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.57 |
| HSL | 198.75º | 0.28% | 0.34% | - |
| HSV(B) | 198.75º | 0.44% | 0.43% | - |
| XYZ | 8.89 | 10.33 | 16.28 | - |
| YUV | 86.84 | 141.07 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 95 | 110 | 0.44 | 0.14 | 0 | 0.57 | 198.75 | 0.28 | 0.34 |
| Hex | 3E | 5F | 6E | 2C | E | 0 | 39 | C7 | 1C | 22 |
| Octal | 76 | 137 | 156 | 54 | 16 | 0 | 71 | 307 | 34 | 42 |
| Binary | 111110 | 1011111 | 1101110 | 101100 | 1110 | 0 | 111001 | 11000111 | 11100 | 100010 |
Color Harmonies of #3E5F6E
Complementary color
Monochromatic Colors of #3E5F6E
Black with #3E5F6E
Text Example
Text Example
White with #3E5F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5F6E; }
p { color: rgb(62,95,110); }
H1.HeaderClassName
{
color: #3E5F6E;
}
.AnyTagClassName
{
color: #3E5F6E;
}
</style>
background-color css
<style>
a { background-color: #3E5F6E; }
a { background-color: rgb(62,95,110); }
div.DivClassName
{
background-color: #3E5F6E;
}
.BgClassName
{
background-color: #3E5F6E;
}
</style>
border-color css
<style>
span { border-color: #3E5F6E; }
span { border-color: rgb(62,95,110); }
td.TdClassName
{
border-color: #3E5F6E;
}
.TagClassName
{
border-color: #3E5F6E;
}
</style>