Shades of Java #238989
Tints of Java #238989
RGB
CMYK
RGB Variations
Color information
#238989 (or 0x238989) is known color: Java. HEX triplet: 23, 89 and 89. RGB value is (35,137,137). Sum of RGB (Red+Green+Blue) = 35+137+137=309 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.33% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: green, blue. Hex color #238989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238989 is #DC7676. Grayscale: #6A6A6A. Windows color (decimal): -14448247 or 9013539. OLE color: 9013539.
HSL color Cylindrical-coordinate representation of color #238989: hue angle of 180º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238989 is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 137 | 137 | - |
| CMYK | 0.74 | 0 | 0 | 0.46 |
| HSL | 180º | 0.59% | 0.34% | - |
| HSV(B) | 180º | 0.74% | 0.54% | - |
| XYZ | 14.15 | 20.05 | 26.79 | - |
| YUV | 106.5 | 145.21 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 137 | 137 | 0.74 | 0 | 0 | 0.46 | 180 | 0.59 | 0.34 |
| Hex | 23 | 89 | 89 | 4A | 0 | 0 | 2E | B4 | 3B | 22 |
| Octal | 43 | 211 | 211 | 112 | 0 | 0 | 56 | 264 | 73 | 42 |
| Binary | 100011 | 10001001 | 10001001 | 1001010 | 0 | 0 | 101110 | 10110100 | 111011 | 100010 |
Color Harmonies of #238989
Complementary color
Monochromatic Colors of #238989
Black with #238989
Text Example
Text Example
White with #238989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238989; }
p { color: rgb(35,137,137); }
H1.HeaderClassName
{
color: #238989;
}
.AnyTagClassName
{
color: #238989;
}
</style>
background-color css
<style>
a { background-color: #238989; }
a { background-color: rgb(35,137,137); }
div.DivClassName
{
background-color: #238989;
}
.BgClassName
{
background-color: #238989;
}
</style>
border-color css
<style>
span { border-color: #238989; }
span { border-color: rgb(35,137,137); }
td.TdClassName
{
border-color: #238989;
}
.TagClassName
{
border-color: #238989;
}
</style>