Shades of Java #238591
Tints of Java #238591
RGB
CMYK
RGB Variations
Color information
#238591 (or 0x238591) is known color: Java. HEX triplet: 23, 85 and 91. RGB value is (35,133,145). Sum of RGB (Red+Green+Blue) = 35+133+145=313 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.18% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #238591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238591 is #DC7A6E. Grayscale: #686868. Windows color (decimal): -14449263 or 9536803. OLE color: 9536803.
HSL color Cylindrical-coordinate representation of color #238591: hue angle of 186.55º 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 #238591 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 133 | 145 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.43 |
| HSL | 186.55º | 0.61% | 0.35% | - |
| HSV(B) | 186.55º | 0.76% | 0.57% | - |
| XYZ | 14.19 | 19.18 | 29.74 | - |
| YUV | 105.07 | 150.53 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 133 | 145 | 0.76 | 0.08 | 0 | 0.43 | 186.55 | 0.61 | 0.35 |
| Hex | 23 | 85 | 91 | 4C | 8 | 0 | 2B | BB | 3D | 23 |
| Octal | 43 | 205 | 221 | 114 | 10 | 0 | 53 | 273 | 75 | 43 |
| Binary | 100011 | 10000101 | 10010001 | 1001100 | 1000 | 0 | 101011 | 10111011 | 111101 | 100011 |
Color Harmonies of #238591
Complementary color
Monochromatic Colors of #238591
Black with #238591
Text Example
Text Example
White with #238591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238591; }
p { color: rgb(35,133,145); }
H1.HeaderClassName
{
color: #238591;
}
.AnyTagClassName
{
color: #238591;
}
</style>
background-color css
<style>
a { background-color: #238591; }
a { background-color: rgb(35,133,145); }
div.DivClassName
{
background-color: #238591;
}
.BgClassName
{
background-color: #238591;
}
</style>
border-color css
<style>
span { border-color: #238591; }
span { border-color: rgb(35,133,145); }
td.TdClassName
{
border-color: #238591;
}
.TagClassName
{
border-color: #238591;
}
</style>