Shades of Java #268E96
Tints of Java #268E96
RGB
CMYK
RGB Variations
Color information
#268E96 (or 0x268E96) is known color: Java. HEX triplet: 26, 8E and 96. RGB value is (38,142,150). Sum of RGB (Red+Green+Blue) = 38+142+150=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 142 (55.86% from 255 or 43.03% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #268E96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268E96 is #D97169. Grayscale: #6F6F6F. Windows color (decimal): -14250346 or 9866790. OLE color: 9866790.
HSL color Cylindrical-coordinate representation of color #268E96: hue angle of 184.29º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #268E96 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 142 | 150 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.41 |
| HSL | 184.29º | 0.6% | 0.37% | - |
| HSV(B) | 184.29º | 0.75% | 0.59% | - |
| XYZ | 15.98 | 21.96 | 32.25 | - |
| YUV | 111.82 | 149.54 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 142 | 150 | 0.75 | 0.05 | 0 | 0.41 | 184.29 | 0.6 | 0.37 |
| Hex | 26 | 8E | 96 | 4B | 5 | 0 | 29 | B8 | 3C | 25 |
| Octal | 46 | 216 | 226 | 113 | 5 | 0 | 51 | 270 | 74 | 45 |
| Binary | 100110 | 10001110 | 10010110 | 1001011 | 101 | 0 | 101001 | 10111000 | 111100 | 100101 |
Color Harmonies of #268E96
Complementary color
Monochromatic Colors of #268E96
Black with #268E96
Text Example
Text Example
White with #268E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268E96; }
p { color: rgb(38,142,150); }
H1.HeaderClassName
{
color: #268E96;
}
.AnyTagClassName
{
color: #268E96;
}
</style>
background-color css
<style>
a { background-color: #268E96; }
a { background-color: rgb(38,142,150); }
div.DivClassName
{
background-color: #268E96;
}
.BgClassName
{
background-color: #268E96;
}
</style>
border-color css
<style>
span { border-color: #268E96; }
span { border-color: rgb(38,142,150); }
td.TdClassName
{
border-color: #268E96;
}
.TagClassName
{
border-color: #268E96;
}
</style>