Shades of Java #279B90
Tints of Java #279B90
RGB
CMYK
RGB Variations
Color information
#279B90 (or 0x279B90) is known color: Java. HEX triplet: 27, 9B and 90. RGB value is (39,155,144). Sum of RGB (Red+Green+Blue) = 39+155+144=338 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.54% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #279B90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279B90 is #D8646F. Grayscale: #767676. Windows color (decimal): -14181488 or 9476903. OLE color: 9476903.
HSL color Cylindrical-coordinate representation of color #279B90: hue angle of 174.31º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #279B90 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 155 | 144 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.39 |
| HSL | 174.31º | 0.6% | 0.38% | - |
| HSV(B) | 174.31º | 0.75% | 0.61% | - |
| XYZ | 17.59 | 25.89 | 30.46 | - |
| YUV | 119.06 | 142.07 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 155 | 144 | 0.75 | 0 | 0.07 | 0.39 | 174.31 | 0.6 | 0.38 |
| Hex | 27 | 9B | 90 | 4B | 0 | 7 | 27 | AE | 3C | 26 |
| Octal | 47 | 233 | 220 | 113 | 0 | 7 | 47 | 256 | 74 | 46 |
| Binary | 100111 | 10011011 | 10010000 | 1001011 | 0 | 111 | 100111 | 10101110 | 111100 | 100110 |
Color Harmonies of #279B90
Complementary color
Monochromatic Colors of #279B90
Black with #279B90
Text Example
Text Example
White with #279B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279B90; }
p { color: rgb(39,155,144); }
H1.HeaderClassName
{
color: #279B90;
}
.AnyTagClassName
{
color: #279B90;
}
</style>
background-color css
<style>
a { background-color: #279B90; }
a { background-color: rgb(39,155,144); }
div.DivClassName
{
background-color: #279B90;
}
.BgClassName
{
background-color: #279B90;
}
</style>
border-color css
<style>
span { border-color: #279B90; }
span { border-color: rgb(39,155,144); }
td.TdClassName
{
border-color: #279B90;
}
.TagClassName
{
border-color: #279B90;
}
</style>