Shades of Java #298B92
Tints of Java #298B92
RGB
CMYK
RGB Variations
Color information
#298B92 (or 0x298B92) is known color: Java. HEX triplet: 29, 8B and 92. RGB value is (41,139,146). Sum of RGB (Red+Green+Blue) = 41+139+146=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #298B92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298B92 is #D6746D. Grayscale: #6E6E6E. Windows color (decimal): -14054510 or 9603881. OLE color: 9603881.
HSL color Cylindrical-coordinate representation of color #298B92: hue angle of 184º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #298B92 is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 139 | 146 | - |
| CMYK | 0.72 | 0.05 | 0 | 0.43 |
| HSL | 184º | 0.56% | 0.37% | - |
| HSV(B) | 184º | 0.72% | 0.57% | - |
| XYZ | 15.34 | 21.01 | 30.44 | - |
| YUV | 110.5 | 148.03 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 139 | 146 | 0.72 | 0.05 | 0 | 0.43 | 184 | 0.56 | 0.37 |
| Hex | 29 | 8B | 92 | 48 | 5 | 0 | 2B | B8 | 38 | 25 |
| Octal | 51 | 213 | 222 | 110 | 5 | 0 | 53 | 270 | 70 | 45 |
| Binary | 101001 | 10001011 | 10010010 | 1001000 | 101 | 0 | 101011 | 10111000 | 111000 | 100101 |
Color Harmonies of #298B92
Complementary color
Monochromatic Colors of #298B92
Black with #298B92
Text Example
Text Example
White with #298B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298B92; }
p { color: rgb(41,139,146); }
H1.HeaderClassName
{
color: #298B92;
}
.AnyTagClassName
{
color: #298B92;
}
</style>
background-color css
<style>
a { background-color: #298B92; }
a { background-color: rgb(41,139,146); }
div.DivClassName
{
background-color: #298B92;
}
.BgClassName
{
background-color: #298B92;
}
</style>
border-color css
<style>
span { border-color: #298B92; }
span { border-color: rgb(41,139,146); }
td.TdClassName
{
border-color: #298B92;
}
.TagClassName
{
border-color: #298B92;
}
</style>