Shades of Java #288992
Tints of Java #288992
RGB
CMYK
RGB Variations
Color information
#288992 (or 0x288992) is known color: Java. HEX triplet: 28, 89 and 92. RGB value is (40,137,146). Sum of RGB (Red+Green+Blue) = 40+137+146=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 146 - color contains mainly: blue. Hex color #288992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288992 is #D7766D. Grayscale: #6C6C6C. Windows color (decimal): -14120558 or 9603368. OLE color: 9603368.
HSL color Cylindrical-coordinate representation of color #288992: hue angle of 185.09º 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 #288992 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 137 | 146 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.43 |
| HSL | 185.09º | 0.57% | 0.36% | - |
| HSV(B) | 185.09º | 0.73% | 0.57% | - |
| XYZ | 15.01 | 20.42 | 30.34 | - |
| YUV | 109.02 | 148.86 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 137 | 146 | 0.73 | 0.06 | 0 | 0.43 | 185.09 | 0.57 | 0.36 |
| Hex | 28 | 89 | 92 | 49 | 6 | 0 | 2B | B9 | 39 | 24 |
| Octal | 50 | 211 | 222 | 111 | 6 | 0 | 53 | 271 | 71 | 44 |
| Binary | 101000 | 10001001 | 10010010 | 1001001 | 110 | 0 | 101011 | 10111001 | 111001 | 100100 |
Color Harmonies of #288992
Complementary color
Monochromatic Colors of #288992
Black with #288992
Text Example
Text Example
White with #288992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288992; }
p { color: rgb(40,137,146); }
H1.HeaderClassName
{
color: #288992;
}
.AnyTagClassName
{
color: #288992;
}
</style>
background-color css
<style>
a { background-color: #288992; }
a { background-color: rgb(40,137,146); }
div.DivClassName
{
background-color: #288992;
}
.BgClassName
{
background-color: #288992;
}
</style>
border-color css
<style>
span { border-color: #288992; }
span { border-color: rgb(40,137,146); }
td.TdClassName
{
border-color: #288992;
}
.TagClassName
{
border-color: #288992;
}
</style>