Shades of Java #239386
Tints of Java #239386
RGB
CMYK
RGB Variations
Color information
#239386 (or 0x239386) is known color: Java. HEX triplet: 23, 93 and 86. RGB value is (35,147,134). Sum of RGB (Red+Green+Blue) = 35+147+134=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #239386 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239386 is #DC6C79. Grayscale: #6F6F6F. Windows color (decimal): -14445690 or 8819491. OLE color: 8819491.
HSL color Cylindrical-coordinate representation of color #239386: hue angle of 173.04º 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 #239386 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 147 | 134 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.42 |
| HSL | 173.04º | 0.62% | 0.36% | - |
| HSV(B) | 173.04º | 0.76% | 0.58% | - |
| XYZ | 15.43 | 22.95 | 26.17 | - |
| YUV | 112.03 | 140.39 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 147 | 134 | 0.76 | 0 | 0.09 | 0.42 | 173.04 | 0.62 | 0.36 |
| Hex | 23 | 93 | 86 | 4C | 0 | 9 | 2A | AD | 3E | 24 |
| Octal | 43 | 223 | 206 | 114 | 0 | 11 | 52 | 255 | 76 | 44 |
| Binary | 100011 | 10010011 | 10000110 | 1001100 | 0 | 1001 | 101010 | 10101101 | 111110 | 100100 |
Color Harmonies of #239386
Complementary color
Monochromatic Colors of #239386
Black with #239386
Text Example
Text Example
White with #239386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239386; }
p { color: rgb(35,147,134); }
H1.HeaderClassName
{
color: #239386;
}
.AnyTagClassName
{
color: #239386;
}
</style>
background-color css
<style>
a { background-color: #239386; }
a { background-color: rgb(35,147,134); }
div.DivClassName
{
background-color: #239386;
}
.BgClassName
{
background-color: #239386;
}
</style>
border-color css
<style>
span { border-color: #239386; }
span { border-color: rgb(35,147,134); }
td.TdClassName
{
border-color: #239386;
}
.TagClassName
{
border-color: #239386;
}
</style>