Shades of Java #269189
Tints of Java #269189
RGB
CMYK
RGB Variations
Color information
#269189 (or 0x269189) is known color: Java. HEX triplet: 26, 91 and 89. RGB value is (38,145,137). Sum of RGB (Red+Green+Blue) = 38+145+137=320 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.88% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #269189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269189 is #D96E76. Grayscale: #707070. Windows color (decimal): -14249591 or 9015590. OLE color: 9015590.
HSL color Cylindrical-coordinate representation of color #269189: hue angle of 175.51º 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 #269189 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 145 | 137 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.43 |
| HSL | 175.51º | 0.58% | 0.36% | - |
| HSV(B) | 175.51º | 0.74% | 0.57% | - |
| XYZ | 15.44 | 22.47 | 27.19 | - |
| YUV | 112.1 | 142.05 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 145 | 137 | 0.74 | 0 | 0.06 | 0.43 | 175.51 | 0.58 | 0.36 |
| Hex | 26 | 91 | 89 | 4A | 0 | 6 | 2B | B0 | 3A | 24 |
| Octal | 46 | 221 | 211 | 112 | 0 | 6 | 53 | 260 | 72 | 44 |
| Binary | 100110 | 10010001 | 10001001 | 1001010 | 0 | 110 | 101011 | 10110000 | 111010 | 100100 |
Color Harmonies of #269189
Complementary color
Monochromatic Colors of #269189
Black with #269189
Text Example
Text Example
White with #269189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269189; }
p { color: rgb(38,145,137); }
H1.HeaderClassName
{
color: #269189;
}
.AnyTagClassName
{
color: #269189;
}
</style>
background-color css
<style>
a { background-color: #269189; }
a { background-color: rgb(38,145,137); }
div.DivClassName
{
background-color: #269189;
}
.BgClassName
{
background-color: #269189;
}
</style>
border-color css
<style>
span { border-color: #269189; }
span { border-color: rgb(38,145,137); }
td.TdClassName
{
border-color: #269189;
}
.TagClassName
{
border-color: #269189;
}
</style>