Shades of Java #269197
Tints of Java #269197
RGB
CMYK
RGB Variations
Color information
#269197 (or 0x269197) is known color: Java. HEX triplet: 26, 91 and 97. RGB value is (38,145,151). Sum of RGB (Red+Green+Blue) = 38+145+151=334 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.38% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 151 - color contains mainly: blue. Hex color #269197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269197 is #D96E68. Grayscale: #717171. Windows color (decimal): -14249577 or 9933094. OLE color: 9933094.
HSL color Cylindrical-coordinate representation of color #269197: hue angle of 183.19º 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 #269197 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 145 | 151 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.41 |
| HSL | 183.19º | 0.6% | 0.37% | - |
| HSV(B) | 183.19º | 0.75% | 0.59% | - |
| XYZ | 16.51 | 22.9 | 32.83 | - |
| YUV | 113.69 | 149.05 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 145 | 151 | 0.75 | 0.04 | 0 | 0.41 | 183.19 | 0.6 | 0.37 |
| Hex | 26 | 91 | 97 | 4B | 4 | 0 | 29 | B7 | 3C | 25 |
| Octal | 46 | 221 | 227 | 113 | 4 | 0 | 51 | 267 | 74 | 45 |
| Binary | 100110 | 10010001 | 10010111 | 1001011 | 100 | 0 | 101001 | 10110111 | 111100 | 100101 |
Color Harmonies of #269197
Complementary color
Monochromatic Colors of #269197
Black with #269197
Text Example
Text Example
White with #269197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269197; }
p { color: rgb(38,145,151); }
H1.HeaderClassName
{
color: #269197;
}
.AnyTagClassName
{
color: #269197;
}
</style>
background-color css
<style>
a { background-color: #269197; }
a { background-color: rgb(38,145,151); }
div.DivClassName
{
background-color: #269197;
}
.BgClassName
{
background-color: #269197;
}
</style>
border-color css
<style>
span { border-color: #269197; }
span { border-color: rgb(38,145,151); }
td.TdClassName
{
border-color: #269197;
}
.TagClassName
{
border-color: #269197;
}
</style>