Shades of Blue Stone #2B6363
Tints of Blue Stone #2B6363
RGB
CMYK
RGB Variations
Color information
#2B6363 (or 0x2B6363) is known color: Blue Stone. HEX triplet: 2B, 63 and 63. RGB value is (43,99,99). Sum of RGB (Red+Green+Blue) = 43+99+99=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #2B6363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6363 is #D49C9C. Grayscale: #525252. Windows color (decimal): -13933725 or 6513451. OLE color: 6513451.
HSL color Cylindrical-coordinate representation of color #2B6363: hue angle of 180º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B6363 is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 99 | 99 | - |
| CMYK | 0.57 | 0 | 0 | 0.61 |
| HSL | 180º | 0.39% | 0.28% | - |
| HSV(B) | 180º | 0.57% | 0.39% | - |
| XYZ | 7.71 | 10.34 | 13.39 | - |
| YUV | 82.26 | 137.45 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 99 | 0.57 | 0 | 0 | 0.61 | 180 | 0.39 | 0.28 |
| Hex | 2B | 63 | 63 | 39 | 0 | 0 | 3D | B4 | 27 | 1C |
| Octal | 53 | 143 | 143 | 71 | 0 | 0 | 75 | 264 | 47 | 34 |
| Binary | 101011 | 1100011 | 1100011 | 111001 | 0 | 0 | 111101 | 10110100 | 100111 | 11100 |
Color Harmonies of #2B6363
Complementary color
Monochromatic Colors of #2B6363
Black with #2B6363
Text Example
Text Example
White with #2B6363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6363; }
p { color: rgb(43,99,99); }
H1.HeaderClassName
{
color: #2B6363;
}
.AnyTagClassName
{
color: #2B6363;
}
</style>
background-color css
<style>
a { background-color: #2B6363; }
a { background-color: rgb(43,99,99); }
div.DivClassName
{
background-color: #2B6363;
}
.BgClassName
{
background-color: #2B6363;
}
</style>
border-color css
<style>
span { border-color: #2B6363; }
span { border-color: rgb(43,99,99); }
td.TdClassName
{
border-color: #2B6363;
}
.TagClassName
{
border-color: #2B6363;
}
</style>