Shades of Java #238E96
Tints of Java #238E96
RGB
CMYK
RGB Variations
Color information
#238E96 (or 0x238E96) is known color: Java. HEX triplet: 23, 8E and 96. RGB value is (35,142,150). Sum of RGB (Red+Green+Blue) = 35+142+150=327 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.70% from 327); Green value is 142 (55.86% from 255 or 43.43% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 150 - color contains mainly: blue. Hex color #238E96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238E96 is #DC7169. Grayscale: #6E6E6E. Windows color (decimal): -14446954 or 9866787. OLE color: 9866787.
HSL color Cylindrical-coordinate representation of color #238E96: hue angle of 184.17º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #238E96 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 142 | 150 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.41 |
| HSL | 184.17º | 0.62% | 0.36% | - |
| HSV(B) | 184.17º | 0.77% | 0.59% | - |
| XYZ | 15.87 | 21.91 | 32.25 | - |
| YUV | 110.92 | 150.05 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 142 | 150 | 0.77 | 0.05 | 0 | 0.41 | 184.17 | 0.62 | 0.36 |
| Hex | 23 | 8E | 96 | 4D | 5 | 0 | 29 | B8 | 3E | 24 |
| Octal | 43 | 216 | 226 | 115 | 5 | 0 | 51 | 270 | 76 | 44 |
| Binary | 100011 | 10001110 | 10010110 | 1001101 | 101 | 0 | 101001 | 10111000 | 111110 | 100100 |
Color Harmonies of #238E96
Complementary color
Monochromatic Colors of #238E96
Black with #238E96
Text Example
Text Example
White with #238E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238E96; }
p { color: rgb(35,142,150); }
H1.HeaderClassName
{
color: #238E96;
}
.AnyTagClassName
{
color: #238E96;
}
</style>
background-color css
<style>
a { background-color: #238E96; }
a { background-color: rgb(35,142,150); }
div.DivClassName
{
background-color: #238E96;
}
.BgClassName
{
background-color: #238E96;
}
</style>
border-color css
<style>
span { border-color: #238E96; }
span { border-color: rgb(35,142,150); }
td.TdClassName
{
border-color: #238E96;
}
.TagClassName
{
border-color: #238E96;
}
</style>