Shades of Java #288791
Tints of Java #288791
RGB
CMYK
RGB Variations
Color information
#288791 (or 0x288791) is known color: Java. HEX triplet: 28, 87 and 91. RGB value is (40,135,145). Sum of RGB (Red+Green+Blue) = 40+135+145=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 145 - color contains mainly: blue. Hex color #288791 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288791 is #D7786E. Grayscale: #6B6B6B. Windows color (decimal): -14121071 or 9537320. OLE color: 9537320.
HSL color Cylindrical-coordinate representation of color #288791: hue angle of 185.71º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288791 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 135 | 145 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.43 |
| HSL | 185.71º | 0.57% | 0.36% | - |
| HSV(B) | 185.71º | 0.72% | 0.57% | - |
| XYZ | 14.65 | 19.82 | 29.84 | - |
| YUV | 107.74 | 149.03 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 145 | 0.72 | 0.07 | 0 | 0.43 | 185.71 | 0.57 | 0.36 |
| Hex | 28 | 87 | 91 | 48 | 7 | 0 | 2B | BA | 39 | 24 |
| Octal | 50 | 207 | 221 | 110 | 7 | 0 | 53 | 272 | 71 | 44 |
| Binary | 101000 | 10000111 | 10010001 | 1001000 | 111 | 0 | 101011 | 10111010 | 111001 | 100100 |
Color Harmonies of #288791
Complementary color
Monochromatic Colors of #288791
Black with #288791
Text Example
Text Example
White with #288791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288791; }
p { color: rgb(40,135,145); }
H1.HeaderClassName
{
color: #288791;
}
.AnyTagClassName
{
color: #288791;
}
</style>
background-color css
<style>
a { background-color: #288791; }
a { background-color: rgb(40,135,145); }
div.DivClassName
{
background-color: #288791;
}
.BgClassName
{
background-color: #288791;
}
</style>
border-color css
<style>
span { border-color: #288791; }
span { border-color: rgb(40,135,145); }
td.TdClassName
{
border-color: #288791;
}
.TagClassName
{
border-color: #288791;
}
</style>