Shades of Java #239086
Tints of Java #239086
RGB
CMYK
RGB Variations
Color information
#239086 (or 0x239086) is known color: Java. HEX triplet: 23, 90 and 86. RGB value is (35,144,134). Sum of RGB (Red+Green+Blue) = 35+144+134=313 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.18% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 134 (52.73% from 255 or 42.81% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #239086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239086 is #DC6F79. Grayscale: #6E6E6E. Windows color (decimal): -14446458 or 8818723. OLE color: 8818723.
HSL color Cylindrical-coordinate representation of color #239086: hue angle of 174.5º 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 #239086 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 144 | 134 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.44 |
| HSL | 174.5º | 0.61% | 0.35% | - |
| HSV(B) | 174.5º | 0.76% | 0.56% | - |
| XYZ | 14.97 | 22.03 | 26.02 | - |
| YUV | 110.27 | 141.39 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 144 | 134 | 0.76 | 0 | 0.07 | 0.44 | 174.5 | 0.61 | 0.35 |
| Hex | 23 | 90 | 86 | 4C | 0 | 7 | 2C | AE | 3D | 23 |
| Octal | 43 | 220 | 206 | 114 | 0 | 7 | 54 | 256 | 75 | 43 |
| Binary | 100011 | 10010000 | 10000110 | 1001100 | 0 | 111 | 101100 | 10101110 | 111101 | 100011 |
Color Harmonies of #239086
Complementary color
Monochromatic Colors of #239086
Black with #239086
Text Example
Text Example
White with #239086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239086; }
p { color: rgb(35,144,134); }
H1.HeaderClassName
{
color: #239086;
}
.AnyTagClassName
{
color: #239086;
}
</style>
background-color css
<style>
a { background-color: #239086; }
a { background-color: rgb(35,144,134); }
div.DivClassName
{
background-color: #239086;
}
.BgClassName
{
background-color: #239086;
}
</style>
border-color css
<style>
span { border-color: #239086; }
span { border-color: rgb(35,144,134); }
td.TdClassName
{
border-color: #239086;
}
.TagClassName
{
border-color: #239086;
}
</style>