Shades of Java #2B9297
Tints of Java #2B9297
RGB
CMYK
RGB Variations
Color information
#2B9297 (or 0x2B9297) is known color: Java. HEX triplet: 2B, 92 and 97. RGB value is (43,146,151). Sum of RGB (Red+Green+Blue) = 43+146+151=340 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.65% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 151 (59.38% from 255 or 44.41% from 340); Max value from RGB is 151 - color contains mainly: blue. Hex color #2B9297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9297 is #D46D68. Grayscale: #737373. Windows color (decimal): -13921641 or 9933355. OLE color: 9933355.
HSL color Cylindrical-coordinate representation of color #2B9297: hue angle of 182.78º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9297 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 43 | 146 | 151 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.41 |
| HSL | 182.78º | 0.56% | 0.38% | - |
| HSV(B) | 182.78º | 0.72% | 0.59% | - |
| XYZ | 16.86 | 23.31 | 32.89 | - |
| YUV | 115.77 | 147.88 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 146 | 151 | 0.72 | 0.03 | 0 | 0.41 | 182.78 | 0.56 | 0.38 |
| Hex | 2B | 92 | 97 | 48 | 3 | 0 | 29 | B7 | 38 | 26 |
| Octal | 53 | 222 | 227 | 110 | 3 | 0 | 51 | 267 | 70 | 46 |
| Binary | 101011 | 10010010 | 10010111 | 1001000 | 11 | 0 | 101001 | 10110111 | 111000 | 100110 |
Color Harmonies of #2B9297
Complementary color
Monochromatic Colors of #2B9297
Black with #2B9297
Text Example
Text Example
White with #2B9297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9297; }
p { color: rgb(43,146,151); }
H1.HeaderClassName
{
color: #2B9297;
}
.AnyTagClassName
{
color: #2B9297;
}
</style>
background-color css
<style>
a { background-color: #2B9297; }
a { background-color: rgb(43,146,151); }
div.DivClassName
{
background-color: #2B9297;
}
.BgClassName
{
background-color: #2B9297;
}
</style>
border-color css
<style>
span { border-color: #2B9297; }
span { border-color: rgb(43,146,151); }
td.TdClassName
{
border-color: #2B9297;
}
.TagClassName
{
border-color: #2B9297;
}
</style>