Shades of Blue Stone #2A6866
Tints of Blue Stone #2A6866
RGB
CMYK
RGB Variations
Color information
#2A6866 (or 0x2A6866) is known color: Blue Stone. HEX triplet: 2A, 68 and 66. RGB value is (42,104,102). Sum of RGB (Red+Green+Blue) = 42+104+102=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 104 - color contains mainly: green. Hex color #2A6866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6866 is #D59799. Grayscale: #555555. Windows color (decimal): -13997978 or 6711338. OLE color: 6711338.
HSL color Cylindrical-coordinate representation of color #2A6866: hue angle of 178.06º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A6866 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 104 | 102 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.59 |
| HSL | 178.06º | 0.42% | 0.29% | - |
| HSV(B) | 178.06º | 0.6% | 0.41% | - |
| XYZ | 8.3 | 11.35 | 14.32 | - |
| YUV | 85.23 | 137.46 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 104 | 102 | 0.60 | 0 | 0.02 | 0.59 | 178.06 | 0.42 | 0.29 |
| Hex | 2A | 68 | 66 | 3C | 0 | 2 | 3B | B2 | 2A | 1D |
| Octal | 52 | 150 | 146 | 74 | 0 | 2 | 73 | 262 | 52 | 35 |
| Binary | 101010 | 1101000 | 1100110 | 111100 | 0 | 10 | 111011 | 10110010 | 101010 | 11101 |
Color Harmonies of #2A6866
Complementary color
Monochromatic Colors of #2A6866
Black with #2A6866
Text Example
Text Example
White with #2A6866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6866; }
p { color: rgb(42,104,102); }
H1.HeaderClassName
{
color: #2A6866;
}
.AnyTagClassName
{
color: #2A6866;
}
</style>
background-color css
<style>
a { background-color: #2A6866; }
a { background-color: rgb(42,104,102); }
div.DivClassName
{
background-color: #2A6866;
}
.BgClassName
{
background-color: #2A6866;
}
</style>
border-color css
<style>
span { border-color: #2A6866; }
span { border-color: rgb(42,104,102); }
td.TdClassName
{
border-color: #2A6866;
}
.TagClassName
{
border-color: #2A6866;
}
</style>