Shades of Java #238691
Tints of Java #238691
RGB
CMYK
RGB Variations
Color information
#238691 (or 0x238691) is known color: Java. HEX triplet: 23, 86 and 91. RGB value is (35,134,145). Sum of RGB (Red+Green+Blue) = 35+134+145=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #238691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238691 is #DC796E. Grayscale: #696969. Windows color (decimal): -14449007 or 9537059. OLE color: 9537059.
HSL color Cylindrical-coordinate representation of color #238691: hue angle of 186º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238691 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 134 | 145 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.43 |
| HSL | 186º | 0.61% | 0.35% | - |
| HSV(B) | 186º | 0.76% | 0.57% | - |
| XYZ | 14.33 | 19.45 | 29.79 | - |
| YUV | 105.65 | 150.2 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 134 | 145 | 0.76 | 0.08 | 0 | 0.43 | 186 | 0.61 | 0.35 |
| Hex | 23 | 86 | 91 | 4C | 8 | 0 | 2B | BA | 3D | 23 |
| Octal | 43 | 206 | 221 | 114 | 10 | 0 | 53 | 272 | 75 | 43 |
| Binary | 100011 | 10000110 | 10010001 | 1001100 | 1000 | 0 | 101011 | 10111010 | 111101 | 100011 |
Color Harmonies of #238691
Complementary color
Monochromatic Colors of #238691
Black with #238691
Text Example
Text Example
White with #238691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238691; }
p { color: rgb(35,134,145); }
H1.HeaderClassName
{
color: #238691;
}
.AnyTagClassName
{
color: #238691;
}
</style>
background-color css
<style>
a { background-color: #238691; }
a { background-color: rgb(35,134,145); }
div.DivClassName
{
background-color: #238691;
}
.BgClassName
{
background-color: #238691;
}
</style>
border-color css
<style>
span { border-color: #238691; }
span { border-color: rgb(35,134,145); }
td.TdClassName
{
border-color: #238691;
}
.TagClassName
{
border-color: #238691;
}
</style>