Shades of Java #269082
Tints of Java #269082
RGB
CMYK
RGB Variations
Color information
#269082 (or 0x269082) is known color: Java. HEX triplet: 26, 90 and 82. RGB value is (38,144,130). Sum of RGB (Red+Green+Blue) = 38+144+130=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 144 - color contains mainly: green. Hex color #269082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269082 is #D96F7D. Grayscale: #6E6E6E. Windows color (decimal): -14249854 or 8556582. OLE color: 8556582.
HSL color Cylindrical-coordinate representation of color #269082: hue angle of 172.08º 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 #269082 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 144 | 130 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.44 |
| HSL | 172.08º | 0.58% | 0.36% | - |
| HSV(B) | 172.08º | 0.74% | 0.56% | - |
| XYZ | 14.8 | 21.97 | 24.58 | - |
| YUV | 110.71 | 138.88 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 144 | 130 | 0.74 | 0 | 0.10 | 0.44 | 172.08 | 0.58 | 0.36 |
| Hex | 26 | 90 | 82 | 4A | 0 | A | 2C | AC | 3A | 24 |
| Octal | 46 | 220 | 202 | 112 | 0 | 12 | 54 | 254 | 72 | 44 |
| Binary | 100110 | 10010000 | 10000010 | 1001010 | 0 | 1010 | 101100 | 10101100 | 111010 | 100100 |
Color Harmonies of #269082
Complementary color
Monochromatic Colors of #269082
Black with #269082
Text Example
Text Example
White with #269082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269082; }
p { color: rgb(38,144,130); }
H1.HeaderClassName
{
color: #269082;
}
.AnyTagClassName
{
color: #269082;
}
</style>
background-color css
<style>
a { background-color: #269082; }
a { background-color: rgb(38,144,130); }
div.DivClassName
{
background-color: #269082;
}
.BgClassName
{
background-color: #269082;
}
</style>
border-color css
<style>
span { border-color: #269082; }
span { border-color: rgb(38,144,130); }
td.TdClassName
{
border-color: #269082;
}
.TagClassName
{
border-color: #269082;
}
</style>