Shades of Java #26888C
Tints of Java #26888C
RGB
CMYK
RGB Variations
Color information
#26888C (or 0x26888C) is known color: Java. HEX triplet: 26, 88 and 8C. RGB value is (38,136,140). Sum of RGB (Red+Green+Blue) = 38+136+140=314 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.10% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 140 - color contains mainly: blue. Hex color #26888C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26888C is #D97773. Grayscale: #6B6B6B. Windows color (decimal): -14251892 or 9209894. OLE color: 9209894.
HSL color Cylindrical-coordinate representation of color #26888C: hue angle of 182.35º 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 #26888C is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 136 | 140 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.45 |
| HSL | 182.35º | 0.57% | 0.35% | - |
| HSV(B) | 182.35º | 0.73% | 0.55% | - |
| XYZ | 14.34 | 19.91 | 27.9 | - |
| YUV | 107.15 | 146.53 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 136 | 140 | 0.73 | 0.03 | 0 | 0.45 | 182.35 | 0.57 | 0.35 |
| Hex | 26 | 88 | 8C | 49 | 3 | 0 | 2D | B6 | 39 | 23 |
| Octal | 46 | 210 | 214 | 111 | 3 | 0 | 55 | 266 | 71 | 43 |
| Binary | 100110 | 10001000 | 10001100 | 1001001 | 11 | 0 | 101101 | 10110110 | 111001 | 100011 |
Color Harmonies of #26888C
Complementary color
Monochromatic Colors of #26888C
Black with #26888C
Text Example
Text Example
White with #26888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26888C; }
p { color: rgb(38,136,140); }
H1.HeaderClassName
{
color: #26888C;
}
.AnyTagClassName
{
color: #26888C;
}
</style>
background-color css
<style>
a { background-color: #26888C; }
a { background-color: rgb(38,136,140); }
div.DivClassName
{
background-color: #26888C;
}
.BgClassName
{
background-color: #26888C;
}
</style>
border-color css
<style>
span { border-color: #26888C; }
span { border-color: rgb(38,136,140); }
td.TdClassName
{
border-color: #26888C;
}
.TagClassName
{
border-color: #26888C;
}
</style>