Shades of Java #289293
Tints of Java #289293
RGB
CMYK
RGB Variations
Color information
#289293 (or 0x289293) is known color: Java. HEX triplet: 28, 92 and 93. RGB value is (40,146,147). Sum of RGB (Red+Green+Blue) = 40+146+147=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #289293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289293 is #D76D6C. Grayscale: #727272. Windows color (decimal): -14118253 or 9671208. OLE color: 9671208.
HSL color Cylindrical-coordinate representation of color #289293: hue angle of 180.56º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #289293 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 146 | 147 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.42 |
| HSL | 180.56º | 0.57% | 0.37% | - |
| HSV(B) | 180.56º | 0.73% | 0.58% | - |
| XYZ | 16.42 | 23.12 | 31.2 | - |
| YUV | 114.42 | 146.38 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 146 | 147 | 0.73 | 0.01 | 0 | 0.42 | 180.56 | 0.57 | 0.37 |
| Hex | 28 | 92 | 93 | 49 | 1 | 0 | 2A | B5 | 39 | 25 |
| Octal | 50 | 222 | 223 | 111 | 1 | 0 | 52 | 265 | 71 | 45 |
| Binary | 101000 | 10010010 | 10010011 | 1001001 | 1 | 0 | 101010 | 10110101 | 111001 | 100101 |
Color Harmonies of #289293
Complementary color
Monochromatic Colors of #289293
Black with #289293
Text Example
Text Example
White with #289293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289293; }
p { color: rgb(40,146,147); }
H1.HeaderClassName
{
color: #289293;
}
.AnyTagClassName
{
color: #289293;
}
</style>
background-color css
<style>
a { background-color: #289293; }
a { background-color: rgb(40,146,147); }
div.DivClassName
{
background-color: #289293;
}
.BgClassName
{
background-color: #289293;
}
</style>
border-color css
<style>
span { border-color: #289293; }
span { border-color: rgb(40,146,147); }
td.TdClassName
{
border-color: #289293;
}
.TagClassName
{
border-color: #289293;
}
</style>