Shades of Java #268A88
Tints of Java #268A88
RGB
CMYK
RGB Variations
Color information
#268A88 (or 0x268A88) is known color: Java. HEX triplet: 26, 8A and 88. RGB value is (38,138,136). Sum of RGB (Red+Green+Blue) = 38+138+136=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 138 - color contains mainly: green. Hex color #268A88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268A88 is #D97577. Grayscale: #6B6B6B. Windows color (decimal): -14251384 or 8948262. OLE color: 8948262.
HSL color Cylindrical-coordinate representation of color #268A88: hue angle of 178.8º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268A88 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 138 | 136 | - |
| CMYK | 0.72 | 0 | 0.01 | 0.46 |
| HSL | 178.8º | 0.57% | 0.35% | - |
| HSV(B) | 178.8º | 0.72% | 0.54% | - |
| XYZ | 14.33 | 20.37 | 26.47 | - |
| YUV | 107.87 | 143.87 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 138 | 136 | 0.72 | 0 | 0.01 | 0.46 | 178.8 | 0.57 | 0.35 |
| Hex | 26 | 8A | 88 | 48 | 0 | 1 | 2E | B3 | 39 | 23 |
| Octal | 46 | 212 | 210 | 110 | 0 | 1 | 56 | 263 | 71 | 43 |
| Binary | 100110 | 10001010 | 10001000 | 1001000 | 0 | 1 | 101110 | 10110011 | 111001 | 100011 |
Color Harmonies of #268A88
Complementary color
Monochromatic Colors of #268A88
Black with #268A88
Text Example
Text Example
White with #268A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268A88; }
p { color: rgb(38,138,136); }
H1.HeaderClassName
{
color: #268A88;
}
.AnyTagClassName
{
color: #268A88;
}
</style>
background-color css
<style>
a { background-color: #268A88; }
a { background-color: rgb(38,138,136); }
div.DivClassName
{
background-color: #268A88;
}
.BgClassName
{
background-color: #268A88;
}
</style>
border-color css
<style>
span { border-color: #268A88; }
span { border-color: rgb(38,138,136); }
td.TdClassName
{
border-color: #268A88;
}
.TagClassName
{
border-color: #268A88;
}
</style>