Shades of Java #239089
Tints of Java #239089
RGB
CMYK
RGB Variations
Color information
#239089 (or 0x239089) is known color: Java. HEX triplet: 23, 90 and 89. RGB value is (35,144,137). Sum of RGB (Red+Green+Blue) = 35+144+137=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #239089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239089 is #DC6F76. Grayscale: #6E6E6E. Windows color (decimal): -14446455 or 9015331. OLE color: 9015331.
HSL color Cylindrical-coordinate representation of color #239089: hue angle of 176.15º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239089 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 144 | 137 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.44 |
| HSL | 176.15º | 0.61% | 0.35% | - |
| HSV(B) | 176.15º | 0.76% | 0.56% | - |
| XYZ | 15.18 | 22.11 | 27.13 | - |
| YUV | 110.61 | 142.89 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 144 | 137 | 0.76 | 0 | 0.05 | 0.44 | 176.15 | 0.61 | 0.35 |
| Hex | 23 | 90 | 89 | 4C | 0 | 5 | 2C | B0 | 3D | 23 |
| Octal | 43 | 220 | 211 | 114 | 0 | 5 | 54 | 260 | 75 | 43 |
| Binary | 100011 | 10010000 | 10001001 | 1001100 | 0 | 101 | 101100 | 10110000 | 111101 | 100011 |
Color Harmonies of #239089
Complementary color
Monochromatic Colors of #239089
Black with #239089
Text Example
Text Example
White with #239089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239089; }
p { color: rgb(35,144,137); }
H1.HeaderClassName
{
color: #239089;
}
.AnyTagClassName
{
color: #239089;
}
</style>
background-color css
<style>
a { background-color: #239089; }
a { background-color: rgb(35,144,137); }
div.DivClassName
{
background-color: #239089;
}
.BgClassName
{
background-color: #239089;
}
</style>
border-color css
<style>
span { border-color: #239089; }
span { border-color: rgb(35,144,137); }
td.TdClassName
{
border-color: #239089;
}
.TagClassName
{
border-color: #239089;
}
</style>