Shades of Java #238F89
Tints of Java #238F89
RGB
CMYK
RGB Variations
Color information
#238F89 (or 0x238F89) is known color: Java. HEX triplet: 23, 8F and 89. RGB value is (35,143,137). Sum of RGB (Red+Green+Blue) = 35+143+137=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 143 - color contains mainly: green. Hex color #238F89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238F89 is #DC7076. Grayscale: #6D6D6D. Windows color (decimal): -14446711 or 9015075. OLE color: 9015075.
HSL color Cylindrical-coordinate representation of color #238F89: hue angle of 176.67º 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 #238F89 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 143 | 137 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.44 |
| HSL | 176.67º | 0.61% | 0.35% | - |
| HSV(B) | 176.67º | 0.76% | 0.56% | - |
| XYZ | 15.03 | 21.81 | 27.08 | - |
| YUV | 110.02 | 143.22 | 74.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 137 | 0.76 | 0 | 0.04 | 0.44 | 176.67 | 0.61 | 0.35 |
| Hex | 23 | 8F | 89 | 4C | 0 | 4 | 2C | B1 | 3D | 23 |
| Octal | 43 | 217 | 211 | 114 | 0 | 4 | 54 | 261 | 75 | 43 |
| Binary | 100011 | 10001111 | 10001001 | 1001100 | 0 | 100 | 101100 | 10110001 | 111101 | 100011 |
Color Harmonies of #238F89
Complementary color
Monochromatic Colors of #238F89
Black with #238F89
Text Example
Text Example
White with #238F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238F89; }
p { color: rgb(35,143,137); }
H1.HeaderClassName
{
color: #238F89;
}
.AnyTagClassName
{
color: #238F89;
}
</style>
background-color css
<style>
a { background-color: #238F89; }
a { background-color: rgb(35,143,137); }
div.DivClassName
{
background-color: #238F89;
}
.BgClassName
{
background-color: #238F89;
}
</style>
border-color css
<style>
span { border-color: #238F89; }
span { border-color: rgb(35,143,137); }
td.TdClassName
{
border-color: #238F89;
}
.TagClassName
{
border-color: #238F89;
}
</style>