Shades of Java #269293
Tints of Java #269293
RGB
CMYK
RGB Variations
Color information
#269293 (or 0x269293) is known color: Java. HEX triplet: 26, 92 and 93. RGB value is (38,146,147). Sum of RGB (Red+Green+Blue) = 38+146+147=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #269293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269293 is #D96D6C. Grayscale: #717171. Windows color (decimal): -14249325 or 9671206. OLE color: 9671206.
HSL color Cylindrical-coordinate representation of color #269293: hue angle of 180.55º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269293 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 146 | 147 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.42 |
| HSL | 180.55º | 0.59% | 0.36% | - |
| HSV(B) | 180.55º | 0.74% | 0.58% | - |
| XYZ | 16.34 | 23.08 | 31.2 | - |
| YUV | 113.82 | 146.72 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 146 | 147 | 0.74 | 0.01 | 0 | 0.42 | 180.55 | 0.59 | 0.36 |
| Hex | 26 | 92 | 93 | 4A | 1 | 0 | 2A | B5 | 3B | 24 |
| Octal | 46 | 222 | 223 | 112 | 1 | 0 | 52 | 265 | 73 | 44 |
| Binary | 100110 | 10010010 | 10010011 | 1001010 | 1 | 0 | 101010 | 10110101 | 111011 | 100100 |
Color Harmonies of #269293
Complementary color
Monochromatic Colors of #269293
Black with #269293
Text Example
Text Example
White with #269293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269293; }
p { color: rgb(38,146,147); }
H1.HeaderClassName
{
color: #269293;
}
.AnyTagClassName
{
color: #269293;
}
</style>
background-color css
<style>
a { background-color: #269293; }
a { background-color: rgb(38,146,147); }
div.DivClassName
{
background-color: #269293;
}
.BgClassName
{
background-color: #269293;
}
</style>
border-color css
<style>
span { border-color: #269293; }
span { border-color: rgb(38,146,147); }
td.TdClassName
{
border-color: #269293;
}
.TagClassName
{
border-color: #269293;
}
</style>