Shades of Java #269497
Tints of Java #269497
RGB
CMYK
RGB Variations
Color information
#269497 (or 0x269497) is known color: Java. HEX triplet: 26, 94 and 97. RGB value is (38,148,151). Sum of RGB (Red+Green+Blue) = 38+148+151=337 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.28% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 151 - color contains mainly: blue. Hex color #269497 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269497 is #D96B68. Grayscale: #737373. Windows color (decimal): -14248809 or 9933862. OLE color: 9933862.
HSL color Cylindrical-coordinate representation of color #269497: hue angle of 181.59º 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 #269497 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 148 | 151 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.41 |
| HSL | 181.59º | 0.6% | 0.37% | - |
| HSV(B) | 181.59º | 0.75% | 0.59% | - |
| XYZ | 16.98 | 23.83 | 32.98 | - |
| YUV | 115.45 | 148.06 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 148 | 151 | 0.75 | 0.02 | 0 | 0.41 | 181.59 | 0.6 | 0.37 |
| Hex | 26 | 94 | 97 | 4B | 2 | 0 | 29 | B6 | 3C | 25 |
| Octal | 46 | 224 | 227 | 113 | 2 | 0 | 51 | 266 | 74 | 45 |
| Binary | 100110 | 10010100 | 10010111 | 1001011 | 10 | 0 | 101001 | 10110110 | 111100 | 100101 |
Color Harmonies of #269497
Complementary color
Monochromatic Colors of #269497
Black with #269497
Text Example
Text Example
White with #269497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269497; }
p { color: rgb(38,148,151); }
H1.HeaderClassName
{
color: #269497;
}
.AnyTagClassName
{
color: #269497;
}
</style>
background-color css
<style>
a { background-color: #269497; }
a { background-color: rgb(38,148,151); }
div.DivClassName
{
background-color: #269497;
}
.BgClassName
{
background-color: #269497;
}
</style>
border-color css
<style>
span { border-color: #269497; }
span { border-color: rgb(38,148,151); }
td.TdClassName
{
border-color: #269497;
}
.TagClassName
{
border-color: #269497;
}
</style>