Shades of Java #26969E
Tints of Java #26969E
RGB
CMYK
RGB Variations
Color information
#26969E (or 0x26969E) is known color: Java. HEX triplet: 26, 96 and 9E. RGB value is (38,150,158). Sum of RGB (Red+Green+Blue) = 38+150+158=346 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.98% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #26969E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26969E is #D96961. Grayscale: #757575. Windows color (decimal): -14248290 or 10393126. OLE color: 10393126.
HSL color Cylindrical-coordinate representation of color #26969E: hue angle of 184º 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 #26969E is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 150 | 158 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.38 |
| HSL | 184º | 0.61% | 0.38% | - |
| HSV(B) | 184º | 0.76% | 0.62% | - |
| XYZ | 17.88 | 24.69 | 36.17 | - |
| YUV | 117.42 | 150.89 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 150 | 158 | 0.76 | 0.05 | 0 | 0.38 | 184 | 0.61 | 0.38 |
| Hex | 26 | 96 | 9E | 4C | 5 | 0 | 26 | B8 | 3D | 26 |
| Octal | 46 | 226 | 236 | 114 | 5 | 0 | 46 | 270 | 75 | 46 |
| Binary | 100110 | 10010110 | 10011110 | 1001100 | 101 | 0 | 100110 | 10111000 | 111101 | 100110 |
Color Harmonies of #26969E
Complementary color
Monochromatic Colors of #26969E
Black with #26969E
Text Example
Text Example
White with #26969E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26969E; }
p { color: rgb(38,150,158); }
H1.HeaderClassName
{
color: #26969E;
}
.AnyTagClassName
{
color: #26969E;
}
</style>
background-color css
<style>
a { background-color: #26969E; }
a { background-color: rgb(38,150,158); }
div.DivClassName
{
background-color: #26969E;
}
.BgClassName
{
background-color: #26969E;
}
</style>
border-color css
<style>
span { border-color: #26969E; }
span { border-color: rgb(38,150,158); }
td.TdClassName
{
border-color: #26969E;
}
.TagClassName
{
border-color: #26969E;
}
</style>