Shades of Java #269186
Tints of Java #269186
RGB
CMYK
RGB Variations
Color information
#269186 (or 0x269186) is known color: Java. HEX triplet: 26, 91 and 86. RGB value is (38,145,134). Sum of RGB (Red+Green+Blue) = 38+145+134=317 (41% of max value = 765). Red value is 38 (15.23% from 255 or 11.99% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 145 - color contains mainly: green. Hex color #269186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269186 is #D96E79. Grayscale: #6F6F6F. Windows color (decimal): -14249594 or 8818982. OLE color: 8818982.
HSL color Cylindrical-coordinate representation of color #269186: hue angle of 173.83º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269186 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 145 | 134 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.43 |
| HSL | 173.83º | 0.58% | 0.36% | - |
| HSV(B) | 173.83º | 0.74% | 0.57% | - |
| XYZ | 15.23 | 22.38 | 26.07 | - |
| YUV | 111.75 | 140.55 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 145 | 134 | 0.74 | 0 | 0.08 | 0.43 | 173.83 | 0.58 | 0.36 |
| Hex | 26 | 91 | 86 | 4A | 0 | 8 | 2B | AE | 3A | 24 |
| Octal | 46 | 221 | 206 | 112 | 0 | 10 | 53 | 256 | 72 | 44 |
| Binary | 100110 | 10010001 | 10000110 | 1001010 | 0 | 1000 | 101011 | 10101110 | 111010 | 100100 |
Color Harmonies of #269186
Complementary color
Monochromatic Colors of #269186
Black with #269186
Text Example
Text Example
White with #269186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269186; }
p { color: rgb(38,145,134); }
H1.HeaderClassName
{
color: #269186;
}
.AnyTagClassName
{
color: #269186;
}
</style>
background-color css
<style>
a { background-color: #269186; }
a { background-color: rgb(38,145,134); }
div.DivClassName
{
background-color: #269186;
}
.BgClassName
{
background-color: #269186;
}
</style>
border-color css
<style>
span { border-color: #269186; }
span { border-color: rgb(38,145,134); }
td.TdClassName
{
border-color: #269186;
}
.TagClassName
{
border-color: #269186;
}
</style>