Shades of Java #238890
Tints of Java #238890
RGB
CMYK
RGB Variations
Color information
#238890 (or 0x238890) is known color: Java. HEX triplet: 23, 88 and 90. RGB value is (35,136,144). Sum of RGB (Red+Green+Blue) = 35+136+144=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #238890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238890 is #DC776F. Grayscale: #6A6A6A. Windows color (decimal): -14448496 or 9472035. OLE color: 9472035.
HSL color Cylindrical-coordinate representation of color #238890: hue angle of 184.4º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238890 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 136 | 144 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.44 |
| HSL | 184.4º | 0.61% | 0.35% | - |
| HSV(B) | 184.4º | 0.76% | 0.56% | - |
| XYZ | 14.53 | 19.98 | 29.48 | - |
| YUV | 106.71 | 149.04 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 136 | 144 | 0.76 | 0.06 | 0 | 0.44 | 184.4 | 0.61 | 0.35 |
| Hex | 23 | 88 | 90 | 4C | 6 | 0 | 2C | B8 | 3D | 23 |
| Octal | 43 | 210 | 220 | 114 | 6 | 0 | 54 | 270 | 75 | 43 |
| Binary | 100011 | 10001000 | 10010000 | 1001100 | 110 | 0 | 101100 | 10111000 | 111101 | 100011 |
Color Harmonies of #238890
Complementary color
Monochromatic Colors of #238890
Black with #238890
Text Example
Text Example
White with #238890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238890; }
p { color: rgb(35,136,144); }
H1.HeaderClassName
{
color: #238890;
}
.AnyTagClassName
{
color: #238890;
}
</style>
background-color css
<style>
a { background-color: #238890; }
a { background-color: rgb(35,136,144); }
div.DivClassName
{
background-color: #238890;
}
.BgClassName
{
background-color: #238890;
}
</style>
border-color css
<style>
span { border-color: #238890; }
span { border-color: rgb(35,136,144); }
td.TdClassName
{
border-color: #238890;
}
.TagClassName
{
border-color: #238890;
}
</style>