Shades of Java #23928D
Tints of Java #23928D
RGB
CMYK
RGB Variations
Color information
#23928D (or 0x23928D) is known color: Java. HEX triplet: 23, 92 and 8D. RGB value is (35,146,141). Sum of RGB (Red+Green+Blue) = 35+146+141=322 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.87% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #23928D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23928D is #DC6D72. Grayscale: #707070. Windows color (decimal): -14445939 or 9277987. OLE color: 9277987.
HSL color Cylindrical-coordinate representation of color #23928D: hue angle of 177.3º 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 #23928D is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 146 | 141 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.43 |
| HSL | 177.3º | 0.61% | 0.35% | - |
| HSV(B) | 177.3º | 0.76% | 0.57% | - |
| XYZ | 15.78 | 22.84 | 28.78 | - |
| YUV | 112.24 | 144.23 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 146 | 141 | 0.76 | 0 | 0.03 | 0.43 | 177.3 | 0.61 | 0.35 |
| Hex | 23 | 92 | 8D | 4C | 0 | 3 | 2B | B1 | 3D | 23 |
| Octal | 43 | 222 | 215 | 114 | 0 | 3 | 53 | 261 | 75 | 43 |
| Binary | 100011 | 10010010 | 10001101 | 1001100 | 0 | 11 | 101011 | 10110001 | 111101 | 100011 |
Color Harmonies of #23928D
Complementary color
Monochromatic Colors of #23928D
Black with #23928D
Text Example
Text Example
White with #23928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23928D; }
p { color: rgb(35,146,141); }
H1.HeaderClassName
{
color: #23928D;
}
.AnyTagClassName
{
color: #23928D;
}
</style>
background-color css
<style>
a { background-color: #23928D; }
a { background-color: rgb(35,146,141); }
div.DivClassName
{
background-color: #23928D;
}
.BgClassName
{
background-color: #23928D;
}
</style>
border-color css
<style>
span { border-color: #23928D; }
span { border-color: rgb(35,146,141); }
td.TdClassName
{
border-color: #23928D;
}
.TagClassName
{
border-color: #23928D;
}
</style>