Shades of Java #268C88
Tints of Java #268C88
RGB
CMYK
RGB Variations
Color information
#268C88 (or 0x268C88) is known color: Java. HEX triplet: 26, 8C and 88. RGB value is (38,140,136). Sum of RGB (Red+Green+Blue) = 38+140+136=314 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.10% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 140 - color contains mainly: green. Hex color #268C88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268C88 is #D97377. Grayscale: #6C6C6C. Windows color (decimal): -14250872 or 8948774. OLE color: 8948774.
HSL color Cylindrical-coordinate representation of color #268C88: hue angle of 177.65º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268C88 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 140 | 136 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.45 |
| HSL | 177.65º | 0.57% | 0.35% | - |
| HSV(B) | 177.65º | 0.73% | 0.55% | - |
| XYZ | 14.62 | 20.95 | 26.56 | - |
| YUV | 109.05 | 143.21 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 136 | 0.73 | 0 | 0.03 | 0.45 | 177.65 | 0.57 | 0.35 |
| Hex | 26 | 8C | 88 | 49 | 0 | 3 | 2D | B2 | 39 | 23 |
| Octal | 46 | 214 | 210 | 111 | 0 | 3 | 55 | 262 | 71 | 43 |
| Binary | 100110 | 10001100 | 10001000 | 1001001 | 0 | 11 | 101101 | 10110010 | 111001 | 100011 |
Color Harmonies of #268C88
Complementary color
Monochromatic Colors of #268C88
Black with #268C88
Text Example
Text Example
White with #268C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268C88; }
p { color: rgb(38,140,136); }
H1.HeaderClassName
{
color: #268C88;
}
.AnyTagClassName
{
color: #268C88;
}
</style>
background-color css
<style>
a { background-color: #268C88; }
a { background-color: rgb(38,140,136); }
div.DivClassName
{
background-color: #268C88;
}
.BgClassName
{
background-color: #268C88;
}
</style>
border-color css
<style>
span { border-color: #268C88; }
span { border-color: rgb(38,140,136); }
td.TdClassName
{
border-color: #268C88;
}
.TagClassName
{
border-color: #268C88;
}
</style>