Shades of Blue Stone #2A6261
Tints of Blue Stone #2A6261
RGB
CMYK
RGB Variations
Color information
#2A6261 (or 0x2A6261) is known color: Blue Stone. HEX triplet: 2A, 62 and 61. RGB value is (42,98,97). Sum of RGB (Red+Green+Blue) = 42+98+97=237 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.72% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #2A6261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6261 is #D59D9E. Grayscale: #515151. Windows color (decimal): -13999519 or 6382122. OLE color: 6382122.
HSL color Cylindrical-coordinate representation of color #2A6261: hue angle of 178.93º 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 #2A6261 is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 98 | 97 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.62 |
| HSL | 178.93º | 0.4% | 0.27% | - |
| HSV(B) | 178.93º | 0.57% | 0.38% | - |
| XYZ | 7.48 | 10.09 | 12.86 | - |
| YUV | 81.14 | 136.95 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 98 | 97 | 0.57 | 0 | 0.01 | 0.62 | 178.93 | 0.4 | 0.27 |
| Hex | 2A | 62 | 61 | 39 | 0 | 1 | 3E | B3 | 28 | 1B |
| Octal | 52 | 142 | 141 | 71 | 0 | 1 | 76 | 263 | 50 | 33 |
| Binary | 101010 | 1100010 | 1100001 | 111001 | 0 | 1 | 111110 | 10110011 | 101000 | 11011 |
Color Harmonies of #2A6261
Complementary color
Monochromatic Colors of #2A6261
Black with #2A6261
Text Example
Text Example
White with #2A6261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6261; }
p { color: rgb(42,98,97); }
H1.HeaderClassName
{
color: #2A6261;
}
.AnyTagClassName
{
color: #2A6261;
}
</style>
background-color css
<style>
a { background-color: #2A6261; }
a { background-color: rgb(42,98,97); }
div.DivClassName
{
background-color: #2A6261;
}
.BgClassName
{
background-color: #2A6261;
}
</style>
border-color css
<style>
span { border-color: #2A6261; }
span { border-color: rgb(42,98,97); }
td.TdClassName
{
border-color: #2A6261;
}
.TagClassName
{
border-color: #2A6261;
}
</style>