Shades of Java #239189
Tints of Java #239189
RGB
CMYK
RGB Variations
Color information
#239189 (or 0x239189) is known color: Java. HEX triplet: 23, 91 and 89. RGB value is (35,145,137). Sum of RGB (Red+Green+Blue) = 35+145+137=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 145 - color contains mainly: green. Hex color #239189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239189 is #DC6E76. Grayscale: #6F6F6F. Windows color (decimal): -14446199 or 9015587. OLE color: 9015587.
HSL color Cylindrical-coordinate representation of color #239189: hue angle of 175.64º 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 #239189 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 145 | 137 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.43 |
| HSL | 175.64º | 0.61% | 0.35% | - |
| HSV(B) | 175.64º | 0.76% | 0.57% | - |
| XYZ | 15.33 | 22.41 | 27.19 | - |
| YUV | 111.2 | 142.56 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 145 | 137 | 0.76 | 0 | 0.06 | 0.43 | 175.64 | 0.61 | 0.35 |
| Hex | 23 | 91 | 89 | 4C | 0 | 6 | 2B | B0 | 3D | 23 |
| Octal | 43 | 221 | 211 | 114 | 0 | 6 | 53 | 260 | 75 | 43 |
| Binary | 100011 | 10010001 | 10001001 | 1001100 | 0 | 110 | 101011 | 10110000 | 111101 | 100011 |
Color Harmonies of #239189
Complementary color
Monochromatic Colors of #239189
Black with #239189
Text Example
Text Example
White with #239189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239189; }
p { color: rgb(35,145,137); }
H1.HeaderClassName
{
color: #239189;
}
.AnyTagClassName
{
color: #239189;
}
</style>
background-color css
<style>
a { background-color: #239189; }
a { background-color: rgb(35,145,137); }
div.DivClassName
{
background-color: #239189;
}
.BgClassName
{
background-color: #239189;
}
</style>
border-color css
<style>
span { border-color: #239189; }
span { border-color: rgb(35,145,137); }
td.TdClassName
{
border-color: #239189;
}
.TagClassName
{
border-color: #239189;
}
</style>