Shades of Java #2C9BA2
Tints of Java #2C9BA2
RGB
CMYK
RGB Variations
Color information
#2C9BA2 (or 0x2C9BA2) is known color: Java. HEX triplet: 2C, 9B and A2. RGB value is (44,155,162). Sum of RGB (Red+Green+Blue) = 44+155+162=361 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.19% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 162 (63.67% from 255 or 44.88% from 361); Max value from RGB is 162 - color contains mainly: blue. Hex color #2C9BA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9BA2 is #D3645D. Grayscale: #7A7A7A. Windows color (decimal): -13853790 or 10656556. OLE color: 10656556.
HSL color Cylindrical-coordinate representation of color #2C9BA2: hue angle of 183.56º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C9BA2 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 44 | 155 | 162 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.36 |
| HSL | 183.56º | 0.57% | 0.4% | - |
| HSV(B) | 183.56º | 0.73% | 0.64% | - |
| XYZ | 19.28 | 26.59 | 38.3 | - |
| YUV | 122.61 | 150.23 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 155 | 162 | 0.73 | 0.04 | 0 | 0.36 | 183.56 | 0.57 | 0.4 |
| Hex | 2C | 9B | A2 | 49 | 4 | 0 | 24 | B8 | 39 | 28 |
| Octal | 54 | 233 | 242 | 111 | 4 | 0 | 44 | 270 | 71 | 50 |
| Binary | 101100 | 10011011 | 10100010 | 1001001 | 100 | 0 | 100100 | 10111000 | 111001 | 101000 |
Color Harmonies of #2C9BA2
Complementary color
Monochromatic Colors of #2C9BA2
Black with #2C9BA2
Text Example
Text Example
White with #2C9BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9BA2; }
p { color: rgb(44,155,162); }
H1.HeaderClassName
{
color: #2C9BA2;
}
.AnyTagClassName
{
color: #2C9BA2;
}
</style>
background-color css
<style>
a { background-color: #2C9BA2; }
a { background-color: rgb(44,155,162); }
div.DivClassName
{
background-color: #2C9BA2;
}
.BgClassName
{
background-color: #2C9BA2;
}
</style>
border-color css
<style>
span { border-color: #2C9BA2; }
span { border-color: rgb(44,155,162); }
td.TdClassName
{
border-color: #2C9BA2;
}
.TagClassName
{
border-color: #2C9BA2;
}
</style>