Shades of Java #289094
Tints of Java #289094
RGB
CMYK
RGB Variations
Color information
#289094 (or 0x289094) is known color: Java. HEX triplet: 28, 90 and 94. RGB value is (40,144,148). Sum of RGB (Red+Green+Blue) = 40+144+148=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #289094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289094 is #D76F6B. Grayscale: #717171. Windows color (decimal): -14118764 or 9736232. OLE color: 9736232.
HSL color Cylindrical-coordinate representation of color #289094: hue angle of 182.22º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #289094 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 144 | 148 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.42 |
| HSL | 182.22º | 0.57% | 0.37% | - |
| HSV(B) | 182.22º | 0.73% | 0.58% | - |
| XYZ | 16.19 | 22.54 | 31.51 | - |
| YUV | 113.36 | 147.54 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 144 | 148 | 0.73 | 0.03 | 0 | 0.42 | 182.22 | 0.57 | 0.37 |
| Hex | 28 | 90 | 94 | 49 | 3 | 0 | 2A | B6 | 39 | 25 |
| Octal | 50 | 220 | 224 | 111 | 3 | 0 | 52 | 266 | 71 | 45 |
| Binary | 101000 | 10010000 | 10010100 | 1001001 | 11 | 0 | 101010 | 10110110 | 111001 | 100101 |
Color Harmonies of #289094
Complementary color
Monochromatic Colors of #289094
Black with #289094
Text Example
Text Example
White with #289094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289094; }
p { color: rgb(40,144,148); }
H1.HeaderClassName
{
color: #289094;
}
.AnyTagClassName
{
color: #289094;
}
</style>
background-color css
<style>
a { background-color: #289094; }
a { background-color: rgb(40,144,148); }
div.DivClassName
{
background-color: #289094;
}
.BgClassName
{
background-color: #289094;
}
</style>
border-color css
<style>
span { border-color: #289094; }
span { border-color: rgb(40,144,148); }
td.TdClassName
{
border-color: #289094;
}
.TagClassName
{
border-color: #289094;
}
</style>