Shades of Java #289F9F
Tints of Java #289F9F
RGB
CMYK
RGB Variations
Color information
#289F9F (or 0x289F9F) is known color: Java. HEX triplet: 28, 9F and 9F. RGB value is (40,159,159). Sum of RGB (Red+Green+Blue) = 40+159+159=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 159 (62.5% from 255 or 44.41% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: green, blue. Hex color #289F9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289F9F is #D76060. Grayscale: #7B7B7B. Windows color (decimal): -14114913 or 10460968. OLE color: 10460968.
HSL color Cylindrical-coordinate representation of color #289F9F: hue angle of 180º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #289F9F is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 159 | 159 | - |
| CMYK | 0.75 | 0 | 0 | 0.38 |
| HSL | 180º | 0.6% | 0.39% | - |
| HSV(B) | 180º | 0.75% | 0.62% | - |
| XYZ | 19.53 | 27.75 | 37.13 | - |
| YUV | 123.42 | 148.08 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 159 | 159 | 0.75 | 0 | 0 | 0.38 | 180 | 0.6 | 0.39 |
| Hex | 28 | 9F | 9F | 4B | 0 | 0 | 26 | B4 | 3C | 27 |
| Octal | 50 | 237 | 237 | 113 | 0 | 0 | 46 | 264 | 74 | 47 |
| Binary | 101000 | 10011111 | 10011111 | 1001011 | 0 | 0 | 100110 | 10110100 | 111100 | 100111 |
Color Harmonies of #289F9F
Complementary color
Monochromatic Colors of #289F9F
Black with #289F9F
Text Example
Text Example
White with #289F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289F9F; }
p { color: rgb(40,159,159); }
H1.HeaderClassName
{
color: #289F9F;
}
.AnyTagClassName
{
color: #289F9F;
}
</style>
background-color css
<style>
a { background-color: #289F9F; }
a { background-color: rgb(40,159,159); }
div.DivClassName
{
background-color: #289F9F;
}
.BgClassName
{
background-color: #289F9F;
}
</style>
border-color css
<style>
span { border-color: #289F9F; }
span { border-color: rgb(40,159,159); }
td.TdClassName
{
border-color: #289F9F;
}
.TagClassName
{
border-color: #289F9F;
}
</style>