Shades of Java #239286
Tints of Java #239286
RGB
CMYK
RGB Variations
Color information
#239286 (or 0x239286) is known color: Java. HEX triplet: 23, 92 and 86. RGB value is (35,146,134). Sum of RGB (Red+Green+Blue) = 35+146+134=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #239286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239286 is #DC6D79. Grayscale: #6F6F6F. Windows color (decimal): -14445946 or 8819235. OLE color: 8819235.
HSL color Cylindrical-coordinate representation of color #239286: hue angle of 173.51º 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 #239286 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 146 | 134 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.43 |
| HSL | 173.51º | 0.61% | 0.35% | - |
| HSV(B) | 173.51º | 0.76% | 0.57% | - |
| XYZ | 15.28 | 22.64 | 26.12 | - |
| YUV | 111.44 | 140.73 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 146 | 134 | 0.76 | 0 | 0.08 | 0.43 | 173.51 | 0.61 | 0.35 |
| Hex | 23 | 92 | 86 | 4C | 0 | 8 | 2B | AE | 3D | 23 |
| Octal | 43 | 222 | 206 | 114 | 0 | 10 | 53 | 256 | 75 | 43 |
| Binary | 100011 | 10010010 | 10000110 | 1001100 | 0 | 1000 | 101011 | 10101110 | 111101 | 100011 |
Color Harmonies of #239286
Complementary color
Monochromatic Colors of #239286
Black with #239286
Text Example
Text Example
White with #239286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239286; }
p { color: rgb(35,146,134); }
H1.HeaderClassName
{
color: #239286;
}
.AnyTagClassName
{
color: #239286;
}
</style>
background-color css
<style>
a { background-color: #239286; }
a { background-color: rgb(35,146,134); }
div.DivClassName
{
background-color: #239286;
}
.BgClassName
{
background-color: #239286;
}
</style>
border-color css
<style>
span { border-color: #239286; }
span { border-color: rgb(35,146,134); }
td.TdClassName
{
border-color: #239286;
}
.TagClassName
{
border-color: #239286;
}
</style>