Shades of Java #2C959D
Tints of Java #2C959D
RGB
CMYK
RGB Variations
Color information
#2C959D (or 0x2C959D) is known color: Java. HEX triplet: 2C, 95 and 9D. RGB value is (44,149,157). Sum of RGB (Red+Green+Blue) = 44+149+157=350 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.57% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #2C959D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C959D is #D36A62. Grayscale: #767676. Windows color (decimal): -13855331 or 10327340. OLE color: 10327340.
HSL color Cylindrical-coordinate representation of color #2C959D: hue angle of 184.25º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C959D is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 149 | 157 | - |
| CMYK | 0.72 | 0.05 | 0 | 0.38 |
| HSL | 184.25º | 0.56% | 0.39% | - |
| HSV(B) | 184.25º | 0.72% | 0.62% | - |
| XYZ | 17.87 | 24.46 | 35.68 | - |
| YUV | 118.52 | 149.71 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 149 | 157 | 0.72 | 0.05 | 0 | 0.38 | 184.25 | 0.56 | 0.39 |
| Hex | 2C | 95 | 9D | 48 | 5 | 0 | 26 | B8 | 38 | 27 |
| Octal | 54 | 225 | 235 | 110 | 5 | 0 | 46 | 270 | 70 | 47 |
| Binary | 101100 | 10010101 | 10011101 | 1001000 | 101 | 0 | 100110 | 10111000 | 111000 | 100111 |
Color Harmonies of #2C959D
Complementary color
Monochromatic Colors of #2C959D
Black with #2C959D
Text Example
Text Example
White with #2C959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C959D; }
p { color: rgb(44,149,157); }
H1.HeaderClassName
{
color: #2C959D;
}
.AnyTagClassName
{
color: #2C959D;
}
</style>
background-color css
<style>
a { background-color: #2C959D; }
a { background-color: rgb(44,149,157); }
div.DivClassName
{
background-color: #2C959D;
}
.BgClassName
{
background-color: #2C959D;
}
</style>
border-color css
<style>
span { border-color: #2C959D; }
span { border-color: rgb(44,149,157); }
td.TdClassName
{
border-color: #2C959D;
}
.TagClassName
{
border-color: #2C959D;
}
</style>