Shades of Java #238692
Tints of Java #238692
RGB
CMYK
RGB Variations
Color information
#238692 (or 0x238692) is known color: Java. HEX triplet: 23, 86 and 92. RGB value is (35,134,146). Sum of RGB (Red+Green+Blue) = 35+134+146=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #238692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238692 is #DC796D. Grayscale: #696969. Windows color (decimal): -14449006 or 9602595. OLE color: 9602595.
HSL color Cylindrical-coordinate representation of color #238692: hue angle of 186.49º 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 #238692 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 134 | 146 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.43 |
| HSL | 186.49º | 0.61% | 0.35% | - |
| HSV(B) | 186.49º | 0.76% | 0.57% | - |
| XYZ | 14.41 | 19.48 | 30.2 | - |
| YUV | 105.77 | 150.7 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 134 | 146 | 0.76 | 0.08 | 0 | 0.43 | 186.49 | 0.61 | 0.35 |
| Hex | 23 | 86 | 92 | 4C | 8 | 0 | 2B | BA | 3D | 23 |
| Octal | 43 | 206 | 222 | 114 | 10 | 0 | 53 | 272 | 75 | 43 |
| Binary | 100011 | 10000110 | 10010010 | 1001100 | 1000 | 0 | 101011 | 10111010 | 111101 | 100011 |
Color Harmonies of #238692
Complementary color
Monochromatic Colors of #238692
Black with #238692
Text Example
Text Example
White with #238692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238692; }
p { color: rgb(35,134,146); }
H1.HeaderClassName
{
color: #238692;
}
.AnyTagClassName
{
color: #238692;
}
</style>
background-color css
<style>
a { background-color: #238692; }
a { background-color: rgb(35,134,146); }
div.DivClassName
{
background-color: #238692;
}
.BgClassName
{
background-color: #238692;
}
</style>
border-color css
<style>
span { border-color: #238692; }
span { border-color: rgb(35,134,146); }
td.TdClassName
{
border-color: #238692;
}
.TagClassName
{
border-color: #238692;
}
</style>