Shades of Java #28969E
Tints of Java #28969E
RGB
CMYK
RGB Variations
Color information
#28969E (or 0x28969E) is known color: Java. HEX triplet: 28, 96 and 9E. RGB value is (40,150,158). Sum of RGB (Red+Green+Blue) = 40+150+158=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #28969E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28969E is #D76961. Grayscale: #757575. Windows color (decimal): -14117218 or 10393128. OLE color: 10393128.
HSL color Cylindrical-coordinate representation of color #28969E: hue angle of 184.07º degrees, saturation: 0.6, 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 #28969E is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 150 | 158 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.38 |
| HSL | 184.07º | 0.6% | 0.39% | - |
| HSV(B) | 184.07º | 0.75% | 0.62% | - |
| XYZ | 17.95 | 24.73 | 36.18 | - |
| YUV | 118.02 | 150.56 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 150 | 158 | 0.75 | 0.05 | 0 | 0.38 | 184.07 | 0.6 | 0.39 |
| Hex | 28 | 96 | 9E | 4B | 5 | 0 | 26 | B8 | 3C | 27 |
| Octal | 50 | 226 | 236 | 113 | 5 | 0 | 46 | 270 | 74 | 47 |
| Binary | 101000 | 10010110 | 10011110 | 1001011 | 101 | 0 | 100110 | 10111000 | 111100 | 100111 |
Color Harmonies of #28969E
Complementary color
Monochromatic Colors of #28969E
Black with #28969E
Text Example
Text Example
White with #28969E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28969E; }
p { color: rgb(40,150,158); }
H1.HeaderClassName
{
color: #28969E;
}
.AnyTagClassName
{
color: #28969E;
}
</style>
background-color css
<style>
a { background-color: #28969E; }
a { background-color: rgb(40,150,158); }
div.DivClassName
{
background-color: #28969E;
}
.BgClassName
{
background-color: #28969E;
}
</style>
border-color css
<style>
span { border-color: #28969E; }
span { border-color: rgb(40,150,158); }
td.TdClassName
{
border-color: #28969E;
}
.TagClassName
{
border-color: #28969E;
}
</style>