Shades of Blumine #3A6573
Tints of Blumine #3A6573
RGB
CMYK
RGB Variations
Color information
#3A6573 (or 0x3A6573) is known color: Blumine. HEX triplet: 3A, 65 and 73. RGB value is (58,101,115). Sum of RGB (Red+Green+Blue) = 58+101+115=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A6573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6573 is #C59A8C. Grayscale: #595959. Windows color (decimal): -12950157 or 7562554. OLE color: 7562554.
HSL color Cylindrical-coordinate representation of color #3A6573: hue angle of 194.74º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A6573 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 101 | 115 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.55 |
| HSL | 194.74º | 0.33% | 0.34% | - |
| HSV(B) | 194.74º | 0.5% | 0.45% | - |
| XYZ | 9.49 | 11.44 | 17.93 | - |
| YUV | 89.74 | 142.25 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 101 | 115 | 0.50 | 0.12 | 0 | 0.55 | 194.74 | 0.33 | 0.34 |
| Hex | 3A | 65 | 73 | 32 | C | 0 | 37 | C3 | 21 | 22 |
| Octal | 72 | 145 | 163 | 62 | 14 | 0 | 67 | 303 | 41 | 42 |
| Binary | 111010 | 1100101 | 1110011 | 110010 | 1100 | 0 | 110111 | 11000011 | 100001 | 100010 |
Color Harmonies of #3A6573
Complementary color
Monochromatic Colors of #3A6573
Black with #3A6573
Text Example
Text Example
White with #3A6573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6573; }
p { color: rgb(58,101,115); }
H1.HeaderClassName
{
color: #3A6573;
}
.AnyTagClassName
{
color: #3A6573;
}
</style>
background-color css
<style>
a { background-color: #3A6573; }
a { background-color: rgb(58,101,115); }
div.DivClassName
{
background-color: #3A6573;
}
.BgClassName
{
background-color: #3A6573;
}
</style>
border-color css
<style>
span { border-color: #3A6573; }
span { border-color: rgb(58,101,115); }
td.TdClassName
{
border-color: #3A6573;
}
.TagClassName
{
border-color: #3A6573;
}
</style>