Shades of Java #23888A
Tints of Java #23888A
RGB
CMYK
RGB Variations
Color information
#23888A (or 0x23888A) is known color: Java. HEX triplet: 23, 88 and 8A. RGB value is (35,136,138). Sum of RGB (Red+Green+Blue) = 35+136+138=309 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.33% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 138 - color contains mainly: blue. Hex color #23888A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23888A is #DC7775. Grayscale: #696969. Windows color (decimal): -14448502 or 9078819. OLE color: 9078819.
HSL color Cylindrical-coordinate representation of color #23888A: hue angle of 181.17º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23888A is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 136 | 138 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.46 |
| HSL | 181.17º | 0.6% | 0.34% | - |
| HSV(B) | 181.17º | 0.75% | 0.54% | - |
| XYZ | 14.08 | 19.8 | 27.12 | - |
| YUV | 106.03 | 146.04 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 136 | 138 | 0.75 | 0.01 | 0 | 0.46 | 181.17 | 0.6 | 0.34 |
| Hex | 23 | 88 | 8A | 4B | 1 | 0 | 2E | B5 | 3C | 22 |
| Octal | 43 | 210 | 212 | 113 | 1 | 0 | 56 | 265 | 74 | 42 |
| Binary | 100011 | 10001000 | 10001010 | 1001011 | 1 | 0 | 101110 | 10110101 | 111100 | 100010 |
Color Harmonies of #23888A
Complementary color
Monochromatic Colors of #23888A
Black with #23888A
Text Example
Text Example
White with #23888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23888A; }
p { color: rgb(35,136,138); }
H1.HeaderClassName
{
color: #23888A;
}
.AnyTagClassName
{
color: #23888A;
}
</style>
background-color css
<style>
a { background-color: #23888A; }
a { background-color: rgb(35,136,138); }
div.DivClassName
{
background-color: #23888A;
}
.BgClassName
{
background-color: #23888A;
}
</style>
border-color css
<style>
span { border-color: #23888A; }
span { border-color: rgb(35,136,138); }
td.TdClassName
{
border-color: #23888A;
}
.TagClassName
{
border-color: #23888A;
}
</style>