Shades of Blue Stone #2B6667
Tints of Blue Stone #2B6667
RGB
CMYK
RGB Variations
Color information
#2B6667 (or 0x2B6667) is known color: Blue Stone. HEX triplet: 2B, 66 and 67. RGB value is (43,102,103). Sum of RGB (Red+Green+Blue) = 43+102+103=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 103 - color contains mainly: blue. Hex color #2B6667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6667 is #D49998. Grayscale: #545454. Windows color (decimal): -13932953 or 6776363. OLE color: 6776363.
HSL color Cylindrical-coordinate representation of color #2B6667: hue angle of 181º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B6667 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 102 | 103 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.60 |
| HSL | 181º | 0.41% | 0.29% | - |
| HSV(B) | 181º | 0.58% | 0.4% | - |
| XYZ | 8.2 | 11 | 14.52 | - |
| YUV | 84.47 | 138.45 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 102 | 103 | 0.58 | 0.01 | 0 | 0.60 | 181 | 0.41 | 0.29 |
| Hex | 2B | 66 | 67 | 3A | 1 | 0 | 3C | B5 | 29 | 1D |
| Octal | 53 | 146 | 147 | 72 | 1 | 0 | 74 | 265 | 51 | 35 |
| Binary | 101011 | 1100110 | 1100111 | 111010 | 1 | 0 | 111100 | 10110101 | 101001 | 11101 |
Color Harmonies of #2B6667
Complementary color
Monochromatic Colors of #2B6667
Black with #2B6667
Text Example
Text Example
White with #2B6667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6667; }
p { color: rgb(43,102,103); }
H1.HeaderClassName
{
color: #2B6667;
}
.AnyTagClassName
{
color: #2B6667;
}
</style>
background-color css
<style>
a { background-color: #2B6667; }
a { background-color: rgb(43,102,103); }
div.DivClassName
{
background-color: #2B6667;
}
.BgClassName
{
background-color: #2B6667;
}
</style>
border-color css
<style>
span { border-color: #2B6667; }
span { border-color: rgb(43,102,103); }
td.TdClassName
{
border-color: #2B6667;
}
.TagClassName
{
border-color: #2B6667;
}
</style>