Shades of Java #2B939A
Tints of Java #2B939A
RGB
CMYK
RGB Variations
Color information
#2B939A (or 0x2B939A) is known color: Java. HEX triplet: 2B, 93 and 9A. RGB value is (43,147,154). Sum of RGB (Red+Green+Blue) = 43+147+154=344 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.5% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 154 - color contains mainly: blue. Hex color #2B939A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B939A is #D46C65. Grayscale: #747474. Windows color (decimal): -13921382 or 10130219. OLE color: 10130219.
HSL color Cylindrical-coordinate representation of color #2B939A: hue angle of 183.78º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B939A is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 147 | 154 | - |
| CMYK | 0.72 | 0.05 | 0 | 0.40 |
| HSL | 183.78º | 0.56% | 0.39% | - |
| HSV(B) | 183.78º | 0.72% | 0.6% | - |
| XYZ | 17.26 | 23.71 | 34.24 | - |
| YUV | 116.7 | 149.04 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 147 | 154 | 0.72 | 0.05 | 0 | 0.40 | 183.78 | 0.56 | 0.39 |
| Hex | 2B | 93 | 9A | 48 | 5 | 0 | 28 | B8 | 38 | 27 |
| Octal | 53 | 223 | 232 | 110 | 5 | 0 | 50 | 270 | 70 | 47 |
| Binary | 101011 | 10010011 | 10011010 | 1001000 | 101 | 0 | 101000 | 10111000 | 111000 | 100111 |
Color Harmonies of #2B939A
Complementary color
Monochromatic Colors of #2B939A
Black with #2B939A
Text Example
Text Example
White with #2B939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B939A; }
p { color: rgb(43,147,154); }
H1.HeaderClassName
{
color: #2B939A;
}
.AnyTagClassName
{
color: #2B939A;
}
</style>
background-color css
<style>
a { background-color: #2B939A; }
a { background-color: rgb(43,147,154); }
div.DivClassName
{
background-color: #2B939A;
}
.BgClassName
{
background-color: #2B939A;
}
</style>
border-color css
<style>
span { border-color: #2B939A; }
span { border-color: rgb(43,147,154); }
td.TdClassName
{
border-color: #2B939A;
}
.TagClassName
{
border-color: #2B939A;
}
</style>