Shades of Blumine #3A6571
Tints of Blumine #3A6571
RGB
CMYK
RGB Variations
Color information
#3A6571 (or 0x3A6571) is known color: Blumine. HEX triplet: 3A, 65 and 71. RGB value is (58,101,113). Sum of RGB (Red+Green+Blue) = 58+101+113=272 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.32% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A6571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6571 is #C59A8E. Grayscale: #595959. Windows color (decimal): -12950159 or 7431482. OLE color: 7431482.
HSL color Cylindrical-coordinate representation of color #3A6571: hue angle of 193.09º 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 #3A6571 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 101 | 113 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.56 |
| HSL | 193.09º | 0.32% | 0.34% | - |
| HSV(B) | 193.09º | 0.49% | 0.44% | - |
| XYZ | 9.38 | 11.4 | 17.33 | - |
| YUV | 89.51 | 141.25 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 101 | 113 | 0.49 | 0.11 | 0 | 0.56 | 193.09 | 0.32 | 0.34 |
| Hex | 3A | 65 | 71 | 31 | B | 0 | 38 | C1 | 20 | 22 |
| Octal | 72 | 145 | 161 | 61 | 13 | 0 | 70 | 301 | 40 | 42 |
| Binary | 111010 | 1100101 | 1110001 | 110001 | 1011 | 0 | 111000 | 11000001 | 100000 | 100010 |
Color Harmonies of #3A6571
Complementary color
Monochromatic Colors of #3A6571
Black with #3A6571
Text Example
Text Example
White with #3A6571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6571; }
p { color: rgb(58,101,113); }
H1.HeaderClassName
{
color: #3A6571;
}
.AnyTagClassName
{
color: #3A6571;
}
</style>
background-color css
<style>
a { background-color: #3A6571; }
a { background-color: rgb(58,101,113); }
div.DivClassName
{
background-color: #3A6571;
}
.BgClassName
{
background-color: #3A6571;
}
</style>
border-color css
<style>
span { border-color: #3A6571; }
span { border-color: rgb(58,101,113); }
td.TdClassName
{
border-color: #3A6571;
}
.TagClassName
{
border-color: #3A6571;
}
</style>