Shades of Blue Stone #2B6764
Tints of Blue Stone #2B6764
RGB
CMYK
RGB Variations
Color information
#2B6764 (or 0x2B6764) is known color: Blue Stone. HEX triplet: 2B, 67 and 64. RGB value is (43,103,100). Sum of RGB (Red+Green+Blue) = 43+103+100=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 103 - color contains mainly: green. Hex color #2B6764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6764 is #D4989B. Grayscale: #545454. Windows color (decimal): -13932700 or 6580011. OLE color: 6580011.
HSL color Cylindrical-coordinate representation of color #2B6764: hue angle of 177º 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 #2B6764 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 103 | 100 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.60 |
| HSL | 177º | 0.41% | 0.29% | - |
| HSV(B) | 177º | 0.58% | 0.4% | - |
| XYZ | 8.15 | 11.13 | 13.78 | - |
| YUV | 84.72 | 136.62 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 103 | 100 | 0.58 | 0 | 0.03 | 0.60 | 177 | 0.41 | 0.29 |
| Hex | 2B | 67 | 64 | 3A | 0 | 3 | 3C | B1 | 29 | 1D |
| Octal | 53 | 147 | 144 | 72 | 0 | 3 | 74 | 261 | 51 | 35 |
| Binary | 101011 | 1100111 | 1100100 | 111010 | 0 | 11 | 111100 | 10110001 | 101001 | 11101 |
Color Harmonies of #2B6764
Complementary color
Monochromatic Colors of #2B6764
Black with #2B6764
Text Example
Text Example
White with #2B6764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6764; }
p { color: rgb(43,103,100); }
H1.HeaderClassName
{
color: #2B6764;
}
.AnyTagClassName
{
color: #2B6764;
}
</style>
background-color css
<style>
a { background-color: #2B6764; }
a { background-color: rgb(43,103,100); }
div.DivClassName
{
background-color: #2B6764;
}
.BgClassName
{
background-color: #2B6764;
}
</style>
border-color css
<style>
span { border-color: #2B6764; }
span { border-color: rgb(43,103,100); }
td.TdClassName
{
border-color: #2B6764;
}
.TagClassName
{
border-color: #2B6764;
}
</style>