Shades of Java #23918C
Tints of Java #23918C
RGB
CMYK
RGB Variations
Color information
#23918C (or 0x23918C) is known color: Java. HEX triplet: 23, 91 and 8C. RGB value is (35,145,140). Sum of RGB (Red+Green+Blue) = 35+145+140=320 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.94% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #23918C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23918C is #DC6E73. Grayscale: #6F6F6F. Windows color (decimal): -14446196 or 9212195. OLE color: 9212195.
HSL color Cylindrical-coordinate representation of color #23918C: hue angle of 177.27º 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 #23918C is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 145 | 140 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.43 |
| HSL | 177.27º | 0.61% | 0.35% | - |
| HSV(B) | 177.27º | 0.76% | 0.57% | - |
| XYZ | 15.55 | 22.5 | 28.33 | - |
| YUV | 111.54 | 144.06 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 145 | 140 | 0.76 | 0 | 0.03 | 0.43 | 177.27 | 0.61 | 0.35 |
| Hex | 23 | 91 | 8C | 4C | 0 | 3 | 2B | B1 | 3D | 23 |
| Octal | 43 | 221 | 214 | 114 | 0 | 3 | 53 | 261 | 75 | 43 |
| Binary | 100011 | 10010001 | 10001100 | 1001100 | 0 | 11 | 101011 | 10110001 | 111101 | 100011 |
Color Harmonies of #23918C
Complementary color
Monochromatic Colors of #23918C
Black with #23918C
Text Example
Text Example
White with #23918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23918C; }
p { color: rgb(35,145,140); }
H1.HeaderClassName
{
color: #23918C;
}
.AnyTagClassName
{
color: #23918C;
}
</style>
background-color css
<style>
a { background-color: #23918C; }
a { background-color: rgb(35,145,140); }
div.DivClassName
{
background-color: #23918C;
}
.BgClassName
{
background-color: #23918C;
}
</style>
border-color css
<style>
span { border-color: #23918C; }
span { border-color: rgb(35,145,140); }
td.TdClassName
{
border-color: #23918C;
}
.TagClassName
{
border-color: #23918C;
}
</style>