Shades of Java #239285
Tints of Java #239285
RGB
CMYK
RGB Variations
Color information
#239285 (or 0x239285) is known color: Java. HEX triplet: 23, 92 and 85. RGB value is (35,146,133). Sum of RGB (Red+Green+Blue) = 35+146+133=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #239285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239285 is #DC6D7A. Grayscale: #6F6F6F. Windows color (decimal): -14445947 or 8753699. OLE color: 8753699.
HSL color Cylindrical-coordinate representation of color #239285: hue angle of 172.97º 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 #239285 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 146 | 133 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.43 |
| HSL | 172.97º | 0.61% | 0.35% | - |
| HSV(B) | 172.97º | 0.76% | 0.57% | - |
| XYZ | 15.21 | 22.61 | 25.75 | - |
| YUV | 111.33 | 140.23 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 146 | 133 | 0.76 | 0 | 0.09 | 0.43 | 172.97 | 0.61 | 0.35 |
| Hex | 23 | 92 | 85 | 4C | 0 | 9 | 2B | AD | 3D | 23 |
| Octal | 43 | 222 | 205 | 114 | 0 | 11 | 53 | 255 | 75 | 43 |
| Binary | 100011 | 10010010 | 10000101 | 1001100 | 0 | 1001 | 101011 | 10101101 | 111101 | 100011 |
Color Harmonies of #239285
Complementary color
Monochromatic Colors of #239285
Black with #239285
Text Example
Text Example
White with #239285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239285; }
p { color: rgb(35,146,133); }
H1.HeaderClassName
{
color: #239285;
}
.AnyTagClassName
{
color: #239285;
}
</style>
background-color css
<style>
a { background-color: #239285; }
a { background-color: rgb(35,146,133); }
div.DivClassName
{
background-color: #239285;
}
.BgClassName
{
background-color: #239285;
}
</style>
border-color css
<style>
span { border-color: #239285; }
span { border-color: rgb(35,146,133); }
td.TdClassName
{
border-color: #239285;
}
.TagClassName
{
border-color: #239285;
}
</style>