Shades of Java #279CA1
Tints of Java #279CA1
RGB
CMYK
RGB Variations
Color information
#279CA1 (or 0x279CA1) is known color: Java. HEX triplet: 27, 9C and A1. RGB value is (39,156,161). Sum of RGB (Red+Green+Blue) = 39+156+161=356 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.96% from 356); Green value is 156 (61.33% from 255 or 43.82% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 161 - color contains mainly: blue. Hex color #279CA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279CA1 is #D8635E. Grayscale: #797979. Windows color (decimal): -14181215 or 10591271. OLE color: 10591271.
HSL color Cylindrical-coordinate representation of color #279CA1: hue angle of 182.46º 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 #279CA1 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 39 | 156 | 161 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.37 |
| HSL | 182.46º | 0.61% | 0.39% | - |
| HSV(B) | 182.46º | 0.76% | 0.63% | - |
| XYZ | 19.16 | 26.78 | 37.88 | - |
| YUV | 121.59 | 150.24 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 156 | 161 | 0.76 | 0.03 | 0 | 0.37 | 182.46 | 0.61 | 0.39 |
| Hex | 27 | 9C | A1 | 4C | 3 | 0 | 25 | B6 | 3D | 27 |
| Octal | 47 | 234 | 241 | 114 | 3 | 0 | 45 | 266 | 75 | 47 |
| Binary | 100111 | 10011100 | 10100001 | 1001100 | 11 | 0 | 100101 | 10110110 | 111101 | 100111 |
Color Harmonies of #279CA1
Complementary color
Monochromatic Colors of #279CA1
Black with #279CA1
Text Example
Text Example
White with #279CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279CA1; }
p { color: rgb(39,156,161); }
H1.HeaderClassName
{
color: #279CA1;
}
.AnyTagClassName
{
color: #279CA1;
}
</style>
background-color css
<style>
a { background-color: #279CA1; }
a { background-color: rgb(39,156,161); }
div.DivClassName
{
background-color: #279CA1;
}
.BgClassName
{
background-color: #279CA1;
}
</style>
border-color css
<style>
span { border-color: #279CA1; }
span { border-color: rgb(39,156,161); }
td.TdClassName
{
border-color: #279CA1;
}
.TagClassName
{
border-color: #279CA1;
}
</style>