Shades of Java #238888
Tints of Java #238888
RGB
CMYK
RGB Variations
Color information
#238888 (or 0x238888) is known color: Java. HEX triplet: 23, 88 and 88. RGB value is (35,136,136). Sum of RGB (Red+Green+Blue) = 35+136+136=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #238888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238888 is #DC7777. Grayscale: #696969. Windows color (decimal): -14448504 or 8947747. OLE color: 8947747.
HSL color Cylindrical-coordinate representation of color #238888: hue angle of 180º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238888 is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 136 | 136 | - |
| CMYK | 0.74 | 0 | 0 | 0.47 |
| HSL | 180º | 0.59% | 0.34% | - |
| HSV(B) | 180º | 0.74% | 0.53% | - |
| XYZ | 13.94 | 19.74 | 26.37 | - |
| YUV | 105.8 | 145.04 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 136 | 136 | 0.74 | 0 | 0 | 0.47 | 180 | 0.59 | 0.34 |
| Hex | 23 | 88 | 88 | 4A | 0 | 0 | 2F | B4 | 3B | 22 |
| Octal | 43 | 210 | 210 | 112 | 0 | 0 | 57 | 264 | 73 | 42 |
| Binary | 100011 | 10001000 | 10001000 | 1001010 | 0 | 0 | 101111 | 10110100 | 111011 | 100010 |
Color Harmonies of #238888
Complementary color
Monochromatic Colors of #238888
Black with #238888
Text Example
Text Example
White with #238888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238888; }
p { color: rgb(35,136,136); }
H1.HeaderClassName
{
color: #238888;
}
.AnyTagClassName
{
color: #238888;
}
</style>
background-color css
<style>
a { background-color: #238888; }
a { background-color: rgb(35,136,136); }
div.DivClassName
{
background-color: #238888;
}
.BgClassName
{
background-color: #238888;
}
</style>
border-color css
<style>
span { border-color: #238888; }
span { border-color: rgb(35,136,136); }
td.TdClassName
{
border-color: #238888;
}
.TagClassName
{
border-color: #238888;
}
</style>