Shades of Java #269698
Tints of Java #269698
RGB
CMYK
RGB Variations
Color information
#269698 (or 0x269698) is known color: Java. HEX triplet: 26, 96 and 98. RGB value is (38,150,152). Sum of RGB (Red+Green+Blue) = 38+150+152=340 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.18% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 152 - color contains mainly: blue. Hex color #269698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269698 is #D96967. Grayscale: #747474. Windows color (decimal): -14248296 or 9999910. OLE color: 9999910.
HSL color Cylindrical-coordinate representation of color #269698: hue angle of 181.05º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269698 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 150 | 152 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.40 |
| HSL | 181.05º | 0.6% | 0.37% | - |
| HSV(B) | 181.05º | 0.75% | 0.6% | - |
| XYZ | 17.37 | 24.49 | 33.52 | - |
| YUV | 116.74 | 147.89 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 150 | 152 | 0.75 | 0.01 | 0 | 0.40 | 181.05 | 0.6 | 0.37 |
| Hex | 26 | 96 | 98 | 4B | 1 | 0 | 28 | B5 | 3C | 25 |
| Octal | 46 | 226 | 230 | 113 | 1 | 0 | 50 | 265 | 74 | 45 |
| Binary | 100110 | 10010110 | 10011000 | 1001011 | 1 | 0 | 101000 | 10110101 | 111100 | 100101 |
Color Harmonies of #269698
Complementary color
Monochromatic Colors of #269698
Black with #269698
Text Example
Text Example
White with #269698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269698; }
p { color: rgb(38,150,152); }
H1.HeaderClassName
{
color: #269698;
}
.AnyTagClassName
{
color: #269698;
}
</style>
background-color css
<style>
a { background-color: #269698; }
a { background-color: rgb(38,150,152); }
div.DivClassName
{
background-color: #269698;
}
.BgClassName
{
background-color: #269698;
}
</style>
border-color css
<style>
span { border-color: #269698; }
span { border-color: rgb(38,150,152); }
td.TdClassName
{
border-color: #269698;
}
.TagClassName
{
border-color: #269698;
}
</style>