Shades of Java #27888D
Tints of Java #27888D
RGB
CMYK
RGB Variations
Color information
#27888D (or 0x27888D) is known color: Java. HEX triplet: 27, 88 and 8D. RGB value is (39,136,141). Sum of RGB (Red+Green+Blue) = 39+136+141=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #27888D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27888D is #D87772. Grayscale: #6B6B6B. Windows color (decimal): -14186355 or 9275431. OLE color: 9275431.
HSL color Cylindrical-coordinate representation of color #27888D: hue angle of 182.94º degrees, saturation: 0.57, 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 #27888D is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 136 | 141 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.45 |
| HSL | 182.94º | 0.57% | 0.35% | - |
| HSV(B) | 182.94º | 0.72% | 0.55% | - |
| XYZ | 14.45 | 19.96 | 28.29 | - |
| YUV | 107.57 | 146.86 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 136 | 141 | 0.72 | 0.04 | 0 | 0.45 | 182.94 | 0.57 | 0.35 |
| Hex | 27 | 88 | 8D | 48 | 4 | 0 | 2D | B7 | 39 | 23 |
| Octal | 47 | 210 | 215 | 110 | 4 | 0 | 55 | 267 | 71 | 43 |
| Binary | 100111 | 10001000 | 10001101 | 1001000 | 100 | 0 | 101101 | 10110111 | 111001 | 100011 |
Color Harmonies of #27888D
Complementary color
Monochromatic Colors of #27888D
Black with #27888D
Text Example
Text Example
White with #27888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27888D; }
p { color: rgb(39,136,141); }
H1.HeaderClassName
{
color: #27888D;
}
.AnyTagClassName
{
color: #27888D;
}
</style>
background-color css
<style>
a { background-color: #27888D; }
a { background-color: rgb(39,136,141); }
div.DivClassName
{
background-color: #27888D;
}
.BgClassName
{
background-color: #27888D;
}
</style>
border-color css
<style>
span { border-color: #27888D; }
span { border-color: rgb(39,136,141); }
td.TdClassName
{
border-color: #27888D;
}
.TagClassName
{
border-color: #27888D;
}
</style>