Shades of Java #238889
Tints of Java #238889
RGB
CMYK
RGB Variations
Color information
#238889 (or 0x238889) is known color: Java. HEX triplet: 23, 88 and 89. RGB value is (35,136,137). Sum of RGB (Red+Green+Blue) = 35+136+137=308 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.36% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 137 - color contains mainly: blue. Hex color #238889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238889 is #DC7776. Grayscale: #696969. Windows color (decimal): -14448503 or 9013283. OLE color: 9013283.
HSL color Cylindrical-coordinate representation of color #238889: hue angle of 180.59º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238889 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 136 | 137 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.46 |
| HSL | 180.59º | 0.59% | 0.34% | - |
| HSV(B) | 180.59º | 0.74% | 0.54% | - |
| XYZ | 14.01 | 19.77 | 26.74 | - |
| YUV | 105.92 | 145.54 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 136 | 137 | 0.74 | 0.01 | 0 | 0.46 | 180.59 | 0.59 | 0.34 |
| Hex | 23 | 88 | 89 | 4A | 1 | 0 | 2E | B5 | 3B | 22 |
| Octal | 43 | 210 | 211 | 112 | 1 | 0 | 56 | 265 | 73 | 42 |
| Binary | 100011 | 10001000 | 10001001 | 1001010 | 1 | 0 | 101110 | 10110101 | 111011 | 100010 |
Color Harmonies of #238889
Complementary color
Monochromatic Colors of #238889
Black with #238889
Text Example
Text Example
White with #238889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238889; }
p { color: rgb(35,136,137); }
H1.HeaderClassName
{
color: #238889;
}
.AnyTagClassName
{
color: #238889;
}
</style>
background-color css
<style>
a { background-color: #238889; }
a { background-color: rgb(35,136,137); }
div.DivClassName
{
background-color: #238889;
}
.BgClassName
{
background-color: #238889;
}
</style>
border-color css
<style>
span { border-color: #238889; }
span { border-color: rgb(35,136,137); }
td.TdClassName
{
border-color: #238889;
}
.TagClassName
{
border-color: #238889;
}
</style>