Shades of Java #238B8F
Tints of Java #238B8F
RGB
CMYK
RGB Variations
Color information
#238B8F (or 0x238B8F) is known color: Java. HEX triplet: 23, 8B and 8F. RGB value is (35,139,143). Sum of RGB (Red+Green+Blue) = 35+139+143=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 143 - color contains mainly: blue. Hex color #238B8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238B8F is #DC7470. Grayscale: #6C6C6C. Windows color (decimal): -14447729 or 9407267. OLE color: 9407267.
HSL color Cylindrical-coordinate representation of color #238B8F: hue angle of 182.22º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238B8F is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 139 | 143 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.44 |
| HSL | 182.22º | 0.61% | 0.35% | - |
| HSV(B) | 182.22º | 0.76% | 0.56% | - |
| XYZ | 14.88 | 20.81 | 29.22 | - |
| YUV | 108.36 | 147.54 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 139 | 143 | 0.76 | 0.03 | 0 | 0.44 | 182.22 | 0.61 | 0.35 |
| Hex | 23 | 8B | 8F | 4C | 3 | 0 | 2C | B6 | 3D | 23 |
| Octal | 43 | 213 | 217 | 114 | 3 | 0 | 54 | 266 | 75 | 43 |
| Binary | 100011 | 10001011 | 10001111 | 1001100 | 11 | 0 | 101100 | 10110110 | 111101 | 100011 |
Color Harmonies of #238B8F
Complementary color
Monochromatic Colors of #238B8F
Black with #238B8F
Text Example
Text Example
White with #238B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238B8F; }
p { color: rgb(35,139,143); }
H1.HeaderClassName
{
color: #238B8F;
}
.AnyTagClassName
{
color: #238B8F;
}
</style>
background-color css
<style>
a { background-color: #238B8F; }
a { background-color: rgb(35,139,143); }
div.DivClassName
{
background-color: #238B8F;
}
.BgClassName
{
background-color: #238B8F;
}
</style>
border-color css
<style>
span { border-color: #238B8F; }
span { border-color: rgb(35,139,143); }
td.TdClassName
{
border-color: #238B8F;
}
.TagClassName
{
border-color: #238B8F;
}
</style>