Shades of Java #269185
Tints of Java #269185
RGB
CMYK
RGB Variations
Color information
#269185 (or 0x269185) is known color: Java. HEX triplet: 26, 91 and 85. RGB value is (38,145,133). Sum of RGB (Red+Green+Blue) = 38+145+133=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #269185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269185 is #D96E7A. Grayscale: #6F6F6F. Windows color (decimal): -14249595 or 8753446. OLE color: 8753446.
HSL color Cylindrical-coordinate representation of color #269185: hue angle of 173.27º 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 #269185 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 145 | 133 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.43 |
| HSL | 173.27º | 0.58% | 0.36% | - |
| HSV(B) | 173.27º | 0.74% | 0.57% | - |
| XYZ | 15.16 | 22.36 | 25.71 | - |
| YUV | 111.64 | 140.05 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 145 | 133 | 0.74 | 0 | 0.08 | 0.43 | 173.27 | 0.58 | 0.36 |
| Hex | 26 | 91 | 85 | 4A | 0 | 8 | 2B | AD | 3A | 24 |
| Octal | 46 | 221 | 205 | 112 | 0 | 10 | 53 | 255 | 72 | 44 |
| Binary | 100110 | 10010001 | 10000101 | 1001010 | 0 | 1000 | 101011 | 10101101 | 111010 | 100100 |
Color Harmonies of #269185
Complementary color
Monochromatic Colors of #269185
Black with #269185
Text Example
Text Example
White with #269185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269185; }
p { color: rgb(38,145,133); }
H1.HeaderClassName
{
color: #269185;
}
.AnyTagClassName
{
color: #269185;
}
</style>
background-color css
<style>
a { background-color: #269185; }
a { background-color: rgb(38,145,133); }
div.DivClassName
{
background-color: #269185;
}
.BgClassName
{
background-color: #269185;
}
</style>
border-color css
<style>
span { border-color: #269185; }
span { border-color: rgb(38,145,133); }
td.TdClassName
{
border-color: #269185;
}
.TagClassName
{
border-color: #269185;
}
</style>