Shades of Java #289699
Tints of Java #289699
RGB
CMYK
RGB Variations
Color information
#289699 (or 0x289699) is known color: Java. HEX triplet: 28, 96 and 99. RGB value is (40,150,153). Sum of RGB (Red+Green+Blue) = 40+150+153=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #289699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289699 is #D76966. Grayscale: #757575. Windows color (decimal): -14117223 or 10065448. OLE color: 10065448.
HSL color Cylindrical-coordinate representation of color #289699: hue angle of 181.59º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289699 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 150 | 153 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.4 |
| HSL | 181.59º | 0.59% | 0.38% | - |
| HSV(B) | 181.59º | 0.74% | 0.6% | - |
| XYZ | 17.53 | 24.56 | 33.95 | - |
| YUV | 117.45 | 148.06 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 150 | 153 | 0.74 | 0.02 | 0 | 0.4 | 181.59 | 0.59 | 0.38 |
| Hex | 28 | 96 | 99 | 4A | 2 | 0 | 28 | B6 | 3B | 26 |
| Octal | 50 | 226 | 231 | 112 | 2 | 0 | 50 | 266 | 73 | 46 |
| Binary | 101000 | 10010110 | 10011001 | 1001010 | 10 | 0 | 101000 | 10110110 | 111011 | 100110 |
Color Harmonies of #289699
Complementary color
Monochromatic Colors of #289699
Black with #289699
Text Example
Text Example
White with #289699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289699; }
p { color: rgb(40,150,153); }
H1.HeaderClassName
{
color: #289699;
}
.AnyTagClassName
{
color: #289699;
}
</style>
background-color css
<style>
a { background-color: #289699; }
a { background-color: rgb(40,150,153); }
div.DivClassName
{
background-color: #289699;
}
.BgClassName
{
background-color: #289699;
}
</style>
border-color css
<style>
span { border-color: #289699; }
span { border-color: rgb(40,150,153); }
td.TdClassName
{
border-color: #289699;
}
.TagClassName
{
border-color: #289699;
}
</style>