Shades of Java #289DA3
Tints of Java #289DA3
RGB
CMYK
RGB Variations
Color information
#289DA3 (or 0x289DA3) is known color: Java. HEX triplet: 28, 9D and A3. RGB value is (40,157,163). Sum of RGB (Red+Green+Blue) = 40+157+163=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 163 (64.06% from 255 or 45.28% from 360); Max value from RGB is 163 - color contains mainly: blue. Hex color #289DA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289DA3 is #D7625C. Grayscale: #7A7A7A. Windows color (decimal): -14115421 or 10722600. OLE color: 10722600.
HSL color Cylindrical-coordinate representation of color #289DA3: hue angle of 182.93º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #289DA3 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 157 | 163 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.36 |
| HSL | 182.93º | 0.61% | 0.4% | - |
| HSV(B) | 182.93º | 0.75% | 0.64% | - |
| XYZ | 19.54 | 27.21 | 38.87 | - |
| YUV | 122.7 | 150.74 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 157 | 163 | 0.75 | 0.04 | 0 | 0.36 | 182.93 | 0.61 | 0.4 |
| Hex | 28 | 9D | A3 | 4B | 4 | 0 | 24 | B7 | 3D | 28 |
| Octal | 50 | 235 | 243 | 113 | 4 | 0 | 44 | 267 | 75 | 50 |
| Binary | 101000 | 10011101 | 10100011 | 1001011 | 100 | 0 | 100100 | 10110111 | 111101 | 101000 |
Color Harmonies of #289DA3
Complementary color
Monochromatic Colors of #289DA3
Black with #289DA3
Text Example
Text Example
White with #289DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289DA3; }
p { color: rgb(40,157,163); }
H1.HeaderClassName
{
color: #289DA3;
}
.AnyTagClassName
{
color: #289DA3;
}
</style>
background-color css
<style>
a { background-color: #289DA3; }
a { background-color: rgb(40,157,163); }
div.DivClassName
{
background-color: #289DA3;
}
.BgClassName
{
background-color: #289DA3;
}
</style>
border-color css
<style>
span { border-color: #289DA3; }
span { border-color: rgb(40,157,163); }
td.TdClassName
{
border-color: #289DA3;
}
.TagClassName
{
border-color: #289DA3;
}
</style>