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