Shades of Java #269299
Tints of Java #269299
RGB
CMYK
RGB Variations
Color information
#269299 (or 0x269299) is known color: Java. HEX triplet: 26, 92 and 99. RGB value is (38,146,153). Sum of RGB (Red+Green+Blue) = 38+146+153=337 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.28% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #269299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269299 is #D96D66. Grayscale: #727272. Windows color (decimal): -14249319 or 10064422. OLE color: 10064422.
HSL color Cylindrical-coordinate representation of color #269299: hue angle of 183.65º 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 #269299 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 38 | 146 | 153 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.4 |
| HSL | 183.65º | 0.6% | 0.37% | - |
| HSV(B) | 183.65º | 0.75% | 0.6% | - |
| XYZ | 16.83 | 23.27 | 33.74 | - |
| YUV | 114.51 | 149.72 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 146 | 153 | 0.75 | 0.05 | 0 | 0.4 | 183.65 | 0.6 | 0.37 |
| Hex | 26 | 92 | 99 | 4B | 5 | 0 | 28 | B8 | 3C | 25 |
| Octal | 46 | 222 | 231 | 113 | 5 | 0 | 50 | 270 | 74 | 45 |
| Binary | 100110 | 10010010 | 10011001 | 1001011 | 101 | 0 | 101000 | 10111000 | 111100 | 100101 |
Color Harmonies of #269299
Complementary color
Monochromatic Colors of #269299
Black with #269299
Text Example
Text Example
White with #269299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269299; }
p { color: rgb(38,146,153); }
H1.HeaderClassName
{
color: #269299;
}
.AnyTagClassName
{
color: #269299;
}
</style>
background-color css
<style>
a { background-color: #269299; }
a { background-color: rgb(38,146,153); }
div.DivClassName
{
background-color: #269299;
}
.BgClassName
{
background-color: #269299;
}
</style>
border-color css
<style>
span { border-color: #269299; }
span { border-color: rgb(38,146,153); }
td.TdClassName
{
border-color: #269299;
}
.TagClassName
{
border-color: #269299;
}
</style>