Shades of Blue Stone #2B6768
Tints of Blue Stone #2B6768
RGB
CMYK
RGB Variations
Color information
#2B6768 (or 0x2B6768) is known color: Blue Stone. HEX triplet: 2B, 67 and 68. RGB value is (43,103,104). Sum of RGB (Red+Green+Blue) = 43+103+104=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 104 - color contains mainly: blue. Hex color #2B6768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6768 is #D49897. Grayscale: #555555. Windows color (decimal): -13932696 or 6842155. OLE color: 6842155.
HSL color Cylindrical-coordinate representation of color #2B6768: hue angle of 180.98º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B6768 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 103 | 104 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.59 |
| HSL | 180.98º | 0.41% | 0.29% | - |
| HSV(B) | 180.98º | 0.59% | 0.41% | - |
| XYZ | 8.35 | 11.21 | 14.82 | - |
| YUV | 85.17 | 138.62 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 103 | 104 | 0.59 | 0.01 | 0 | 0.59 | 180.98 | 0.41 | 0.29 |
| Hex | 2B | 67 | 68 | 3B | 1 | 0 | 3B | B5 | 29 | 1D |
| Octal | 53 | 147 | 150 | 73 | 1 | 0 | 73 | 265 | 51 | 35 |
| Binary | 101011 | 1100111 | 1101000 | 111011 | 1 | 0 | 111011 | 10110101 | 101001 | 11101 |
Color Harmonies of #2B6768
Complementary color
Monochromatic Colors of #2B6768
Black with #2B6768
Text Example
Text Example
White with #2B6768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6768; }
p { color: rgb(43,103,104); }
H1.HeaderClassName
{
color: #2B6768;
}
.AnyTagClassName
{
color: #2B6768;
}
</style>
background-color css
<style>
a { background-color: #2B6768; }
a { background-color: rgb(43,103,104); }
div.DivClassName
{
background-color: #2B6768;
}
.BgClassName
{
background-color: #2B6768;
}
</style>
border-color css
<style>
span { border-color: #2B6768; }
span { border-color: rgb(43,103,104); }
td.TdClassName
{
border-color: #2B6768;
}
.TagClassName
{
border-color: #2B6768;
}
</style>