Shades of Java #288D92
Tints of Java #288D92
RGB
CMYK
RGB Variations
Color information
#288D92 (or 0x288D92) is known color: Java. HEX triplet: 28, 8D and 92. RGB value is (40,141,146). Sum of RGB (Red+Green+Blue) = 40+141+146=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #288D92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288D92 is #D7726D. Grayscale: #6F6F6F. Windows color (decimal): -14119534 or 9604392. OLE color: 9604392.
HSL color Cylindrical-coordinate representation of color #288D92: hue angle of 182.83º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #288D92 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 141 | 146 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.43 |
| HSL | 182.83º | 0.57% | 0.36% | - |
| HSV(B) | 182.83º | 0.73% | 0.57% | - |
| XYZ | 15.59 | 21.58 | 30.54 | - |
| YUV | 111.37 | 147.54 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 146 | 0.73 | 0.03 | 0 | 0.43 | 182.83 | 0.57 | 0.36 |
| Hex | 28 | 8D | 92 | 49 | 3 | 0 | 2B | B7 | 39 | 24 |
| Octal | 50 | 215 | 222 | 111 | 3 | 0 | 53 | 267 | 71 | 44 |
| Binary | 101000 | 10001101 | 10010010 | 1001001 | 11 | 0 | 101011 | 10110111 | 111001 | 100100 |
Color Harmonies of #288D92
Complementary color
Monochromatic Colors of #288D92
Black with #288D92
Text Example
Text Example
White with #288D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288D92; }
p { color: rgb(40,141,146); }
H1.HeaderClassName
{
color: #288D92;
}
.AnyTagClassName
{
color: #288D92;
}
</style>
background-color css
<style>
a { background-color: #288D92; }
a { background-color: rgb(40,141,146); }
div.DivClassName
{
background-color: #288D92;
}
.BgClassName
{
background-color: #288D92;
}
</style>
border-color css
<style>
span { border-color: #288D92; }
span { border-color: rgb(40,141,146); }
td.TdClassName
{
border-color: #288D92;
}
.TagClassName
{
border-color: #288D92;
}
</style>