Shades of Blumine #3A5E71
Tints of Blumine #3A5E71
RGB
CMYK
RGB Variations
Color information
#3A5E71 (or 0x3A5E71) is known color: Blumine. HEX triplet: 3A, 5E and 71. RGB value is (58,94,113). Sum of RGB (Red+Green+Blue) = 58+94+113=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A5E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5E71 is #C5A18E. Grayscale: #555555. Windows color (decimal): -12951951 or 7429690. OLE color: 7429690.
HSL color Cylindrical-coordinate representation of color #3A5E71: hue angle of 200.73º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A5E71 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 94 | 113 | - |
| CMYK | 0.49 | 0.17 | 0 | 0.56 |
| HSL | 200.73º | 0.32% | 0.34% | - |
| HSV(B) | 200.73º | 0.49% | 0.44% | - |
| XYZ | 8.73 | 10.1 | 17.11 | - |
| YUV | 85.4 | 143.57 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 94 | 113 | 0.49 | 0.17 | 0 | 0.56 | 200.73 | 0.32 | 0.34 |
| Hex | 3A | 5E | 71 | 31 | 11 | 0 | 38 | C9 | 20 | 22 |
| Octal | 72 | 136 | 161 | 61 | 21 | 0 | 70 | 311 | 40 | 42 |
| Binary | 111010 | 1011110 | 1110001 | 110001 | 10001 | 0 | 111000 | 11001001 | 100000 | 100010 |
Color Harmonies of #3A5E71
Complementary color
Monochromatic Colors of #3A5E71
Black with #3A5E71
Text Example
Text Example
White with #3A5E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5E71; }
p { color: rgb(58,94,113); }
H1.HeaderClassName
{
color: #3A5E71;
}
.AnyTagClassName
{
color: #3A5E71;
}
</style>
background-color css
<style>
a { background-color: #3A5E71; }
a { background-color: rgb(58,94,113); }
div.DivClassName
{
background-color: #3A5E71;
}
.BgClassName
{
background-color: #3A5E71;
}
</style>
border-color css
<style>
span { border-color: #3A5E71; }
span { border-color: rgb(58,94,113); }
td.TdClassName
{
border-color: #3A5E71;
}
.TagClassName
{
border-color: #3A5E71;
}
</style>