Shades of Java #279088
Tints of Java #279088
RGB
CMYK
RGB Variations
Color information
#279088 (or 0x279088) is known color: Java. HEX triplet: 27, 90 and 88. RGB value is (39,144,136). Sum of RGB (Red+Green+Blue) = 39+144+136=319 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.23% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #279088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279088 is #D86F77. Grayscale: #6F6F6F. Windows color (decimal): -14184312 or 8949799. OLE color: 8949799.
HSL color Cylindrical-coordinate representation of color #279088: hue angle of 175.43º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #279088 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 39 | 144 | 136 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.44 |
| HSL | 175.43º | 0.57% | 0.36% | - |
| HSV(B) | 175.43º | 0.73% | 0.56% | - |
| XYZ | 15.25 | 22.16 | 26.77 | - |
| YUV | 111.69 | 141.71 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 144 | 136 | 0.73 | 0 | 0.06 | 0.44 | 175.43 | 0.57 | 0.36 |
| Hex | 27 | 90 | 88 | 49 | 0 | 6 | 2C | AF | 39 | 24 |
| Octal | 47 | 220 | 210 | 111 | 0 | 6 | 54 | 257 | 71 | 44 |
| Binary | 100111 | 10010000 | 10001000 | 1001001 | 0 | 110 | 101100 | 10101111 | 111001 | 100100 |
Color Harmonies of #279088
Complementary color
Monochromatic Colors of #279088
Black with #279088
Text Example
Text Example
White with #279088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279088; }
p { color: rgb(39,144,136); }
H1.HeaderClassName
{
color: #279088;
}
.AnyTagClassName
{
color: #279088;
}
</style>
background-color css
<style>
a { background-color: #279088; }
a { background-color: rgb(39,144,136); }
div.DivClassName
{
background-color: #279088;
}
.BgClassName
{
background-color: #279088;
}
</style>
border-color css
<style>
span { border-color: #279088; }
span { border-color: rgb(39,144,136); }
td.TdClassName
{
border-color: #279088;
}
.TagClassName
{
border-color: #279088;
}
</style>