Shades of Java #298A8B
Tints of Java #298A8B
RGB
CMYK
RGB Variations
Color information
#298A8B (or 0x298A8B) is known color: Java. HEX triplet: 29, 8A and 8B. RGB value is (41,138,139). Sum of RGB (Red+Green+Blue) = 41+138+139=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #298A8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298A8B is #D67574. Grayscale: #6D6D6D. Windows color (decimal): -14054773 or 9144873. OLE color: 9144873.
HSL color Cylindrical-coordinate representation of color #298A8B: hue angle of 180.61º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298A8B is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 138 | 139 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.45 |
| HSL | 180.61º | 0.54% | 0.35% | - |
| HSV(B) | 180.61º | 0.71% | 0.55% | - |
| XYZ | 14.66 | 20.51 | 27.61 | - |
| YUV | 109.11 | 144.86 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 138 | 139 | 0.71 | 0.01 | 0 | 0.45 | 180.61 | 0.54 | 0.35 |
| Hex | 29 | 8A | 8B | 47 | 1 | 0 | 2D | B5 | 36 | 23 |
| Octal | 51 | 212 | 213 | 107 | 1 | 0 | 55 | 265 | 66 | 43 |
| Binary | 101001 | 10001010 | 10001011 | 1000111 | 1 | 0 | 101101 | 10110101 | 110110 | 100011 |
Color Harmonies of #298A8B
Complementary color
Monochromatic Colors of #298A8B
Black with #298A8B
Text Example
Text Example
White with #298A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298A8B; }
p { color: rgb(41,138,139); }
H1.HeaderClassName
{
color: #298A8B;
}
.AnyTagClassName
{
color: #298A8B;
}
</style>
background-color css
<style>
a { background-color: #298A8B; }
a { background-color: rgb(41,138,139); }
div.DivClassName
{
background-color: #298A8B;
}
.BgClassName
{
background-color: #298A8B;
}
</style>
border-color css
<style>
span { border-color: #298A8B; }
span { border-color: rgb(41,138,139); }
td.TdClassName
{
border-color: #298A8B;
}
.TagClassName
{
border-color: #298A8B;
}
</style>