Shades of Java #238E8F
Tints of Java #238E8F
RGB
CMYK
RGB Variations
Color information
#238E8F (or 0x238E8F) is known color: Java. HEX triplet: 23, 8E and 8F. RGB value is (35,142,143). Sum of RGB (Red+Green+Blue) = 35+142+143=320 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.94% from 320); Green value is 142 (55.86% from 255 or 44.38% from 320); Blue value is 143 (56.25% from 255 or 44.69% from 320); Max value from RGB is 143 - color contains mainly: blue. Hex color #238E8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238E8F is #DC7170. Grayscale: #6E6E6E. Windows color (decimal): -14446961 or 9408035. OLE color: 9408035.
HSL color Cylindrical-coordinate representation of color #238E8F: hue angle of 180.56º 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 #238E8F is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 142 | 143 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.44 |
| HSL | 180.56º | 0.61% | 0.35% | - |
| HSV(B) | 180.56º | 0.76% | 0.56% | - |
| XYZ | 15.32 | 21.69 | 29.36 | - |
| YUV | 110.12 | 146.55 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 142 | 143 | 0.76 | 0.01 | 0 | 0.44 | 180.56 | 0.61 | 0.35 |
| Hex | 23 | 8E | 8F | 4C | 1 | 0 | 2C | B5 | 3D | 23 |
| Octal | 43 | 216 | 217 | 114 | 1 | 0 | 54 | 265 | 75 | 43 |
| Binary | 100011 | 10001110 | 10001111 | 1001100 | 1 | 0 | 101100 | 10110101 | 111101 | 100011 |
Color Harmonies of #238E8F
Complementary color
Monochromatic Colors of #238E8F
Black with #238E8F
Text Example
Text Example
White with #238E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238E8F; }
p { color: rgb(35,142,143); }
H1.HeaderClassName
{
color: #238E8F;
}
.AnyTagClassName
{
color: #238E8F;
}
</style>
background-color css
<style>
a { background-color: #238E8F; }
a { background-color: rgb(35,142,143); }
div.DivClassName
{
background-color: #238E8F;
}
.BgClassName
{
background-color: #238E8F;
}
</style>
border-color css
<style>
span { border-color: #238E8F; }
span { border-color: rgb(35,142,143); }
td.TdClassName
{
border-color: #238E8F;
}
.TagClassName
{
border-color: #238E8F;
}
</style>