Shades of Java #289299
Tints of Java #289299
RGB
CMYK
RGB Variations
Color information
#289299 (or 0x289299) is known color: Java. HEX triplet: 28, 92 and 99. RGB value is (40,146,153). Sum of RGB (Red+Green+Blue) = 40+146+153=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #289299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289299 is #D76D66. Grayscale: #727272. Windows color (decimal): -14118247 or 10064424. OLE color: 10064424.
HSL color Cylindrical-coordinate representation of color #289299: hue angle of 183.72º 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 #289299 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 146 | 153 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.4 |
| HSL | 183.72º | 0.59% | 0.38% | - |
| HSV(B) | 183.72º | 0.74% | 0.6% | - |
| XYZ | 16.9 | 23.31 | 33.75 | - |
| YUV | 115.1 | 149.38 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 146 | 153 | 0.74 | 0.05 | 0 | 0.4 | 183.72 | 0.59 | 0.38 |
| Hex | 28 | 92 | 99 | 4A | 5 | 0 | 28 | B8 | 3B | 26 |
| Octal | 50 | 222 | 231 | 112 | 5 | 0 | 50 | 270 | 73 | 46 |
| Binary | 101000 | 10010010 | 10011001 | 1001010 | 101 | 0 | 101000 | 10111000 | 111011 | 100110 |
Color Harmonies of #289299
Complementary color
Monochromatic Colors of #289299
Black with #289299
Text Example
Text Example
White with #289299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289299; }
p { color: rgb(40,146,153); }
H1.HeaderClassName
{
color: #289299;
}
.AnyTagClassName
{
color: #289299;
}
</style>
background-color css
<style>
a { background-color: #289299; }
a { background-color: rgb(40,146,153); }
div.DivClassName
{
background-color: #289299;
}
.BgClassName
{
background-color: #289299;
}
</style>
border-color css
<style>
span { border-color: #289299; }
span { border-color: rgb(40,146,153); }
td.TdClassName
{
border-color: #289299;
}
.TagClassName
{
border-color: #289299;
}
</style>