Shades of Blumine #3A596F
Tints of Blumine #3A596F
RGB
CMYK
RGB Variations
Color information
#3A596F (or 0x3A596F) is known color: Blumine. HEX triplet: 3A, 59 and 6F. RGB value is (58,89,111). Sum of RGB (Red+Green+Blue) = 58+89+111=258 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.48% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 111 - color contains mainly: blue. Hex color #3A596F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A596F is #C5A690. Grayscale: #525252. Windows color (decimal): -12953233 or 7297338. OLE color: 7297338.
HSL color Cylindrical-coordinate representation of color #3A596F: hue angle of 204.91º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A596F is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 89 | 111 | - |
| CMYK | 0.48 | 0.20 | 0 | 0.56 |
| HSL | 204.91º | 0.31% | 0.33% | - |
| HSV(B) | 204.91º | 0.48% | 0.44% | - |
| XYZ | 8.19 | 9.19 | 16.38 | - |
| YUV | 82.24 | 144.23 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 89 | 111 | 0.48 | 0.20 | 0 | 0.56 | 204.91 | 0.31 | 0.33 |
| Hex | 3A | 59 | 6F | 30 | 14 | 0 | 38 | CD | 1F | 21 |
| Octal | 72 | 131 | 157 | 60 | 24 | 0 | 70 | 315 | 37 | 41 |
| Binary | 111010 | 1011001 | 1101111 | 110000 | 10100 | 0 | 111000 | 11001101 | 11111 | 100001 |
Color Harmonies of #3A596F
Complementary color
Monochromatic Colors of #3A596F
Black with #3A596F
Text Example
Text Example
White with #3A596F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A596F; }
p { color: rgb(58,89,111); }
H1.HeaderClassName
{
color: #3A596F;
}
.AnyTagClassName
{
color: #3A596F;
}
</style>
background-color css
<style>
a { background-color: #3A596F; }
a { background-color: rgb(58,89,111); }
div.DivClassName
{
background-color: #3A596F;
}
.BgClassName
{
background-color: #3A596F;
}
</style>
border-color css
<style>
span { border-color: #3A596F; }
span { border-color: rgb(58,89,111); }
td.TdClassName
{
border-color: #3A596F;
}
.TagClassName
{
border-color: #3A596F;
}
</style>