Shades of Java #279BA1
Tints of Java #279BA1
RGB
CMYK
RGB Variations
Color information
#279BA1 (or 0x279BA1) is known color: Java. HEX triplet: 27, 9B and A1. RGB value is (39,155,161). Sum of RGB (Red+Green+Blue) = 39+155+161=355 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.99% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 161 (63.28% from 255 or 45.35% from 355); Max value from RGB is 161 - color contains mainly: blue. Hex color #279BA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279BA1 is #D8645E. Grayscale: #787878. Windows color (decimal): -14181471 or 10591015. OLE color: 10591015.
HSL color Cylindrical-coordinate representation of color #279BA1: hue angle of 182.95º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #279BA1 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 39 | 155 | 161 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.37 |
| HSL | 182.95º | 0.61% | 0.39% | - |
| HSV(B) | 182.95º | 0.76% | 0.63% | - |
| XYZ | 18.99 | 26.45 | 37.82 | - |
| YUV | 121 | 150.57 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 155 | 161 | 0.76 | 0.04 | 0 | 0.37 | 182.95 | 0.61 | 0.39 |
| Hex | 27 | 9B | A1 | 4C | 4 | 0 | 25 | B7 | 3D | 27 |
| Octal | 47 | 233 | 241 | 114 | 4 | 0 | 45 | 267 | 75 | 47 |
| Binary | 100111 | 10011011 | 10100001 | 1001100 | 100 | 0 | 100101 | 10110111 | 111101 | 100111 |
Color Harmonies of #279BA1
Complementary color
Monochromatic Colors of #279BA1
Black with #279BA1
Text Example
Text Example
White with #279BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279BA1; }
p { color: rgb(39,155,161); }
H1.HeaderClassName
{
color: #279BA1;
}
.AnyTagClassName
{
color: #279BA1;
}
</style>
background-color css
<style>
a { background-color: #279BA1; }
a { background-color: rgb(39,155,161); }
div.DivClassName
{
background-color: #279BA1;
}
.BgClassName
{
background-color: #279BA1;
}
</style>
border-color css
<style>
span { border-color: #279BA1; }
span { border-color: rgb(39,155,161); }
td.TdClassName
{
border-color: #279BA1;
}
.TagClassName
{
border-color: #279BA1;
}
</style>