Shades of Java #239F9D
Tints of Java #239F9D
RGB
CMYK
RGB Variations
Color information
#239F9D (or 0x239F9D) is known color: Java. HEX triplet: 23, 9F and 9D. RGB value is (35,159,157). Sum of RGB (Red+Green+Blue) = 35+159+157=351 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.97% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 159 - color contains mainly: green. Hex color #239F9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239F9D is #DC6062. Grayscale: #797979. Windows color (decimal): -14442595 or 10329891. OLE color: 10329891.
HSL color Cylindrical-coordinate representation of color #239F9D: hue angle of 179.03º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #239F9D is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 159 | 157 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.38 |
| HSL | 179.03º | 0.64% | 0.38% | - |
| HSV(B) | 179.03º | 0.78% | 0.62% | - |
| XYZ | 19.18 | 27.59 | 36.21 | - |
| YUV | 121.7 | 147.92 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 159 | 157 | 0.78 | 0 | 0.01 | 0.38 | 179.03 | 0.64 | 0.38 |
| Hex | 23 | 9F | 9D | 4E | 0 | 1 | 26 | B3 | 40 | 26 |
| Octal | 43 | 237 | 235 | 116 | 0 | 1 | 46 | 263 | 100 | 46 |
| Binary | 100011 | 10011111 | 10011101 | 1001110 | 0 | 1 | 100110 | 10110011 | 1000000 | 100110 |
Color Harmonies of #239F9D
Complementary color
Monochromatic Colors of #239F9D
Black with #239F9D
Text Example
Text Example
White with #239F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239F9D; }
p { color: rgb(35,159,157); }
H1.HeaderClassName
{
color: #239F9D;
}
.AnyTagClassName
{
color: #239F9D;
}
</style>
background-color css
<style>
a { background-color: #239F9D; }
a { background-color: rgb(35,159,157); }
div.DivClassName
{
background-color: #239F9D;
}
.BgClassName
{
background-color: #239F9D;
}
</style>
border-color css
<style>
span { border-color: #239F9D; }
span { border-color: rgb(35,159,157); }
td.TdClassName
{
border-color: #239F9D;
}
.TagClassName
{
border-color: #239F9D;
}
</style>