Shades of Java #269498
Tints of Java #269498
RGB
CMYK
RGB Variations
Color information
#269498 (or 0x269498) is known color: Java. HEX triplet: 26, 94 and 98. RGB value is (38,148,152). Sum of RGB (Red+Green+Blue) = 38+148+152=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: blue. Hex color #269498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269498 is #D96B67. Grayscale: #737373. Windows color (decimal): -14248808 or 9999398. OLE color: 9999398.
HSL color Cylindrical-coordinate representation of color #269498: hue angle of 182.11º 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 #269498 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 148 | 152 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.40 |
| HSL | 182.11º | 0.6% | 0.37% | - |
| HSV(B) | 182.11º | 0.75% | 0.6% | - |
| XYZ | 17.06 | 23.86 | 33.41 | - |
| YUV | 115.57 | 148.56 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 148 | 152 | 0.75 | 0.03 | 0 | 0.40 | 182.11 | 0.6 | 0.37 |
| Hex | 26 | 94 | 98 | 4B | 3 | 0 | 28 | B6 | 3C | 25 |
| Octal | 46 | 224 | 230 | 113 | 3 | 0 | 50 | 266 | 74 | 45 |
| Binary | 100110 | 10010100 | 10011000 | 1001011 | 11 | 0 | 101000 | 10110110 | 111100 | 100101 |
Color Harmonies of #269498
Complementary color
Monochromatic Colors of #269498
Black with #269498
Text Example
Text Example
White with #269498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269498; }
p { color: rgb(38,148,152); }
H1.HeaderClassName
{
color: #269498;
}
.AnyTagClassName
{
color: #269498;
}
</style>
background-color css
<style>
a { background-color: #269498; }
a { background-color: rgb(38,148,152); }
div.DivClassName
{
background-color: #269498;
}
.BgClassName
{
background-color: #269498;
}
</style>
border-color css
<style>
span { border-color: #269498; }
span { border-color: rgb(38,148,152); }
td.TdClassName
{
border-color: #269498;
}
.TagClassName
{
border-color: #269498;
}
</style>