Shades of Java #289993
Tints of Java #289993
RGB
CMYK
RGB Variations
Color information
#289993 (or 0x289993) is known color: Java. HEX triplet: 28, 99 and 93. RGB value is (40,153,147). Sum of RGB (Red+Green+Blue) = 40+153+147=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #289993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289993 is #D7666C. Grayscale: #767676. Windows color (decimal): -14116461 or 9673000. OLE color: 9673000.
HSL color Cylindrical-coordinate representation of color #289993: hue angle of 176.81º 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 #289993 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 153 | 147 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.4 |
| HSL | 176.81º | 0.59% | 0.38% | - |
| HSV(B) | 176.81º | 0.74% | 0.6% | - |
| XYZ | 17.53 | 25.34 | 31.57 | - |
| YUV | 118.53 | 144.06 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 147 | 0.74 | 0 | 0.04 | 0.4 | 176.81 | 0.59 | 0.38 |
| Hex | 28 | 99 | 93 | 4A | 0 | 4 | 28 | B1 | 3B | 26 |
| Octal | 50 | 231 | 223 | 112 | 0 | 4 | 50 | 261 | 73 | 46 |
| Binary | 101000 | 10011001 | 10010011 | 1001010 | 0 | 100 | 101000 | 10110001 | 111011 | 100110 |
Color Harmonies of #289993
Complementary color
Monochromatic Colors of #289993
Black with #289993
Text Example
Text Example
White with #289993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289993; }
p { color: rgb(40,153,147); }
H1.HeaderClassName
{
color: #289993;
}
.AnyTagClassName
{
color: #289993;
}
</style>
background-color css
<style>
a { background-color: #289993; }
a { background-color: rgb(40,153,147); }
div.DivClassName
{
background-color: #289993;
}
.BgClassName
{
background-color: #289993;
}
</style>
border-color css
<style>
span { border-color: #289993; }
span { border-color: rgb(40,153,147); }
td.TdClassName
{
border-color: #289993;
}
.TagClassName
{
border-color: #289993;
}
</style>