Shades of Java #238F87
Tints of Java #238F87
RGB
CMYK
RGB Variations
Color information
#238F87 (or 0x238F87) is known color: Java. HEX triplet: 23, 8F and 87. RGB value is (35,143,135). Sum of RGB (Red+Green+Blue) = 35+143+135=313 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.18% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 135 (53.12% from 255 or 43.13% from 313); Max value from RGB is 143 - color contains mainly: green. Hex color #238F87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238F87 is #DC7078. Grayscale: #6D6D6D. Windows color (decimal): -14446713 or 8884003. OLE color: 8884003.
HSL color Cylindrical-coordinate representation of color #238F87: hue angle of 175.56º 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 #238F87 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 143 | 135 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.44 |
| HSL | 175.56º | 0.61% | 0.35% | - |
| HSV(B) | 175.56º | 0.76% | 0.56% | - |
| XYZ | 14.89 | 21.75 | 26.34 | - |
| YUV | 109.8 | 142.22 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 135 | 0.76 | 0 | 0.06 | 0.44 | 175.56 | 0.61 | 0.35 |
| Hex | 23 | 8F | 87 | 4C | 0 | 6 | 2C | B0 | 3D | 23 |
| Octal | 43 | 217 | 207 | 114 | 0 | 6 | 54 | 260 | 75 | 43 |
| Binary | 100011 | 10001111 | 10000111 | 1001100 | 0 | 110 | 101100 | 10110000 | 111101 | 100011 |
Color Harmonies of #238F87
Complementary color
Monochromatic Colors of #238F87
Black with #238F87
Text Example
Text Example
White with #238F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238F87; }
p { color: rgb(35,143,135); }
H1.HeaderClassName
{
color: #238F87;
}
.AnyTagClassName
{
color: #238F87;
}
</style>
background-color css
<style>
a { background-color: #238F87; }
a { background-color: rgb(35,143,135); }
div.DivClassName
{
background-color: #238F87;
}
.BgClassName
{
background-color: #238F87;
}
</style>
border-color css
<style>
span { border-color: #238F87; }
span { border-color: rgb(35,143,135); }
td.TdClassName
{
border-color: #238F87;
}
.TagClassName
{
border-color: #238F87;
}
</style>