Shades of Java #288790
Tints of Java #288790
RGB
CMYK
RGB Variations
Color information
#288790 (or 0x288790) is known color: Java. HEX triplet: 28, 87 and 90. RGB value is (40,135,144). Sum of RGB (Red+Green+Blue) = 40+135+144=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #288790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288790 is #D7786F. Grayscale: #6B6B6B. Windows color (decimal): -14121072 or 9471784. OLE color: 9471784.
HSL color Cylindrical-coordinate representation of color #288790: hue angle of 185.19º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288790 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 135 | 144 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.44 |
| HSL | 185.19º | 0.57% | 0.36% | - |
| HSV(B) | 185.19º | 0.72% | 0.56% | - |
| XYZ | 14.57 | 19.79 | 29.44 | - |
| YUV | 107.62 | 148.53 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 144 | 0.72 | 0.06 | 0 | 0.44 | 185.19 | 0.57 | 0.36 |
| Hex | 28 | 87 | 90 | 48 | 6 | 0 | 2C | B9 | 39 | 24 |
| Octal | 50 | 207 | 220 | 110 | 6 | 0 | 54 | 271 | 71 | 44 |
| Binary | 101000 | 10000111 | 10010000 | 1001000 | 110 | 0 | 101100 | 10111001 | 111001 | 100100 |
Color Harmonies of #288790
Complementary color
Monochromatic Colors of #288790
Black with #288790
Text Example
Text Example
White with #288790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288790; }
p { color: rgb(40,135,144); }
H1.HeaderClassName
{
color: #288790;
}
.AnyTagClassName
{
color: #288790;
}
</style>
background-color css
<style>
a { background-color: #288790; }
a { background-color: rgb(40,135,144); }
div.DivClassName
{
background-color: #288790;
}
.BgClassName
{
background-color: #288790;
}
</style>
border-color css
<style>
span { border-color: #288790; }
span { border-color: rgb(40,135,144); }
td.TdClassName
{
border-color: #288790;
}
.TagClassName
{
border-color: #288790;
}
</style>