Shades of Java #23928E
Tints of Java #23928E
RGB
CMYK
RGB Variations
Color information
#23928E (or 0x23928E) is known color: Java. HEX triplet: 23, 92 and 8E. RGB value is (35,146,142). Sum of RGB (Red+Green+Blue) = 35+146+142=323 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.84% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #23928E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23928E is #DC6D71. Grayscale: #707070. Windows color (decimal): -14445938 or 9343523. OLE color: 9343523.
HSL color Cylindrical-coordinate representation of color #23928E: hue angle of 177.84º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #23928E is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 146 | 142 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.43 |
| HSL | 177.84º | 0.61% | 0.35% | - |
| HSV(B) | 177.84º | 0.76% | 0.57% | - |
| XYZ | 15.85 | 22.87 | 29.17 | - |
| YUV | 112.36 | 144.73 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 146 | 142 | 0.76 | 0 | 0.03 | 0.43 | 177.84 | 0.61 | 0.35 |
| Hex | 23 | 92 | 8E | 4C | 0 | 3 | 2B | B2 | 3D | 23 |
| Octal | 43 | 222 | 216 | 114 | 0 | 3 | 53 | 262 | 75 | 43 |
| Binary | 100011 | 10010010 | 10001110 | 1001100 | 0 | 11 | 101011 | 10110010 | 111101 | 100011 |
Color Harmonies of #23928E
Complementary color
Monochromatic Colors of #23928E
Black with #23928E
Text Example
Text Example
White with #23928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23928E; }
p { color: rgb(35,146,142); }
H1.HeaderClassName
{
color: #23928E;
}
.AnyTagClassName
{
color: #23928E;
}
</style>
background-color css
<style>
a { background-color: #23928E; }
a { background-color: rgb(35,146,142); }
div.DivClassName
{
background-color: #23928E;
}
.BgClassName
{
background-color: #23928E;
}
</style>
border-color css
<style>
span { border-color: #23928E; }
span { border-color: rgb(35,146,142); }
td.TdClassName
{
border-color: #23928E;
}
.TagClassName
{
border-color: #23928E;
}
</style>