Shades of Java #268989
Tints of Java #268989
RGB
CMYK
RGB Variations
Color information
#268989 (or 0x268989) is known color: Java. HEX triplet: 26, 89 and 89. RGB value is (38,137,137). Sum of RGB (Red+Green+Blue) = 38+137+137=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 137 - color contains mainly: green, blue. Hex color #268989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268989 is #D97676. Grayscale: #6B6B6B. Windows color (decimal): -14251639 or 9013542. OLE color: 9013542.
HSL color Cylindrical-coordinate representation of color #268989: hue angle of 180º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268989 is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 137 | 137 | - |
| CMYK | 0.72 | 0 | 0 | 0.46 |
| HSL | 180º | 0.57% | 0.34% | - |
| HSV(B) | 180º | 0.72% | 0.54% | - |
| XYZ | 14.26 | 20.11 | 26.8 | - |
| YUV | 107.4 | 144.7 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 137 | 137 | 0.72 | 0 | 0 | 0.46 | 180 | 0.57 | 0.34 |
| Hex | 26 | 89 | 89 | 48 | 0 | 0 | 2E | B4 | 39 | 22 |
| Octal | 46 | 211 | 211 | 110 | 0 | 0 | 56 | 264 | 71 | 42 |
| Binary | 100110 | 10001001 | 10001001 | 1001000 | 0 | 0 | 101110 | 10110100 | 111001 | 100010 |
Color Harmonies of #268989
Complementary color
Monochromatic Colors of #268989
Black with #268989
Text Example
Text Example
White with #268989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268989; }
p { color: rgb(38,137,137); }
H1.HeaderClassName
{
color: #268989;
}
.AnyTagClassName
{
color: #268989;
}
</style>
background-color css
<style>
a { background-color: #268989; }
a { background-color: rgb(38,137,137); }
div.DivClassName
{
background-color: #268989;
}
.BgClassName
{
background-color: #268989;
}
</style>
border-color css
<style>
span { border-color: #268989; }
span { border-color: rgb(38,137,137); }
td.TdClassName
{
border-color: #268989;
}
.TagClassName
{
border-color: #268989;
}
</style>