Shades of Java #238C99
Tints of Java #238C99
RGB
CMYK
RGB Variations
Color information
#238C99 (or 0x238C99) is known color: Java. HEX triplet: 23, 8C and 99. RGB value is (35,140,153). Sum of RGB (Red+Green+Blue) = 35+140+153=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #238C99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238C99 is #DC7366. Grayscale: #6D6D6D. Windows color (decimal): -14447463 or 10062883. OLE color: 10062883.
HSL color Cylindrical-coordinate representation of color #238C99: hue angle of 186.61º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #238C99 is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 35 | 140 | 153 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.4 |
| HSL | 186.61º | 0.63% | 0.37% | - |
| HSV(B) | 186.61º | 0.77% | 0.6% | - |
| XYZ | 15.82 | 21.41 | 33.44 | - |
| YUV | 110.09 | 152.21 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 140 | 153 | 0.77 | 0.08 | 0 | 0.4 | 186.61 | 0.63 | 0.37 |
| Hex | 23 | 8C | 99 | 4D | 8 | 0 | 28 | BB | 3F | 25 |
| Octal | 43 | 214 | 231 | 115 | 10 | 0 | 50 | 273 | 77 | 45 |
| Binary | 100011 | 10001100 | 10011001 | 1001101 | 1000 | 0 | 101000 | 10111011 | 111111 | 100101 |
Color Harmonies of #238C99
Complementary color
Monochromatic Colors of #238C99
Black with #238C99
Text Example
Text Example
White with #238C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238C99; }
p { color: rgb(35,140,153); }
H1.HeaderClassName
{
color: #238C99;
}
.AnyTagClassName
{
color: #238C99;
}
</style>
background-color css
<style>
a { background-color: #238C99; }
a { background-color: rgb(35,140,153); }
div.DivClassName
{
background-color: #238C99;
}
.BgClassName
{
background-color: #238C99;
}
</style>
border-color css
<style>
span { border-color: #238C99; }
span { border-color: rgb(35,140,153); }
td.TdClassName
{
border-color: #238C99;
}
.TagClassName
{
border-color: #238C99;
}
</style>