Shades of Blue Stone #2A6769
Tints of Blue Stone #2A6769
RGB
CMYK
RGB Variations
Color information
#2A6769 (or 0x2A6769) is known color: Blue Stone. HEX triplet: 2A, 67 and 69. RGB value is (42,103,105). Sum of RGB (Red+Green+Blue) = 42+103+105=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 105 - color contains mainly: blue. Hex color #2A6769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6769 is #D59896. Grayscale: #545454. Windows color (decimal): -13998231 or 6907690. OLE color: 6907690.
HSL color Cylindrical-coordinate representation of color #2A6769: hue angle of 181.9º degrees, saturation: 0.43, 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 #2A6769 is Cyan = 0.6, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 103 | 105 | - |
| CMYK | 0.6 | 0.02 | 0 | 0.59 |
| HSL | 181.9º | 0.43% | 0.29% | - |
| HSV(B) | 181.9º | 0.6% | 0.41% | - |
| XYZ | 8.35 | 11.21 | 15.09 | - |
| YUV | 84.99 | 139.29 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 103 | 105 | 0.6 | 0.02 | 0 | 0.59 | 181.9 | 0.43 | 0.29 |
| Hex | 2A | 67 | 69 | 3C | 2 | 0 | 3B | B6 | 2B | 1D |
| Octal | 52 | 147 | 151 | 74 | 2 | 0 | 73 | 266 | 53 | 35 |
| Binary | 101010 | 1100111 | 1101001 | 111100 | 10 | 0 | 111011 | 10110110 | 101011 | 11101 |
Color Harmonies of #2A6769
Complementary color
Monochromatic Colors of #2A6769
Black with #2A6769
Text Example
Text Example
White with #2A6769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6769; }
p { color: rgb(42,103,105); }
H1.HeaderClassName
{
color: #2A6769;
}
.AnyTagClassName
{
color: #2A6769;
}
</style>
background-color css
<style>
a { background-color: #2A6769; }
a { background-color: rgb(42,103,105); }
div.DivClassName
{
background-color: #2A6769;
}
.BgClassName
{
background-color: #2A6769;
}
</style>
border-color css
<style>
span { border-color: #2A6769; }
span { border-color: rgb(42,103,105); }
td.TdClassName
{
border-color: #2A6769;
}
.TagClassName
{
border-color: #2A6769;
}
</style>