Shades of Java #239289
Tints of Java #239289
RGB
CMYK
RGB Variations
Color information
#239289 (or 0x239289) is known color: Java. HEX triplet: 23, 92 and 89. RGB value is (35,146,137). Sum of RGB (Red+Green+Blue) = 35+146+137=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 146 - color contains mainly: green. Hex color #239289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239289 is #DC6D76. Grayscale: #6F6F6F. Windows color (decimal): -14445943 or 9015843. OLE color: 9015843.
HSL color Cylindrical-coordinate representation of color #239289: hue angle of 175.14º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239289 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 146 | 137 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.43 |
| HSL | 175.14º | 0.61% | 0.35% | - |
| HSV(B) | 175.14º | 0.76% | 0.57% | - |
| XYZ | 15.49 | 22.72 | 27.24 | - |
| YUV | 111.79 | 142.23 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 146 | 137 | 0.76 | 0 | 0.06 | 0.43 | 175.14 | 0.61 | 0.35 |
| Hex | 23 | 92 | 89 | 4C | 0 | 6 | 2B | AF | 3D | 23 |
| Octal | 43 | 222 | 211 | 114 | 0 | 6 | 53 | 257 | 75 | 43 |
| Binary | 100011 | 10010010 | 10001001 | 1001100 | 0 | 110 | 101011 | 10101111 | 111101 | 100011 |
Color Harmonies of #239289
Complementary color
Monochromatic Colors of #239289
Black with #239289
Text Example
Text Example
White with #239289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239289; }
p { color: rgb(35,146,137); }
H1.HeaderClassName
{
color: #239289;
}
.AnyTagClassName
{
color: #239289;
}
</style>
background-color css
<style>
a { background-color: #239289; }
a { background-color: rgb(35,146,137); }
div.DivClassName
{
background-color: #239289;
}
.BgClassName
{
background-color: #239289;
}
</style>
border-color css
<style>
span { border-color: #239289; }
span { border-color: rgb(35,146,137); }
td.TdClassName
{
border-color: #239289;
}
.TagClassName
{
border-color: #239289;
}
</style>