Shades of Java #269892
Tints of Java #269892
RGB
CMYK
RGB Variations
Color information
#269892 (or 0x269892) is known color: Java. HEX triplet: 26, 98 and 92. RGB value is (38,152,146). Sum of RGB (Red+Green+Blue) = 38+152+146=336 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.31% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 152 - color contains mainly: green. Hex color #269892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269892 is #D9676D. Grayscale: #757575. Windows color (decimal): -14247790 or 9607206. OLE color: 9607206.
HSL color Cylindrical-coordinate representation of color #269892: hue angle of 176.84º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269892 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 152 | 146 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.40 |
| HSL | 176.84º | 0.6% | 0.37% | - |
| HSV(B) | 176.84º | 0.75% | 0.6% | - |
| XYZ | 17.22 | 24.94 | 31.1 | - |
| YUV | 117.23 | 144.23 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 152 | 146 | 0.75 | 0 | 0.04 | 0.40 | 176.84 | 0.6 | 0.37 |
| Hex | 26 | 98 | 92 | 4B | 0 | 4 | 28 | B1 | 3C | 25 |
| Octal | 46 | 230 | 222 | 113 | 0 | 4 | 50 | 261 | 74 | 45 |
| Binary | 100110 | 10011000 | 10010010 | 1001011 | 0 | 100 | 101000 | 10110001 | 111100 | 100101 |
Color Harmonies of #269892
Complementary color
Monochromatic Colors of #269892
Black with #269892
Text Example
Text Example
White with #269892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269892; }
p { color: rgb(38,152,146); }
H1.HeaderClassName
{
color: #269892;
}
.AnyTagClassName
{
color: #269892;
}
</style>
background-color css
<style>
a { background-color: #269892; }
a { background-color: rgb(38,152,146); }
div.DivClassName
{
background-color: #269892;
}
.BgClassName
{
background-color: #269892;
}
</style>
border-color css
<style>
span { border-color: #269892; }
span { border-color: rgb(38,152,146); }
td.TdClassName
{
border-color: #269892;
}
.TagClassName
{
border-color: #269892;
}
</style>