Shades of Java #23898E
Tints of Java #23898E
RGB
CMYK
RGB Variations
Color information
#23898E (or 0x23898E) is known color: Java. HEX triplet: 23, 89 and 8E. RGB value is (35,137,142). Sum of RGB (Red+Green+Blue) = 35+137+142=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 142 - color contains mainly: blue. Hex color #23898E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23898E is #DC7671. Grayscale: #6A6A6A. Windows color (decimal): -14448242 or 9341219. OLE color: 9341219.
HSL color Cylindrical-coordinate representation of color #23898E: hue angle of 182.8º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23898E is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 137 | 142 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.44 |
| HSL | 182.8º | 0.6% | 0.35% | - |
| HSV(B) | 182.8º | 0.75% | 0.56% | - |
| XYZ | 14.52 | 20.2 | 28.73 | - |
| YUV | 107.07 | 147.71 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 137 | 142 | 0.75 | 0.04 | 0 | 0.44 | 182.8 | 0.6 | 0.35 |
| Hex | 23 | 89 | 8E | 4B | 4 | 0 | 2C | B7 | 3C | 23 |
| Octal | 43 | 211 | 216 | 113 | 4 | 0 | 54 | 267 | 74 | 43 |
| Binary | 100011 | 10001001 | 10001110 | 1001011 | 100 | 0 | 101100 | 10110111 | 111100 | 100011 |
Color Harmonies of #23898E
Complementary color
Monochromatic Colors of #23898E
Black with #23898E
Text Example
Text Example
White with #23898E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23898E; }
p { color: rgb(35,137,142); }
H1.HeaderClassName
{
color: #23898E;
}
.AnyTagClassName
{
color: #23898E;
}
</style>
background-color css
<style>
a { background-color: #23898E; }
a { background-color: rgb(35,137,142); }
div.DivClassName
{
background-color: #23898E;
}
.BgClassName
{
background-color: #23898E;
}
</style>
border-color css
<style>
span { border-color: #23898E; }
span { border-color: rgb(35,137,142); }
td.TdClassName
{
border-color: #23898E;
}
.TagClassName
{
border-color: #23898E;
}
</style>