Shades of Java #289FA4
Tints of Java #289FA4
RGB
CMYK
RGB Variations
Color information
#289FA4 (or 0x289FA4) is known color: Java. HEX triplet: 28, 9F and A4. RGB value is (40,159,164). Sum of RGB (Red+Green+Blue) = 40+159+164=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 164 (64.45% from 255 or 45.18% from 363); Max value from RGB is 164 - color contains mainly: blue. Hex color #289FA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289FA4 is #D7605B. Grayscale: #7B7B7B. Windows color (decimal): -14114908 or 10788648. OLE color: 10788648.
HSL color Cylindrical-coordinate representation of color #289FA4: hue angle of 182.42º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #289FA4 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 159 | 164 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.36 |
| HSL | 182.42º | 0.61% | 0.4% | - |
| HSV(B) | 182.42º | 0.76% | 0.64% | - |
| XYZ | 19.97 | 27.93 | 39.46 | - |
| YUV | 123.99 | 150.58 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 159 | 164 | 0.76 | 0.03 | 0 | 0.36 | 182.42 | 0.61 | 0.4 |
| Hex | 28 | 9F | A4 | 4C | 3 | 0 | 24 | B6 | 3D | 28 |
| Octal | 50 | 237 | 244 | 114 | 3 | 0 | 44 | 266 | 75 | 50 |
| Binary | 101000 | 10011111 | 10100100 | 1001100 | 11 | 0 | 100100 | 10110110 | 111101 | 101000 |
Color Harmonies of #289FA4
Complementary color
Monochromatic Colors of #289FA4
Black with #289FA4
Text Example
Text Example
White with #289FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289FA4; }
p { color: rgb(40,159,164); }
H1.HeaderClassName
{
color: #289FA4;
}
.AnyTagClassName
{
color: #289FA4;
}
</style>
background-color css
<style>
a { background-color: #289FA4; }
a { background-color: rgb(40,159,164); }
div.DivClassName
{
background-color: #289FA4;
}
.BgClassName
{
background-color: #289FA4;
}
</style>
border-color css
<style>
span { border-color: #289FA4; }
span { border-color: rgb(40,159,164); }
td.TdClassName
{
border-color: #289FA4;
}
.TagClassName
{
border-color: #289FA4;
}
</style>