Shades of Java #2B9498
Tints of Java #2B9498
RGB
CMYK
RGB Variations
Color information
#2B9498 (or 0x2B9498) is known color: Java. HEX triplet: 2B, 94 and 98. RGB value is (43,148,152). Sum of RGB (Red+Green+Blue) = 43+148+152=343 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.54% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 152 - color contains mainly: blue. Hex color #2B9498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9498 is #D46B67. Grayscale: #747474. Windows color (decimal): -13921128 or 9999403. OLE color: 9999403.
HSL color Cylindrical-coordinate representation of color #2B9498: hue angle of 182.2º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9498 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 148 | 152 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.40 |
| HSL | 182.2º | 0.56% | 0.38% | - |
| HSV(B) | 182.2º | 0.72% | 0.6% | - |
| XYZ | 17.25 | 23.96 | 33.42 | - |
| YUV | 117.06 | 147.71 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 148 | 152 | 0.72 | 0.03 | 0 | 0.40 | 182.2 | 0.56 | 0.38 |
| Hex | 2B | 94 | 98 | 48 | 3 | 0 | 28 | B6 | 38 | 26 |
| Octal | 53 | 224 | 230 | 110 | 3 | 0 | 50 | 266 | 70 | 46 |
| Binary | 101011 | 10010100 | 10011000 | 1001000 | 11 | 0 | 101000 | 10110110 | 111000 | 100110 |
Color Harmonies of #2B9498
Complementary color
Monochromatic Colors of #2B9498
Black with #2B9498
Text Example
Text Example
White with #2B9498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9498; }
p { color: rgb(43,148,152); }
H1.HeaderClassName
{
color: #2B9498;
}
.AnyTagClassName
{
color: #2B9498;
}
</style>
background-color css
<style>
a { background-color: #2B9498; }
a { background-color: rgb(43,148,152); }
div.DivClassName
{
background-color: #2B9498;
}
.BgClassName
{
background-color: #2B9498;
}
</style>
border-color css
<style>
span { border-color: #2B9498; }
span { border-color: rgb(43,148,152); }
td.TdClassName
{
border-color: #2B9498;
}
.TagClassName
{
border-color: #2B9498;
}
</style>