Shades of Java #239084
Tints of Java #239084
RGB
CMYK
RGB Variations
Color information
#239084 (or 0x239084) is known color: Java. HEX triplet: 23, 90 and 84. RGB value is (35,144,132). Sum of RGB (Red+Green+Blue) = 35+144+132=311 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.25% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #239084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239084 is #DC6F7B. Grayscale: #6D6D6D. Windows color (decimal): -14446460 or 8687651. OLE color: 8687651.
HSL color Cylindrical-coordinate representation of color #239084: hue angle of 173.39º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239084 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 144 | 132 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.44 |
| HSL | 173.39º | 0.61% | 0.35% | - |
| HSV(B) | 173.39º | 0.76% | 0.56% | - |
| XYZ | 14.83 | 21.97 | 25.29 | - |
| YUV | 110.04 | 140.39 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 144 | 132 | 0.76 | 0 | 0.08 | 0.44 | 173.39 | 0.61 | 0.35 |
| Hex | 23 | 90 | 84 | 4C | 0 | 8 | 2C | AD | 3D | 23 |
| Octal | 43 | 220 | 204 | 114 | 0 | 10 | 54 | 255 | 75 | 43 |
| Binary | 100011 | 10010000 | 10000100 | 1001100 | 0 | 1000 | 101100 | 10101101 | 111101 | 100011 |
Color Harmonies of #239084
Complementary color
Monochromatic Colors of #239084
Black with #239084
Text Example
Text Example
White with #239084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239084; }
p { color: rgb(35,144,132); }
H1.HeaderClassName
{
color: #239084;
}
.AnyTagClassName
{
color: #239084;
}
</style>
background-color css
<style>
a { background-color: #239084; }
a { background-color: rgb(35,144,132); }
div.DivClassName
{
background-color: #239084;
}
.BgClassName
{
background-color: #239084;
}
</style>
border-color css
<style>
span { border-color: #239084; }
span { border-color: rgb(35,144,132); }
td.TdClassName
{
border-color: #239084;
}
.TagClassName
{
border-color: #239084;
}
</style>