Shades of Java #268E87
Tints of Java #268E87
RGB
CMYK
RGB Variations
Color information
#268E87 (or 0x268E87) is known color: Java. HEX triplet: 26, 8E and 87. RGB value is (38,142,135). Sum of RGB (Red+Green+Blue) = 38+142+135=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 142 - color contains mainly: green. Hex color #268E87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268E87 is #D97178. Grayscale: #6E6E6E. Windows color (decimal): -14250361 or 8883750. OLE color: 8883750.
HSL color Cylindrical-coordinate representation of color #268E87: hue angle of 175.96º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268E87 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 142 | 135 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.44 |
| HSL | 175.96º | 0.58% | 0.35% | - |
| HSV(B) | 175.96º | 0.73% | 0.56% | - |
| XYZ | 14.85 | 21.51 | 26.29 | - |
| YUV | 110.11 | 142.04 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 142 | 135 | 0.73 | 0 | 0.05 | 0.44 | 175.96 | 0.58 | 0.35 |
| Hex | 26 | 8E | 87 | 49 | 0 | 5 | 2C | B0 | 3A | 23 |
| Octal | 46 | 216 | 207 | 111 | 0 | 5 | 54 | 260 | 72 | 43 |
| Binary | 100110 | 10001110 | 10000111 | 1001001 | 0 | 101 | 101100 | 10110000 | 111010 | 100011 |
Color Harmonies of #268E87
Complementary color
Monochromatic Colors of #268E87
Black with #268E87
Text Example
Text Example
White with #268E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268E87; }
p { color: rgb(38,142,135); }
H1.HeaderClassName
{
color: #268E87;
}
.AnyTagClassName
{
color: #268E87;
}
</style>
background-color css
<style>
a { background-color: #268E87; }
a { background-color: rgb(38,142,135); }
div.DivClassName
{
background-color: #268E87;
}
.BgClassName
{
background-color: #268E87;
}
</style>
border-color css
<style>
span { border-color: #268E87; }
span { border-color: rgb(38,142,135); }
td.TdClassName
{
border-color: #268E87;
}
.TagClassName
{
border-color: #268E87;
}
</style>