Shades of Java #239B94
Tints of Java #239B94
RGB
CMYK
RGB Variations
Color information
#239B94 (or 0x239B94) is known color: Java. HEX triplet: 23, 9B and 94. RGB value is (35,155,148). Sum of RGB (Red+Green+Blue) = 35+155+148=338 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.36% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #239B94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239B94 is #DC646B. Grayscale: #767676. Windows color (decimal): -14443628 or 9739043. OLE color: 9739043.
HSL color Cylindrical-coordinate representation of color #239B94: hue angle of 176.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239B94 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 155 | 148 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.39 |
| HSL | 176.5º | 0.63% | 0.37% | - |
| HSV(B) | 176.5º | 0.77% | 0.61% | - |
| XYZ | 17.76 | 25.94 | 32.09 | - |
| YUV | 118.32 | 144.74 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 155 | 148 | 0.77 | 0 | 0.05 | 0.39 | 176.5 | 0.63 | 0.37 |
| Hex | 23 | 9B | 94 | 4D | 0 | 5 | 27 | B0 | 3F | 25 |
| Octal | 43 | 233 | 224 | 115 | 0 | 5 | 47 | 260 | 77 | 45 |
| Binary | 100011 | 10011011 | 10010100 | 1001101 | 0 | 101 | 100111 | 10110000 | 111111 | 100101 |
Color Harmonies of #239B94
Complementary color
Monochromatic Colors of #239B94
Black with #239B94
Text Example
Text Example
White with #239B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239B94; }
p { color: rgb(35,155,148); }
H1.HeaderClassName
{
color: #239B94;
}
.AnyTagClassName
{
color: #239B94;
}
</style>
background-color css
<style>
a { background-color: #239B94; }
a { background-color: rgb(35,155,148); }
div.DivClassName
{
background-color: #239B94;
}
.BgClassName
{
background-color: #239B94;
}
</style>
border-color css
<style>
span { border-color: #239B94; }
span { border-color: rgb(35,155,148); }
td.TdClassName
{
border-color: #239B94;
}
.TagClassName
{
border-color: #239B94;
}
</style>