Shades of Blumine #3A606E
Tints of Blumine #3A606E
RGB
CMYK
RGB Variations
Color information
#3A606E (or 0x3A606E) is known color: Blumine. HEX triplet: 3A, 60 and 6E. RGB value is (58,96,110). Sum of RGB (Red+Green+Blue) = 58+96+110=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A606E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A606E is #C59F91. Grayscale: #565656. Windows color (decimal): -12951442 or 7233594. OLE color: 7233594.
HSL color Cylindrical-coordinate representation of color #3A606E: hue angle of 196.15º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A606E is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 96 | 110 | - |
| CMYK | 0.47 | 0.13 | 0 | 0.57 |
| HSL | 196.15º | 0.31% | 0.33% | - |
| HSV(B) | 196.15º | 0.47% | 0.43% | - |
| XYZ | 8.74 | 10.39 | 16.3 | - |
| YUV | 86.23 | 141.41 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 96 | 110 | 0.47 | 0.13 | 0 | 0.57 | 196.15 | 0.31 | 0.33 |
| Hex | 3A | 60 | 6E | 2F | D | 0 | 39 | C4 | 1F | 21 |
| Octal | 72 | 140 | 156 | 57 | 15 | 0 | 71 | 304 | 37 | 41 |
| Binary | 111010 | 1100000 | 1101110 | 101111 | 1101 | 0 | 111001 | 11000100 | 11111 | 100001 |
Color Harmonies of #3A606E
Complementary color
Monochromatic Colors of #3A606E
Black with #3A606E
Text Example
Text Example
White with #3A606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A606E; }
p { color: rgb(58,96,110); }
H1.HeaderClassName
{
color: #3A606E;
}
.AnyTagClassName
{
color: #3A606E;
}
</style>
background-color css
<style>
a { background-color: #3A606E; }
a { background-color: rgb(58,96,110); }
div.DivClassName
{
background-color: #3A606E;
}
.BgClassName
{
background-color: #3A606E;
}
</style>
border-color css
<style>
span { border-color: #3A606E; }
span { border-color: rgb(58,96,110); }
td.TdClassName
{
border-color: #3A606E;
}
.TagClassName
{
border-color: #3A606E;
}
</style>