Shades of Java #23928B
Tints of Java #23928B
RGB
CMYK
RGB Variations
Color information
#23928B (or 0x23928B) is known color: Java. HEX triplet: 23, 92 and 8B. RGB value is (35,146,139). Sum of RGB (Red+Green+Blue) = 35+146+139=320 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.94% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #23928B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23928B is #DC6D74. Grayscale: #6F6F6F. Windows color (decimal): -14445941 or 9146915. OLE color: 9146915.
HSL color Cylindrical-coordinate representation of color #23928B: hue angle of 176.22º 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 #23928B is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 146 | 139 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.43 |
| HSL | 176.22º | 0.61% | 0.35% | - |
| HSV(B) | 176.22º | 0.76% | 0.57% | - |
| XYZ | 15.63 | 22.78 | 28 | - |
| YUV | 112.01 | 143.23 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 146 | 139 | 0.76 | 0 | 0.05 | 0.43 | 176.22 | 0.61 | 0.35 |
| Hex | 23 | 92 | 8B | 4C | 0 | 5 | 2B | B0 | 3D | 23 |
| Octal | 43 | 222 | 213 | 114 | 0 | 5 | 53 | 260 | 75 | 43 |
| Binary | 100011 | 10010010 | 10001011 | 1001100 | 0 | 101 | 101011 | 10110000 | 111101 | 100011 |
Color Harmonies of #23928B
Complementary color
Monochromatic Colors of #23928B
Black with #23928B
Text Example
Text Example
White with #23928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23928B; }
p { color: rgb(35,146,139); }
H1.HeaderClassName
{
color: #23928B;
}
.AnyTagClassName
{
color: #23928B;
}
</style>
background-color css
<style>
a { background-color: #23928B; }
a { background-color: rgb(35,146,139); }
div.DivClassName
{
background-color: #23928B;
}
.BgClassName
{
background-color: #23928B;
}
</style>
border-color css
<style>
span { border-color: #23928B; }
span { border-color: rgb(35,146,139); }
td.TdClassName
{
border-color: #23928B;
}
.TagClassName
{
border-color: #23928B;
}
</style>