Shades of Java #268A87
Tints of Java #268A87
RGB
CMYK
RGB Variations
Color information
#268A87 (or 0x268A87) is known color: Java. HEX triplet: 26, 8A and 87. RGB value is (38,138,135). Sum of RGB (Red+Green+Blue) = 38+138+135=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 138 - color contains mainly: green. Hex color #268A87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268A87 is #D97578. Grayscale: #6B6B6B. Windows color (decimal): -14251385 or 8882726. OLE color: 8882726.
HSL color Cylindrical-coordinate representation of color #268A87: hue angle of 178.2º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268A87 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 138 | 135 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.46 |
| HSL | 178.2º | 0.57% | 0.35% | - |
| HSV(B) | 178.2º | 0.72% | 0.54% | - |
| XYZ | 14.26 | 20.34 | 26.1 | - |
| YUV | 107.76 | 143.37 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 138 | 135 | 0.72 | 0 | 0.02 | 0.46 | 178.2 | 0.57 | 0.35 |
| Hex | 26 | 8A | 87 | 48 | 0 | 2 | 2E | B2 | 39 | 23 |
| Octal | 46 | 212 | 207 | 110 | 0 | 2 | 56 | 262 | 71 | 43 |
| Binary | 100110 | 10001010 | 10000111 | 1001000 | 0 | 10 | 101110 | 10110010 | 111001 | 100011 |
Color Harmonies of #268A87
Complementary color
Monochromatic Colors of #268A87
Black with #268A87
Text Example
Text Example
White with #268A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268A87; }
p { color: rgb(38,138,135); }
H1.HeaderClassName
{
color: #268A87;
}
.AnyTagClassName
{
color: #268A87;
}
</style>
background-color css
<style>
a { background-color: #268A87; }
a { background-color: rgb(38,138,135); }
div.DivClassName
{
background-color: #268A87;
}
.BgClassName
{
background-color: #268A87;
}
</style>
border-color css
<style>
span { border-color: #268A87; }
span { border-color: rgb(38,138,135); }
td.TdClassName
{
border-color: #268A87;
}
.TagClassName
{
border-color: #268A87;
}
</style>