Shades of Java #23888D
Tints of Java #23888D
RGB
CMYK
RGB Variations
Color information
#23888D (or 0x23888D) is known color: Java. HEX triplet: 23, 88 and 8D. RGB value is (35,136,141). Sum of RGB (Red+Green+Blue) = 35+136+141=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #23888D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23888D is #DC7772. Grayscale: #6A6A6A. Windows color (decimal): -14448499 or 9275427. OLE color: 9275427.
HSL color Cylindrical-coordinate representation of color #23888D: hue angle of 182.83º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23888D is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 136 | 141 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.45 |
| HSL | 182.83º | 0.6% | 0.35% | - |
| HSV(B) | 182.83º | 0.75% | 0.55% | - |
| XYZ | 14.31 | 19.89 | 28.28 | - |
| YUV | 106.37 | 147.54 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 136 | 141 | 0.75 | 0.04 | 0 | 0.45 | 182.83 | 0.6 | 0.35 |
| Hex | 23 | 88 | 8D | 4B | 4 | 0 | 2D | B7 | 3C | 23 |
| Octal | 43 | 210 | 215 | 113 | 4 | 0 | 55 | 267 | 74 | 43 |
| Binary | 100011 | 10001000 | 10001101 | 1001011 | 100 | 0 | 101101 | 10110111 | 111100 | 100011 |
Color Harmonies of #23888D
Complementary color
Monochromatic Colors of #23888D
Black with #23888D
Text Example
Text Example
White with #23888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23888D; }
p { color: rgb(35,136,141); }
H1.HeaderClassName
{
color: #23888D;
}
.AnyTagClassName
{
color: #23888D;
}
</style>
background-color css
<style>
a { background-color: #23888D; }
a { background-color: rgb(35,136,141); }
div.DivClassName
{
background-color: #23888D;
}
.BgClassName
{
background-color: #23888D;
}
</style>
border-color css
<style>
span { border-color: #23888D; }
span { border-color: rgb(35,136,141); }
td.TdClassName
{
border-color: #23888D;
}
.TagClassName
{
border-color: #23888D;
}
</style>