Shades of Java #239487
Tints of Java #239487
RGB
CMYK
RGB Variations
Color information
#239487 (or 0x239487) is known color: Java. HEX triplet: 23, 94 and 87. RGB value is (35,148,135). Sum of RGB (Red+Green+Blue) = 35+148+135=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #239487 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239487 is #DC6B78. Grayscale: #707070. Windows color (decimal): -14445433 or 8885283. OLE color: 8885283.
HSL color Cylindrical-coordinate representation of color #239487: hue angle of 173.1º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239487 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 148 | 135 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.42 |
| HSL | 173.1º | 0.62% | 0.36% | - |
| HSV(B) | 173.1º | 0.76% | 0.58% | - |
| XYZ | 15.66 | 23.29 | 26.59 | - |
| YUV | 112.73 | 140.56 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 148 | 135 | 0.76 | 0 | 0.09 | 0.42 | 173.1 | 0.62 | 0.36 |
| Hex | 23 | 94 | 87 | 4C | 0 | 9 | 2A | AD | 3E | 24 |
| Octal | 43 | 224 | 207 | 114 | 0 | 11 | 52 | 255 | 76 | 44 |
| Binary | 100011 | 10010100 | 10000111 | 1001100 | 0 | 1001 | 101010 | 10101101 | 111110 | 100100 |
Color Harmonies of #239487
Complementary color
Monochromatic Colors of #239487
Black with #239487
Text Example
Text Example
White with #239487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239487; }
p { color: rgb(35,148,135); }
H1.HeaderClassName
{
color: #239487;
}
.AnyTagClassName
{
color: #239487;
}
</style>
background-color css
<style>
a { background-color: #239487; }
a { background-color: rgb(35,148,135); }
div.DivClassName
{
background-color: #239487;
}
.BgClassName
{
background-color: #239487;
}
</style>
border-color css
<style>
span { border-color: #239487; }
span { border-color: rgb(35,148,135); }
td.TdClassName
{
border-color: #239487;
}
.TagClassName
{
border-color: #239487;
}
</style>