Shades of Java #269086
Tints of Java #269086
RGB
CMYK
RGB Variations
Color information
#269086 (or 0x269086) is known color: Java. HEX triplet: 26, 90 and 86. RGB value is (38,144,134). Sum of RGB (Red+Green+Blue) = 38+144+134=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #269086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269086 is #D96F79. Grayscale: #6F6F6F. Windows color (decimal): -14249850 or 8818726. OLE color: 8818726.
HSL color Cylindrical-coordinate representation of color #269086: hue angle of 174.34º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269086 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 144 | 134 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.44 |
| HSL | 174.34º | 0.58% | 0.36% | - |
| HSV(B) | 174.34º | 0.74% | 0.56% | - |
| XYZ | 15.08 | 22.08 | 26.02 | - |
| YUV | 111.17 | 140.88 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 144 | 134 | 0.74 | 0 | 0.07 | 0.44 | 174.34 | 0.58 | 0.36 |
| Hex | 26 | 90 | 86 | 4A | 0 | 7 | 2C | AE | 3A | 24 |
| Octal | 46 | 220 | 206 | 112 | 0 | 7 | 54 | 256 | 72 | 44 |
| Binary | 100110 | 10010000 | 10000110 | 1001010 | 0 | 111 | 101100 | 10101110 | 111010 | 100100 |
Color Harmonies of #269086
Complementary color
Monochromatic Colors of #269086
Black with #269086
Text Example
Text Example
White with #269086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269086; }
p { color: rgb(38,144,134); }
H1.HeaderClassName
{
color: #269086;
}
.AnyTagClassName
{
color: #269086;
}
</style>
background-color css
<style>
a { background-color: #269086; }
a { background-color: rgb(38,144,134); }
div.DivClassName
{
background-color: #269086;
}
.BgClassName
{
background-color: #269086;
}
</style>
border-color css
<style>
span { border-color: #269086; }
span { border-color: rgb(38,144,134); }
td.TdClassName
{
border-color: #269086;
}
.TagClassName
{
border-color: #269086;
}
</style>