Shades of Blumine #2A606D
Tints of Blumine #2A606D
RGB
CMYK
RGB Variations
Color information
#2A606D (or 0x2A606D) is known color: Blumine. HEX triplet: 2A, 60 and 6D. RGB value is (42,96,109). Sum of RGB (Red+Green+Blue) = 42+96+109=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A606D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A606D is #D59F92. Grayscale: #515151. Windows color (decimal): -14000019 or 7168042. OLE color: 7168042.
HSL color Cylindrical-coordinate representation of color #2A606D: hue angle of 191.64º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A606D is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 42 | 96 | 109 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.57 |
| HSL | 191.64º | 0.44% | 0.3% | - |
| HSV(B) | 191.64º | 0.61% | 0.43% | - |
| XYZ | 7.9 | 9.96 | 15.97 | - |
| YUV | 81.34 | 143.61 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 96 | 109 | 0.61 | 0.12 | 0 | 0.57 | 191.64 | 0.44 | 0.3 |
| Hex | 2A | 60 | 6D | 3D | C | 0 | 39 | C0 | 2C | 1E |
| Octal | 52 | 140 | 155 | 75 | 14 | 0 | 71 | 300 | 54 | 36 |
| Binary | 101010 | 1100000 | 1101101 | 111101 | 1100 | 0 | 111001 | 11000000 | 101100 | 11110 |
Color Harmonies of #2A606D
Complementary color
Monochromatic Colors of #2A606D
Black with #2A606D
Text Example
Text Example
White with #2A606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A606D; }
p { color: rgb(42,96,109); }
H1.HeaderClassName
{
color: #2A606D;
}
.AnyTagClassName
{
color: #2A606D;
}
</style>
background-color css
<style>
a { background-color: #2A606D; }
a { background-color: rgb(42,96,109); }
div.DivClassName
{
background-color: #2A606D;
}
.BgClassName
{
background-color: #2A606D;
}
</style>
border-color css
<style>
span { border-color: #2A606D; }
span { border-color: rgb(42,96,109); }
td.TdClassName
{
border-color: #2A606D;
}
.TagClassName
{
border-color: #2A606D;
}
</style>