Shades of Java #239888
Tints of Java #239888
RGB
CMYK
RGB Variations
Color information
#239888 (or 0x239888) is known color: Java. HEX triplet: 23, 98 and 88. RGB value is (35,152,136). Sum of RGB (Red+Green+Blue) = 35+152+136=323 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.84% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #239888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239888 is #DC6777. Grayscale: #737373. Windows color (decimal): -14444408 or 8951843. OLE color: 8951843.
HSL color Cylindrical-coordinate representation of color #239888: hue angle of 171.79º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239888 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 152 | 136 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.40 |
| HSL | 171.79º | 0.63% | 0.37% | - |
| HSV(B) | 171.79º | 0.77% | 0.6% | - |
| XYZ | 16.37 | 24.59 | 27.18 | - |
| YUV | 115.19 | 139.74 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 152 | 136 | 0.77 | 0 | 0.11 | 0.40 | 171.79 | 0.63 | 0.37 |
| Hex | 23 | 98 | 88 | 4D | 0 | B | 28 | AC | 3F | 25 |
| Octal | 43 | 230 | 210 | 115 | 0 | 13 | 50 | 254 | 77 | 45 |
| Binary | 100011 | 10011000 | 10001000 | 1001101 | 0 | 1011 | 101000 | 10101100 | 111111 | 100101 |
Color Harmonies of #239888
Complementary color
Monochromatic Colors of #239888
Black with #239888
Text Example
Text Example
White with #239888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239888; }
p { color: rgb(35,152,136); }
H1.HeaderClassName
{
color: #239888;
}
.AnyTagClassName
{
color: #239888;
}
</style>
background-color css
<style>
a { background-color: #239888; }
a { background-color: rgb(35,152,136); }
div.DivClassName
{
background-color: #239888;
}
.BgClassName
{
background-color: #239888;
}
</style>
border-color css
<style>
span { border-color: #239888; }
span { border-color: rgb(35,152,136); }
td.TdClassName
{
border-color: #239888;
}
.TagClassName
{
border-color: #239888;
}
</style>