Shades of Java #269199
Tints of Java #269199
RGB
CMYK
RGB Variations
Color information
#269199 (or 0x269199) is known color: Java. HEX triplet: 26, 91 and 99. RGB value is (38,145,153). Sum of RGB (Red+Green+Blue) = 38+145+153=336 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.31% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #269199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269199 is #D96E66. Grayscale: #717171. Windows color (decimal): -14249575 or 10064166. OLE color: 10064166.
HSL color Cylindrical-coordinate representation of color #269199: hue angle of 184.17º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269199 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 38 | 145 | 153 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.4 |
| HSL | 184.17º | 0.6% | 0.37% | - |
| HSV(B) | 184.17º | 0.75% | 0.6% | - |
| XYZ | 16.67 | 22.96 | 33.69 | - |
| YUV | 113.92 | 150.05 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 145 | 153 | 0.75 | 0.05 | 0 | 0.4 | 184.17 | 0.6 | 0.37 |
| Hex | 26 | 91 | 99 | 4B | 5 | 0 | 28 | B8 | 3C | 25 |
| Octal | 46 | 221 | 231 | 113 | 5 | 0 | 50 | 270 | 74 | 45 |
| Binary | 100110 | 10010001 | 10011001 | 1001011 | 101 | 0 | 101000 | 10111000 | 111100 | 100101 |
Color Harmonies of #269199
Complementary color
Monochromatic Colors of #269199
Black with #269199
Text Example
Text Example
White with #269199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269199; }
p { color: rgb(38,145,153); }
H1.HeaderClassName
{
color: #269199;
}
.AnyTagClassName
{
color: #269199;
}
</style>
background-color css
<style>
a { background-color: #269199; }
a { background-color: rgb(38,145,153); }
div.DivClassName
{
background-color: #269199;
}
.BgClassName
{
background-color: #269199;
}
</style>
border-color css
<style>
span { border-color: #269199; }
span { border-color: rgb(38,145,153); }
td.TdClassName
{
border-color: #269199;
}
.TagClassName
{
border-color: #269199;
}
</style>