Shades of Java #278892
Tints of Java #278892
RGB
CMYK
RGB Variations
Color information
#278892 (or 0x278892) is known color: Java. HEX triplet: 27, 88 and 92. RGB value is (39,136,146). Sum of RGB (Red+Green+Blue) = 39+136+146=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #278892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278892 is #D8776D. Grayscale: #6C6C6C. Windows color (decimal): -14186350 or 9603111. OLE color: 9603111.
HSL color Cylindrical-coordinate representation of color #278892: hue angle of 185.61º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #278892 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 39 | 136 | 146 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.43 |
| HSL | 185.61º | 0.58% | 0.36% | - |
| HSV(B) | 185.61º | 0.73% | 0.57% | - |
| XYZ | 14.83 | 20.11 | 30.3 | - |
| YUV | 108.14 | 149.36 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 136 | 146 | 0.73 | 0.07 | 0 | 0.43 | 185.61 | 0.58 | 0.36 |
| Hex | 27 | 88 | 92 | 49 | 7 | 0 | 2B | BA | 3A | 24 |
| Octal | 47 | 210 | 222 | 111 | 7 | 0 | 53 | 272 | 72 | 44 |
| Binary | 100111 | 10001000 | 10010010 | 1001001 | 111 | 0 | 101011 | 10111010 | 111010 | 100100 |
Color Harmonies of #278892
Complementary color
Monochromatic Colors of #278892
Black with #278892
Text Example
Text Example
White with #278892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278892; }
p { color: rgb(39,136,146); }
H1.HeaderClassName
{
color: #278892;
}
.AnyTagClassName
{
color: #278892;
}
</style>
background-color css
<style>
a { background-color: #278892; }
a { background-color: rgb(39,136,146); }
div.DivClassName
{
background-color: #278892;
}
.BgClassName
{
background-color: #278892;
}
</style>
border-color css
<style>
span { border-color: #278892; }
span { border-color: rgb(39,136,146); }
td.TdClassName
{
border-color: #278892;
}
.TagClassName
{
border-color: #278892;
}
</style>