Shades of Java #238B96
Tints of Java #238B96
RGB
CMYK
RGB Variations
Color information
#238B96 (or 0x238B96) is known color: Java. HEX triplet: 23, 8B and 96. RGB value is (35,139,150). Sum of RGB (Red+Green+Blue) = 35+139+150=324 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.80% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 150 (58.98% from 255 or 46.30% from 324); Max value from RGB is 150 - color contains mainly: blue. Hex color #238B96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238B96 is #DC7469. Grayscale: #6D6D6D. Windows color (decimal): -14447722 or 9866019. OLE color: 9866019.
HSL color Cylindrical-coordinate representation of color #238B96: hue angle of 185.74º 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 #238B96 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 139 | 150 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.41 |
| HSL | 185.74º | 0.62% | 0.36% | - |
| HSV(B) | 185.74º | 0.77% | 0.59% | - |
| XYZ | 15.43 | 21.02 | 32.1 | - |
| YUV | 109.16 | 151.04 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 139 | 150 | 0.77 | 0.07 | 0 | 0.41 | 185.74 | 0.62 | 0.36 |
| Hex | 23 | 8B | 96 | 4D | 7 | 0 | 29 | BA | 3E | 24 |
| Octal | 43 | 213 | 226 | 115 | 7 | 0 | 51 | 272 | 76 | 44 |
| Binary | 100011 | 10001011 | 10010110 | 1001101 | 111 | 0 | 101001 | 10111010 | 111110 | 100100 |
Color Harmonies of #238B96
Complementary color
Monochromatic Colors of #238B96
Black with #238B96
Text Example
Text Example
White with #238B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238B96; }
p { color: rgb(35,139,150); }
H1.HeaderClassName
{
color: #238B96;
}
.AnyTagClassName
{
color: #238B96;
}
</style>
background-color css
<style>
a { background-color: #238B96; }
a { background-color: rgb(35,139,150); }
div.DivClassName
{
background-color: #238B96;
}
.BgClassName
{
background-color: #238B96;
}
</style>
border-color css
<style>
span { border-color: #238B96; }
span { border-color: rgb(35,139,150); }
td.TdClassName
{
border-color: #238B96;
}
.TagClassName
{
border-color: #238B96;
}
</style>