Shades of Java #238490
Tints of Java #238490
RGB
CMYK
RGB Variations
Color information
#238490 (or 0x238490) is known color: Java. HEX triplet: 23, 84 and 90. RGB value is (35,132,144). Sum of RGB (Red+Green+Blue) = 35+132+144=311 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.25% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #238490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238490 is #DC7B6F. Grayscale: #686868. Windows color (decimal): -14449520 or 9471011. OLE color: 9471011.
HSL color Cylindrical-coordinate representation of color #238490: hue angle of 186.61º 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 #238490 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 132 | 144 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.44 |
| HSL | 186.61º | 0.61% | 0.35% | - |
| HSV(B) | 186.61º | 0.76% | 0.56% | - |
| XYZ | 13.98 | 18.87 | 29.29 | - |
| YUV | 104.37 | 150.36 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 132 | 144 | 0.76 | 0.08 | 0 | 0.44 | 186.61 | 0.61 | 0.35 |
| Hex | 23 | 84 | 90 | 4C | 8 | 0 | 2C | BB | 3D | 23 |
| Octal | 43 | 204 | 220 | 114 | 10 | 0 | 54 | 273 | 75 | 43 |
| Binary | 100011 | 10000100 | 10010000 | 1001100 | 1000 | 0 | 101100 | 10111011 | 111101 | 100011 |
Color Harmonies of #238490
Complementary color
Monochromatic Colors of #238490
Black with #238490
Text Example
Text Example
White with #238490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238490; }
p { color: rgb(35,132,144); }
H1.HeaderClassName
{
color: #238490;
}
.AnyTagClassName
{
color: #238490;
}
</style>
background-color css
<style>
a { background-color: #238490; }
a { background-color: rgb(35,132,144); }
div.DivClassName
{
background-color: #238490;
}
.BgClassName
{
background-color: #238490;
}
</style>
border-color css
<style>
span { border-color: #238490; }
span { border-color: rgb(35,132,144); }
td.TdClassName
{
border-color: #238490;
}
.TagClassName
{
border-color: #238490;
}
</style>