Shades of Blumine #2A626A
Tints of Blumine #2A626A
RGB
CMYK
RGB Variations
Color information
#2A626A (or 0x2A626A) is known color: Blumine. HEX triplet: 2A, 62 and 6A. RGB value is (42,98,106). Sum of RGB (Red+Green+Blue) = 42+98+106=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 106 - color contains mainly: blue. Hex color #2A626A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A626A is #D59D95. Grayscale: #525252. Windows color (decimal): -13999510 or 6971946. OLE color: 6971946.
HSL color Cylindrical-coordinate representation of color #2A626A: hue angle of 187.5º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A626A is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 98 | 106 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.58 |
| HSL | 187.5º | 0.43% | 0.29% | - |
| HSV(B) | 187.5º | 0.6% | 0.42% | - |
| XYZ | 7.92 | 10.27 | 15.2 | - |
| YUV | 82.17 | 141.45 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 98 | 106 | 0.60 | 0.08 | 0 | 0.58 | 187.5 | 0.43 | 0.29 |
| Hex | 2A | 62 | 6A | 3C | 8 | 0 | 3A | BC | 2B | 1D |
| Octal | 52 | 142 | 152 | 74 | 10 | 0 | 72 | 274 | 53 | 35 |
| Binary | 101010 | 1100010 | 1101010 | 111100 | 1000 | 0 | 111010 | 10111100 | 101011 | 11101 |
Color Harmonies of #2A626A
Complementary color
Monochromatic Colors of #2A626A
Black with #2A626A
Text Example
Text Example
White with #2A626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A626A; }
p { color: rgb(42,98,106); }
H1.HeaderClassName
{
color: #2A626A;
}
.AnyTagClassName
{
color: #2A626A;
}
</style>
background-color css
<style>
a { background-color: #2A626A; }
a { background-color: rgb(42,98,106); }
div.DivClassName
{
background-color: #2A626A;
}
.BgClassName
{
background-color: #2A626A;
}
</style>
border-color css
<style>
span { border-color: #2A626A; }
span { border-color: rgb(42,98,106); }
td.TdClassName
{
border-color: #2A626A;
}
.TagClassName
{
border-color: #2A626A;
}
</style>