Shades of Java #289B9D
Tints of Java #289B9D
RGB
CMYK
RGB Variations
Color information
#289B9D (or 0x289B9D) is known color: Java. HEX triplet: 28, 9B and 9D. RGB value is (40,155,157). Sum of RGB (Red+Green+Blue) = 40+155+157=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #289B9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289B9D is #D76462. Grayscale: #787878. Windows color (decimal): -14115939 or 10328872. OLE color: 10328872.
HSL color Cylindrical-coordinate representation of color #289B9D: hue angle of 181.03º degrees, saturation: 0.59, 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 #289B9D is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 155 | 157 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.38 |
| HSL | 181.03º | 0.59% | 0.39% | - |
| HSV(B) | 181.03º | 0.75% | 0.62% | - |
| XYZ | 18.68 | 26.33 | 36 | - |
| YUV | 120.84 | 148.4 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 157 | 0.75 | 0.01 | 0 | 0.38 | 181.03 | 0.59 | 0.39 |
| Hex | 28 | 9B | 9D | 4B | 1 | 0 | 26 | B5 | 3B | 27 |
| Octal | 50 | 233 | 235 | 113 | 1 | 0 | 46 | 265 | 73 | 47 |
| Binary | 101000 | 10011011 | 10011101 | 1001011 | 1 | 0 | 100110 | 10110101 | 111011 | 100111 |
Color Harmonies of #289B9D
Complementary color
Monochromatic Colors of #289B9D
Black with #289B9D
Text Example
Text Example
White with #289B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289B9D; }
p { color: rgb(40,155,157); }
H1.HeaderClassName
{
color: #289B9D;
}
.AnyTagClassName
{
color: #289B9D;
}
</style>
background-color css
<style>
a { background-color: #289B9D; }
a { background-color: rgb(40,155,157); }
div.DivClassName
{
background-color: #289B9D;
}
.BgClassName
{
background-color: #289B9D;
}
</style>
border-color css
<style>
span { border-color: #289B9D; }
span { border-color: rgb(40,155,157); }
td.TdClassName
{
border-color: #289B9D;
}
.TagClassName
{
border-color: #289B9D;
}
</style>