Shades of Java #27888B
Tints of Java #27888B
RGB
CMYK
RGB Variations
Color information
#27888B (or 0x27888B) is known color: Java. HEX triplet: 27, 88 and 8B. RGB value is (39,136,139). Sum of RGB (Red+Green+Blue) = 39+136+139=314 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.42% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #27888B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27888B is #D87774. Grayscale: #6B6B6B. Windows color (decimal): -14186357 or 9144359. OLE color: 9144359.
HSL color Cylindrical-coordinate representation of color #27888B: hue angle of 181.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27888B is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 136 | 139 | - |
| CMYK | 0.72 | 0.02 | 0 | 0.45 |
| HSL | 181.8º | 0.56% | 0.35% | - |
| HSV(B) | 181.8º | 0.72% | 0.55% | - |
| XYZ | 14.3 | 19.9 | 27.51 | - |
| YUV | 107.34 | 145.86 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 136 | 139 | 0.72 | 0.02 | 0 | 0.45 | 181.8 | 0.56 | 0.35 |
| Hex | 27 | 88 | 8B | 48 | 2 | 0 | 2D | B6 | 38 | 23 |
| Octal | 47 | 210 | 213 | 110 | 2 | 0 | 55 | 266 | 70 | 43 |
| Binary | 100111 | 10001000 | 10001011 | 1001000 | 10 | 0 | 101101 | 10110110 | 111000 | 100011 |
Color Harmonies of #27888B
Complementary color
Monochromatic Colors of #27888B
Black with #27888B
Text Example
Text Example
White with #27888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27888B; }
p { color: rgb(39,136,139); }
H1.HeaderClassName
{
color: #27888B;
}
.AnyTagClassName
{
color: #27888B;
}
</style>
background-color css
<style>
a { background-color: #27888B; }
a { background-color: rgb(39,136,139); }
div.DivClassName
{
background-color: #27888B;
}
.BgClassName
{
background-color: #27888B;
}
</style>
border-color css
<style>
span { border-color: #27888B; }
span { border-color: rgb(39,136,139); }
td.TdClassName
{
border-color: #27888B;
}
.TagClassName
{
border-color: #27888B;
}
</style>