Shades of Java #289398
Tints of Java #289398
RGB
CMYK
RGB Variations
Color information
#289398 (or 0x289398) is known color: Java. HEX triplet: 28, 93 and 98. RGB value is (40,147,152). Sum of RGB (Red+Green+Blue) = 40+147+152=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #289398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289398 is #D76C67. Grayscale: #737373. Windows color (decimal): -14117992 or 9999144. OLE color: 9999144.
HSL color Cylindrical-coordinate representation of color #289398: hue angle of 182.68º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289398 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 147 | 152 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.40 |
| HSL | 182.68º | 0.58% | 0.38% | - |
| HSV(B) | 182.68º | 0.74% | 0.6% | - |
| XYZ | 16.98 | 23.59 | 33.36 | - |
| YUV | 115.58 | 148.55 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 147 | 152 | 0.74 | 0.03 | 0 | 0.40 | 182.68 | 0.58 | 0.38 |
| Hex | 28 | 93 | 98 | 4A | 3 | 0 | 28 | B7 | 3A | 26 |
| Octal | 50 | 223 | 230 | 112 | 3 | 0 | 50 | 267 | 72 | 46 |
| Binary | 101000 | 10010011 | 10011000 | 1001010 | 11 | 0 | 101000 | 10110111 | 111010 | 100110 |
Color Harmonies of #289398
Complementary color
Monochromatic Colors of #289398
Black with #289398
Text Example
Text Example
White with #289398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289398; }
p { color: rgb(40,147,152); }
H1.HeaderClassName
{
color: #289398;
}
.AnyTagClassName
{
color: #289398;
}
</style>
background-color css
<style>
a { background-color: #289398; }
a { background-color: rgb(40,147,152); }
div.DivClassName
{
background-color: #289398;
}
.BgClassName
{
background-color: #289398;
}
</style>
border-color css
<style>
span { border-color: #289398; }
span { border-color: rgb(40,147,152); }
td.TdClassName
{
border-color: #289398;
}
.TagClassName
{
border-color: #289398;
}
</style>