Shades of Java #288A8F
Tints of Java #288A8F
RGB
CMYK
RGB Variations
Color information
#288A8F (or 0x288A8F) is known color: Java. HEX triplet: 28, 8A and 8F. RGB value is (40,138,143). Sum of RGB (Red+Green+Blue) = 40+138+143=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 143 - color contains mainly: blue. Hex color #288A8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288A8F is #D77570. Grayscale: #6D6D6D. Windows color (decimal): -14120305 or 9407016. OLE color: 9407016.
HSL color Cylindrical-coordinate representation of color #288A8F: hue angle of 182.91º degrees, saturation: 0.56, 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 #288A8F is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 138 | 143 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.44 |
| HSL | 182.91º | 0.56% | 0.36% | - |
| HSV(B) | 182.91º | 0.72% | 0.56% | - |
| XYZ | 14.92 | 20.61 | 29.18 | - |
| YUV | 109.27 | 147.03 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 143 | 0.72 | 0.03 | 0 | 0.44 | 182.91 | 0.56 | 0.36 |
| Hex | 28 | 8A | 8F | 48 | 3 | 0 | 2C | B7 | 38 | 24 |
| Octal | 50 | 212 | 217 | 110 | 3 | 0 | 54 | 267 | 70 | 44 |
| Binary | 101000 | 10001010 | 10001111 | 1001000 | 11 | 0 | 101100 | 10110111 | 111000 | 100100 |
Color Harmonies of #288A8F
Complementary color
Monochromatic Colors of #288A8F
Black with #288A8F
Text Example
Text Example
White with #288A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288A8F; }
p { color: rgb(40,138,143); }
H1.HeaderClassName
{
color: #288A8F;
}
.AnyTagClassName
{
color: #288A8F;
}
</style>
background-color css
<style>
a { background-color: #288A8F; }
a { background-color: rgb(40,138,143); }
div.DivClassName
{
background-color: #288A8F;
}
.BgClassName
{
background-color: #288A8F;
}
</style>
border-color css
<style>
span { border-color: #288A8F; }
span { border-color: rgb(40,138,143); }
td.TdClassName
{
border-color: #288A8F;
}
.TagClassName
{
border-color: #288A8F;
}
</style>