Shades of Java #23918B
Tints of Java #23918B
RGB
CMYK
RGB Variations
Color information
#23918B (or 0x23918B) is known color: Java. HEX triplet: 23, 91 and 8B. RGB value is (35,145,139). Sum of RGB (Red+Green+Blue) = 35+145+139=319 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.97% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #23918B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23918B is #DC6E74. Grayscale: #6F6F6F. Windows color (decimal): -14446197 or 9146659. OLE color: 9146659.
HSL color Cylindrical-coordinate representation of color #23918B: hue angle of 176.73º 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 #23918B is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 145 | 139 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.43 |
| HSL | 176.73º | 0.61% | 0.35% | - |
| HSV(B) | 176.73º | 0.76% | 0.57% | - |
| XYZ | 15.48 | 22.47 | 27.95 | - |
| YUV | 111.43 | 143.56 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 145 | 139 | 0.76 | 0 | 0.04 | 0.43 | 176.73 | 0.61 | 0.35 |
| Hex | 23 | 91 | 8B | 4C | 0 | 4 | 2B | B1 | 3D | 23 |
| Octal | 43 | 221 | 213 | 114 | 0 | 4 | 53 | 261 | 75 | 43 |
| Binary | 100011 | 10010001 | 10001011 | 1001100 | 0 | 100 | 101011 | 10110001 | 111101 | 100011 |
Color Harmonies of #23918B
Complementary color
Monochromatic Colors of #23918B
Black with #23918B
Text Example
Text Example
White with #23918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23918B; }
p { color: rgb(35,145,139); }
H1.HeaderClassName
{
color: #23918B;
}
.AnyTagClassName
{
color: #23918B;
}
</style>
background-color css
<style>
a { background-color: #23918B; }
a { background-color: rgb(35,145,139); }
div.DivClassName
{
background-color: #23918B;
}
.BgClassName
{
background-color: #23918B;
}
</style>
border-color css
<style>
span { border-color: #23918B; }
span { border-color: rgb(35,145,139); }
td.TdClassName
{
border-color: #23918B;
}
.TagClassName
{
border-color: #23918B;
}
</style>