Shades of Java #269095
Tints of Java #269095
RGB
CMYK
RGB Variations
Color information
#269095 (or 0x269095) is known color: Java. HEX triplet: 26, 90 and 95. RGB value is (38,144,149). Sum of RGB (Red+Green+Blue) = 38+144+149=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #269095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269095 is #D96F6A. Grayscale: #707070. Windows color (decimal): -14249835 or 9801766. OLE color: 9801766.
HSL color Cylindrical-coordinate representation of color #269095: hue angle of 182.7º 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 #269095 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 144 | 149 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.42 |
| HSL | 182.7º | 0.59% | 0.37% | - |
| HSV(B) | 182.7º | 0.74% | 0.58% | - |
| XYZ | 16.2 | 22.53 | 31.93 | - |
| YUV | 112.88 | 148.38 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 144 | 149 | 0.74 | 0.03 | 0 | 0.42 | 182.7 | 0.59 | 0.37 |
| Hex | 26 | 90 | 95 | 4A | 3 | 0 | 2A | B7 | 3B | 25 |
| Octal | 46 | 220 | 225 | 112 | 3 | 0 | 52 | 267 | 73 | 45 |
| Binary | 100110 | 10010000 | 10010101 | 1001010 | 11 | 0 | 101010 | 10110111 | 111011 | 100101 |
Color Harmonies of #269095
Complementary color
Monochromatic Colors of #269095
Black with #269095
Text Example
Text Example
White with #269095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269095; }
p { color: rgb(38,144,149); }
H1.HeaderClassName
{
color: #269095;
}
.AnyTagClassName
{
color: #269095;
}
</style>
background-color css
<style>
a { background-color: #269095; }
a { background-color: rgb(38,144,149); }
div.DivClassName
{
background-color: #269095;
}
.BgClassName
{
background-color: #269095;
}
</style>
border-color css
<style>
span { border-color: #269095; }
span { border-color: rgb(38,144,149); }
td.TdClassName
{
border-color: #269095;
}
.TagClassName
{
border-color: #269095;
}
</style>