Shades of Java #278889
Tints of Java #278889
RGB
CMYK
RGB Variations
Color information
#278889 (or 0x278889) is known color: Java. HEX triplet: 27, 88 and 89. RGB value is (39,136,137). Sum of RGB (Red+Green+Blue) = 39+136+137=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 137 - color contains mainly: blue. Hex color #278889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278889 is #D87776. Grayscale: #6B6B6B. Windows color (decimal): -14186359 or 9013287. OLE color: 9013287.
HSL color Cylindrical-coordinate representation of color #278889: hue angle of 180.61º degrees, saturation: 0.56, 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 #278889 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 39 | 136 | 137 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.46 |
| HSL | 180.61º | 0.56% | 0.35% | - |
| HSV(B) | 180.61º | 0.72% | 0.54% | - |
| XYZ | 14.16 | 19.85 | 26.75 | - |
| YUV | 107.11 | 144.86 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 136 | 137 | 0.72 | 0.01 | 0 | 0.46 | 180.61 | 0.56 | 0.35 |
| Hex | 27 | 88 | 89 | 48 | 1 | 0 | 2E | B5 | 38 | 23 |
| Octal | 47 | 210 | 211 | 110 | 1 | 0 | 56 | 265 | 70 | 43 |
| Binary | 100111 | 10001000 | 10001001 | 1001000 | 1 | 0 | 101110 | 10110101 | 111000 | 100011 |
Color Harmonies of #278889
Complementary color
Monochromatic Colors of #278889
Black with #278889
Text Example
Text Example
White with #278889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278889; }
p { color: rgb(39,136,137); }
H1.HeaderClassName
{
color: #278889;
}
.AnyTagClassName
{
color: #278889;
}
</style>
background-color css
<style>
a { background-color: #278889; }
a { background-color: rgb(39,136,137); }
div.DivClassName
{
background-color: #278889;
}
.BgClassName
{
background-color: #278889;
}
</style>
border-color css
<style>
span { border-color: #278889; }
span { border-color: rgb(39,136,137); }
td.TdClassName
{
border-color: #278889;
}
.TagClassName
{
border-color: #278889;
}
</style>