Shades of Blue Stone #2A6061
Tints of Blue Stone #2A6061
RGB
CMYK
RGB Variations
Color information
#2A6061 (or 0x2A6061) is known color: Blue Stone. HEX triplet: 2A, 60 and 61. RGB value is (42,96,97). Sum of RGB (Red+Green+Blue) = 42+96+97=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 97 - color contains mainly: blue. Hex color #2A6061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6061 is #D59F9E. Grayscale: #4F4F4F. Windows color (decimal): -14000031 or 6381610. OLE color: 6381610.
HSL color Cylindrical-coordinate representation of color #2A6061: hue angle of 181.09º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A6061 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 96 | 97 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.62 |
| HSL | 181.09º | 0.4% | 0.27% | - |
| HSV(B) | 181.09º | 0.57% | 0.38% | - |
| XYZ | 7.3 | 9.72 | 12.8 | - |
| YUV | 79.97 | 137.61 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 96 | 97 | 0.57 | 0.01 | 0 | 0.62 | 181.09 | 0.4 | 0.27 |
| Hex | 2A | 60 | 61 | 39 | 1 | 0 | 3E | B5 | 28 | 1B |
| Octal | 52 | 140 | 141 | 71 | 1 | 0 | 76 | 265 | 50 | 33 |
| Binary | 101010 | 1100000 | 1100001 | 111001 | 1 | 0 | 111110 | 10110101 | 101000 | 11011 |
Color Harmonies of #2A6061
Complementary color
Monochromatic Colors of #2A6061
Black with #2A6061
Text Example
Text Example
White with #2A6061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6061; }
p { color: rgb(42,96,97); }
H1.HeaderClassName
{
color: #2A6061;
}
.AnyTagClassName
{
color: #2A6061;
}
</style>
background-color css
<style>
a { background-color: #2A6061; }
a { background-color: rgb(42,96,97); }
div.DivClassName
{
background-color: #2A6061;
}
.BgClassName
{
background-color: #2A6061;
}
</style>
border-color css
<style>
span { border-color: #2A6061; }
span { border-color: rgb(42,96,97); }
td.TdClassName
{
border-color: #2A6061;
}
.TagClassName
{
border-color: #2A6061;
}
</style>