Shades of Java #279199
Tints of Java #279199
RGB
CMYK
RGB Variations
Color information
#279199 (or 0x279199) is known color: Java. HEX triplet: 27, 91 and 99. RGB value is (39,145,153). Sum of RGB (Red+Green+Blue) = 39+145+153=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #279199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279199 is #D86E66. Grayscale: #727272. Windows color (decimal): -14184039 or 10064167. OLE color: 10064167.
HSL color Cylindrical-coordinate representation of color #279199: hue angle of 184.21º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #279199 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 145 | 153 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.4 |
| HSL | 184.21º | 0.59% | 0.38% | - |
| HSV(B) | 184.21º | 0.75% | 0.6% | - |
| XYZ | 16.71 | 22.98 | 33.69 | - |
| YUV | 114.22 | 149.88 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 145 | 153 | 0.75 | 0.05 | 0 | 0.4 | 184.21 | 0.59 | 0.38 |
| Hex | 27 | 91 | 99 | 4B | 5 | 0 | 28 | B8 | 3B | 26 |
| Octal | 47 | 221 | 231 | 113 | 5 | 0 | 50 | 270 | 73 | 46 |
| Binary | 100111 | 10010001 | 10011001 | 1001011 | 101 | 0 | 101000 | 10111000 | 111011 | 100110 |
Color Harmonies of #279199
Complementary color
Monochromatic Colors of #279199
Black with #279199
Text Example
Text Example
White with #279199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279199; }
p { color: rgb(39,145,153); }
H1.HeaderClassName
{
color: #279199;
}
.AnyTagClassName
{
color: #279199;
}
</style>
background-color css
<style>
a { background-color: #279199; }
a { background-color: rgb(39,145,153); }
div.DivClassName
{
background-color: #279199;
}
.BgClassName
{
background-color: #279199;
}
</style>
border-color css
<style>
span { border-color: #279199; }
span { border-color: rgb(39,145,153); }
td.TdClassName
{
border-color: #279199;
}
.TagClassName
{
border-color: #279199;
}
</style>