Shades of Java #23888B
Tints of Java #23888B
RGB
CMYK
RGB Variations
Color information
#23888B (or 0x23888B) is known color: Java. HEX triplet: 23, 88 and 8B. RGB value is (35,136,139). Sum of RGB (Red+Green+Blue) = 35+136+139=310 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.29% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #23888B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23888B is #DC7774. Grayscale: #6A6A6A. Windows color (decimal): -14448501 or 9144355. OLE color: 9144355.
HSL color Cylindrical-coordinate representation of color #23888B: hue angle of 181.73º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23888B is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 136 | 139 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.45 |
| HSL | 181.73º | 0.6% | 0.34% | - |
| HSV(B) | 181.73º | 0.75% | 0.55% | - |
| XYZ | 14.16 | 19.83 | 27.51 | - |
| YUV | 106.14 | 146.54 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 136 | 139 | 0.75 | 0.02 | 0 | 0.45 | 181.73 | 0.6 | 0.34 |
| Hex | 23 | 88 | 8B | 4B | 2 | 0 | 2D | B6 | 3C | 22 |
| Octal | 43 | 210 | 213 | 113 | 2 | 0 | 55 | 266 | 74 | 42 |
| Binary | 100011 | 10001000 | 10001011 | 1001011 | 10 | 0 | 101101 | 10110110 | 111100 | 100010 |
Color Harmonies of #23888B
Complementary color
Monochromatic Colors of #23888B
Black with #23888B
Text Example
Text Example
White with #23888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23888B; }
p { color: rgb(35,136,139); }
H1.HeaderClassName
{
color: #23888B;
}
.AnyTagClassName
{
color: #23888B;
}
</style>
background-color css
<style>
a { background-color: #23888B; }
a { background-color: rgb(35,136,139); }
div.DivClassName
{
background-color: #23888B;
}
.BgClassName
{
background-color: #23888B;
}
</style>
border-color css
<style>
span { border-color: #23888B; }
span { border-color: rgb(35,136,139); }
td.TdClassName
{
border-color: #23888B;
}
.TagClassName
{
border-color: #23888B;
}
</style>