Shades of Java #269295
Tints of Java #269295
RGB
CMYK
RGB Variations
Color information
#269295 (or 0x269295) is known color: Java. HEX triplet: 26, 92 and 95. RGB value is (38,146,149). Sum of RGB (Red+Green+Blue) = 38+146+149=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #269295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269295 is #D96D6A. Grayscale: #717171. Windows color (decimal): -14249323 or 9802278. OLE color: 9802278.
HSL color Cylindrical-coordinate representation of color #269295: hue angle of 181.62º 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 #269295 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 146 | 149 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.42 |
| HSL | 181.62º | 0.59% | 0.37% | - |
| HSV(B) | 181.62º | 0.74% | 0.58% | - |
| XYZ | 16.5 | 23.14 | 32.03 | - |
| YUV | 114.05 | 147.72 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 146 | 149 | 0.74 | 0.02 | 0 | 0.42 | 181.62 | 0.59 | 0.37 |
| Hex | 26 | 92 | 95 | 4A | 2 | 0 | 2A | B6 | 3B | 25 |
| Octal | 46 | 222 | 225 | 112 | 2 | 0 | 52 | 266 | 73 | 45 |
| Binary | 100110 | 10010010 | 10010101 | 1001010 | 10 | 0 | 101010 | 10110110 | 111011 | 100101 |
Color Harmonies of #269295
Complementary color
Monochromatic Colors of #269295
Black with #269295
Text Example
Text Example
White with #269295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269295; }
p { color: rgb(38,146,149); }
H1.HeaderClassName
{
color: #269295;
}
.AnyTagClassName
{
color: #269295;
}
</style>
background-color css
<style>
a { background-color: #269295; }
a { background-color: rgb(38,146,149); }
div.DivClassName
{
background-color: #269295;
}
.BgClassName
{
background-color: #269295;
}
</style>
border-color css
<style>
span { border-color: #269295; }
span { border-color: rgb(38,146,149); }
td.TdClassName
{
border-color: #269295;
}
.TagClassName
{
border-color: #269295;
}
</style>