Shades of Java #238994
Tints of Java #238994
RGB
CMYK
RGB Variations
Color information
#238994 (or 0x238994) is known color: Java. HEX triplet: 23, 89 and 94. RGB value is (35,137,148). Sum of RGB (Red+Green+Blue) = 35+137+148=320 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.94% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #238994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238994 is #DC766B. Grayscale: #6B6B6B. Windows color (decimal): -14448236 or 9734435. OLE color: 9734435.
HSL color Cylindrical-coordinate representation of color #238994: hue angle of 185.84º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238994 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 137 | 148 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.42 |
| HSL | 185.84º | 0.62% | 0.36% | - |
| HSV(B) | 185.84º | 0.76% | 0.58% | - |
| XYZ | 14.98 | 20.39 | 31.16 | - |
| YUV | 107.76 | 150.71 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 137 | 148 | 0.76 | 0.07 | 0 | 0.42 | 185.84 | 0.62 | 0.36 |
| Hex | 23 | 89 | 94 | 4C | 7 | 0 | 2A | BA | 3E | 24 |
| Octal | 43 | 211 | 224 | 114 | 7 | 0 | 52 | 272 | 76 | 44 |
| Binary | 100011 | 10001001 | 10010100 | 1001100 | 111 | 0 | 101010 | 10111010 | 111110 | 100100 |
Color Harmonies of #238994
Complementary color
Monochromatic Colors of #238994
Black with #238994
Text Example
Text Example
White with #238994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238994; }
p { color: rgb(35,137,148); }
H1.HeaderClassName
{
color: #238994;
}
.AnyTagClassName
{
color: #238994;
}
</style>
background-color css
<style>
a { background-color: #238994; }
a { background-color: rgb(35,137,148); }
div.DivClassName
{
background-color: #238994;
}
.BgClassName
{
background-color: #238994;
}
</style>
border-color css
<style>
span { border-color: #238994; }
span { border-color: rgb(35,137,148); }
td.TdClassName
{
border-color: #238994;
}
.TagClassName
{
border-color: #238994;
}
</style>