Shades of Java #269396
Tints of Java #269396
RGB
CMYK
RGB Variations
Color information
#269396 (or 0x269396) is known color: Java. HEX triplet: 26, 93 and 96. RGB value is (38,147,150). Sum of RGB (Red+Green+Blue) = 38+147+150=335 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.34% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #269396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269396 is #D96C69. Grayscale: #727272. Windows color (decimal): -14249066 or 9868070. OLE color: 9868070.
HSL color Cylindrical-coordinate representation of color #269396: hue angle of 181.61º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269396 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 147 | 150 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.41 |
| HSL | 181.61º | 0.6% | 0.37% | - |
| HSV(B) | 181.61º | 0.75% | 0.59% | - |
| XYZ | 16.74 | 23.48 | 32.5 | - |
| YUV | 114.75 | 147.89 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 147 | 150 | 0.75 | 0.02 | 0 | 0.41 | 181.61 | 0.6 | 0.37 |
| Hex | 26 | 93 | 96 | 4B | 2 | 0 | 29 | B6 | 3C | 25 |
| Octal | 46 | 223 | 226 | 113 | 2 | 0 | 51 | 266 | 74 | 45 |
| Binary | 100110 | 10010011 | 10010110 | 1001011 | 10 | 0 | 101001 | 10110110 | 111100 | 100101 |
Color Harmonies of #269396
Complementary color
Monochromatic Colors of #269396
Black with #269396
Text Example
Text Example
White with #269396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269396; }
p { color: rgb(38,147,150); }
H1.HeaderClassName
{
color: #269396;
}
.AnyTagClassName
{
color: #269396;
}
</style>
background-color css
<style>
a { background-color: #269396; }
a { background-color: rgb(38,147,150); }
div.DivClassName
{
background-color: #269396;
}
.BgClassName
{
background-color: #269396;
}
</style>
border-color css
<style>
span { border-color: #269396; }
span { border-color: rgb(38,147,150); }
td.TdClassName
{
border-color: #269396;
}
.TagClassName
{
border-color: #269396;
}
</style>