Shades of Java #269585
Tints of Java #269585
RGB
CMYK
RGB Variations
Color information
#269585 (or 0x269585) is known color: Java. HEX triplet: 26, 95 and 85. RGB value is (38,149,133). Sum of RGB (Red+Green+Blue) = 38+149+133=320 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.88% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #269585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269585 is #D96A7A. Grayscale: #717171. Windows color (decimal): -14248571 or 8754470. OLE color: 8754470.
HSL color Cylindrical-coordinate representation of color #269585: hue angle of 171.35º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269585 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 149 | 133 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.42 |
| HSL | 171.35º | 0.59% | 0.37% | - |
| HSV(B) | 171.35º | 0.74% | 0.58% | - |
| XYZ | 15.78 | 23.6 | 25.91 | - |
| YUV | 113.99 | 138.73 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 149 | 133 | 0.74 | 0 | 0.11 | 0.42 | 171.35 | 0.59 | 0.37 |
| Hex | 26 | 95 | 85 | 4A | 0 | B | 2A | AB | 3B | 25 |
| Octal | 46 | 225 | 205 | 112 | 0 | 13 | 52 | 253 | 73 | 45 |
| Binary | 100110 | 10010101 | 10000101 | 1001010 | 0 | 1011 | 101010 | 10101011 | 111011 | 100101 |
Color Harmonies of #269585
Complementary color
Monochromatic Colors of #269585
Black with #269585
Text Example
Text Example
White with #269585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269585; }
p { color: rgb(38,149,133); }
H1.HeaderClassName
{
color: #269585;
}
.AnyTagClassName
{
color: #269585;
}
</style>
background-color css
<style>
a { background-color: #269585; }
a { background-color: rgb(38,149,133); }
div.DivClassName
{
background-color: #269585;
}
.BgClassName
{
background-color: #269585;
}
</style>
border-color css
<style>
span { border-color: #269585; }
span { border-color: rgb(38,149,133); }
td.TdClassName
{
border-color: #269585;
}
.TagClassName
{
border-color: #269585;
}
</style>