Shades of Java #269397
Tints of Java #269397
RGB
CMYK
RGB Variations
Color information
#269397 (or 0x269397) is known color: Java. HEX triplet: 26, 93 and 97. RGB value is (38,147,151). Sum of RGB (Red+Green+Blue) = 38+147+151=336 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.31% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 151 - color contains mainly: blue. Hex color #269397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269397 is #D96C68. Grayscale: #727272. Windows color (decimal): -14249065 or 9933606. OLE color: 9933606.
HSL color Cylindrical-coordinate representation of color #269397: hue angle of 182.12º 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 #269397 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 147 | 151 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.41 |
| HSL | 182.12º | 0.6% | 0.37% | - |
| HSV(B) | 182.12º | 0.75% | 0.59% | - |
| XYZ | 16.82 | 23.51 | 32.93 | - |
| YUV | 114.87 | 148.39 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 147 | 151 | 0.75 | 0.03 | 0 | 0.41 | 182.12 | 0.6 | 0.37 |
| Hex | 26 | 93 | 97 | 4B | 3 | 0 | 29 | B6 | 3C | 25 |
| Octal | 46 | 223 | 227 | 113 | 3 | 0 | 51 | 266 | 74 | 45 |
| Binary | 100110 | 10010011 | 10010111 | 1001011 | 11 | 0 | 101001 | 10110110 | 111100 | 100101 |
Color Harmonies of #269397
Complementary color
Monochromatic Colors of #269397
Black with #269397
Text Example
Text Example
White with #269397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269397; }
p { color: rgb(38,147,151); }
H1.HeaderClassName
{
color: #269397;
}
.AnyTagClassName
{
color: #269397;
}
</style>
background-color css
<style>
a { background-color: #269397; }
a { background-color: rgb(38,147,151); }
div.DivClassName
{
background-color: #269397;
}
.BgClassName
{
background-color: #269397;
}
</style>
border-color css
<style>
span { border-color: #269397; }
span { border-color: rgb(38,147,151); }
td.TdClassName
{
border-color: #269397;
}
.TagClassName
{
border-color: #269397;
}
</style>