Shades of Java #26989E
Tints of Java #26989E
RGB
CMYK
RGB Variations
Color information
#26989E (or 0x26989E) is known color: Java. HEX triplet: 26, 98 and 9E. RGB value is (38,152,158). Sum of RGB (Red+Green+Blue) = 38+152+158=348 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.92% from 348); Green value is 152 (59.77% from 255 or 43.68% 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 #26989E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26989E is #D96761. Grayscale: #767676. Windows color (decimal): -14247778 or 10393638. OLE color: 10393638.
HSL color Cylindrical-coordinate representation of color #26989E: hue angle of 183º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26989E is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 152 | 158 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.38 |
| HSL | 183º | 0.61% | 0.38% | - |
| HSV(B) | 183º | 0.76% | 0.62% | - |
| XYZ | 18.2 | 25.34 | 36.28 | - |
| YUV | 118.6 | 150.23 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 152 | 158 | 0.76 | 0.04 | 0 | 0.38 | 183 | 0.61 | 0.38 |
| Hex | 26 | 98 | 9E | 4C | 4 | 0 | 26 | B7 | 3D | 26 |
| Octal | 46 | 230 | 236 | 114 | 4 | 0 | 46 | 267 | 75 | 46 |
| Binary | 100110 | 10011000 | 10011110 | 1001100 | 100 | 0 | 100110 | 10110111 | 111101 | 100110 |
Color Harmonies of #26989E
Complementary color
Monochromatic Colors of #26989E
Black with #26989E
Text Example
Text Example
White with #26989E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26989E; }
p { color: rgb(38,152,158); }
H1.HeaderClassName
{
color: #26989E;
}
.AnyTagClassName
{
color: #26989E;
}
</style>
background-color css
<style>
a { background-color: #26989E; }
a { background-color: rgb(38,152,158); }
div.DivClassName
{
background-color: #26989E;
}
.BgClassName
{
background-color: #26989E;
}
</style>
border-color css
<style>
span { border-color: #26989E; }
span { border-color: rgb(38,152,158); }
td.TdClassName
{
border-color: #26989E;
}
.TagClassName
{
border-color: #26989E;
}
</style>