Shades of Java #28979D
Tints of Java #28979D
RGB
CMYK
RGB Variations
Color information
#28979D (or 0x28979D) is known color: Java. HEX triplet: 28, 97 and 9D. RGB value is (40,151,157). Sum of RGB (Red+Green+Blue) = 40+151+157=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #28979D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28979D is #D76862. Grayscale: #767676. Windows color (decimal): -14116963 or 10327848. OLE color: 10327848.
HSL color Cylindrical-coordinate representation of color #28979D: hue angle of 183.08º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28979D is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 151 | 157 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.38 |
| HSL | 183.08º | 0.59% | 0.39% | - |
| HSV(B) | 183.08º | 0.75% | 0.62% | - |
| XYZ | 18.03 | 25.02 | 35.78 | - |
| YUV | 118.5 | 149.73 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 151 | 157 | 0.75 | 0.04 | 0 | 0.38 | 183.08 | 0.59 | 0.39 |
| Hex | 28 | 97 | 9D | 4B | 4 | 0 | 26 | B7 | 3B | 27 |
| Octal | 50 | 227 | 235 | 113 | 4 | 0 | 46 | 267 | 73 | 47 |
| Binary | 101000 | 10010111 | 10011101 | 1001011 | 100 | 0 | 100110 | 10110111 | 111011 | 100111 |
Color Harmonies of #28979D
Complementary color
Monochromatic Colors of #28979D
Black with #28979D
Text Example
Text Example
White with #28979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28979D; }
p { color: rgb(40,151,157); }
H1.HeaderClassName
{
color: #28979D;
}
.AnyTagClassName
{
color: #28979D;
}
</style>
background-color css
<style>
a { background-color: #28979D; }
a { background-color: rgb(40,151,157); }
div.DivClassName
{
background-color: #28979D;
}
.BgClassName
{
background-color: #28979D;
}
</style>
border-color css
<style>
span { border-color: #28979D; }
span { border-color: rgb(40,151,157); }
td.TdClassName
{
border-color: #28979D;
}
.TagClassName
{
border-color: #28979D;
}
</style>