Shades of Java #2B898C
Tints of Java #2B898C
RGB
CMYK
RGB Variations
Color information
#2B898C (or 0x2B898C) is known color: Java. HEX triplet: 2B, 89 and 8C. RGB value is (43,137,140). Sum of RGB (Red+Green+Blue) = 43+137+140=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B898C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B898C is #D47673. Grayscale: #6D6D6D. Windows color (decimal): -13923956 or 9210155. OLE color: 9210155.
HSL color Cylindrical-coordinate representation of color #2B898C: hue angle of 181.86º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B898C is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 137 | 140 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.45 |
| HSL | 181.86º | 0.53% | 0.36% | - |
| HSV(B) | 181.86º | 0.69% | 0.55% | - |
| XYZ | 14.68 | 20.3 | 27.96 | - |
| YUV | 109.24 | 145.36 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 137 | 140 | 0.69 | 0.02 | 0 | 0.45 | 181.86 | 0.53 | 0.36 |
| Hex | 2B | 89 | 8C | 45 | 2 | 0 | 2D | B6 | 35 | 24 |
| Octal | 53 | 211 | 214 | 105 | 2 | 0 | 55 | 266 | 65 | 44 |
| Binary | 101011 | 10001001 | 10001100 | 1000101 | 10 | 0 | 101101 | 10110110 | 110101 | 100100 |
Color Harmonies of #2B898C
Complementary color
Monochromatic Colors of #2B898C
Black with #2B898C
Text Example
Text Example
White with #2B898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B898C; }
p { color: rgb(43,137,140); }
H1.HeaderClassName
{
color: #2B898C;
}
.AnyTagClassName
{
color: #2B898C;
}
</style>
background-color css
<style>
a { background-color: #2B898C; }
a { background-color: rgb(43,137,140); }
div.DivClassName
{
background-color: #2B898C;
}
.BgClassName
{
background-color: #2B898C;
}
</style>
border-color css
<style>
span { border-color: #2B898C; }
span { border-color: rgb(43,137,140); }
td.TdClassName
{
border-color: #2B898C;
}
.TagClassName
{
border-color: #2B898C;
}
</style>