Shades of Java #239584
Tints of Java #239584
RGB
CMYK
RGB Variations
Color information
#239584 (or 0x239584) is known color: Java. HEX triplet: 23, 95 and 84. RGB value is (35,149,132). Sum of RGB (Red+Green+Blue) = 35+149+132=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #239584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239584 is #DC6A7B. Grayscale: #707070. Windows color (decimal): -14445180 or 8688931. OLE color: 8688931.
HSL color Cylindrical-coordinate representation of color #239584: hue angle of 171.05º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239584 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 149 | 132 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.42 |
| HSL | 171.05º | 0.62% | 0.36% | - |
| HSV(B) | 171.05º | 0.77% | 0.58% | - |
| XYZ | 15.61 | 23.52 | 25.55 | - |
| YUV | 112.98 | 138.73 | 72.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 149 | 132 | 0.77 | 0 | 0.11 | 0.42 | 171.05 | 0.62 | 0.36 |
| Hex | 23 | 95 | 84 | 4D | 0 | B | 2A | AB | 3E | 24 |
| Octal | 43 | 225 | 204 | 115 | 0 | 13 | 52 | 253 | 76 | 44 |
| Binary | 100011 | 10010101 | 10000100 | 1001101 | 0 | 1011 | 101010 | 10101011 | 111110 | 100100 |
Color Harmonies of #239584
Complementary color
Monochromatic Colors of #239584
Black with #239584
Text Example
Text Example
White with #239584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239584; }
p { color: rgb(35,149,132); }
H1.HeaderClassName
{
color: #239584;
}
.AnyTagClassName
{
color: #239584;
}
</style>
background-color css
<style>
a { background-color: #239584; }
a { background-color: rgb(35,149,132); }
div.DivClassName
{
background-color: #239584;
}
.BgClassName
{
background-color: #239584;
}
</style>
border-color css
<style>
span { border-color: #239584; }
span { border-color: rgb(35,149,132); }
td.TdClassName
{
border-color: #239584;
}
.TagClassName
{
border-color: #239584;
}
</style>