Shades of Java #239899
Tints of Java #239899
RGB
CMYK
RGB Variations
Color information
#239899 (or 0x239899) is known color: Java. HEX triplet: 23, 98 and 99. RGB value is (35,152,153). Sum of RGB (Red+Green+Blue) = 35+152+153=340 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.29% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #239899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239899 is #DC6766. Grayscale: #757575. Windows color (decimal): -14444391 or 10065955. OLE color: 10065955.
HSL color Cylindrical-coordinate representation of color #239899: hue angle of 180.51º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239899 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 35 | 152 | 153 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.4 |
| HSL | 180.51º | 0.63% | 0.37% | - |
| HSV(B) | 180.51º | 0.77% | 0.6% | - |
| XYZ | 17.67 | 25.11 | 34.05 | - |
| YUV | 117.13 | 148.24 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 152 | 153 | 0.77 | 0.01 | 0 | 0.4 | 180.51 | 0.63 | 0.37 |
| Hex | 23 | 98 | 99 | 4D | 1 | 0 | 28 | B5 | 3F | 25 |
| Octal | 43 | 230 | 231 | 115 | 1 | 0 | 50 | 265 | 77 | 45 |
| Binary | 100011 | 10011000 | 10011001 | 1001101 | 1 | 0 | 101000 | 10110101 | 111111 | 100101 |
Color Harmonies of #239899
Complementary color
Monochromatic Colors of #239899
Black with #239899
Text Example
Text Example
White with #239899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239899; }
p { color: rgb(35,152,153); }
H1.HeaderClassName
{
color: #239899;
}
.AnyTagClassName
{
color: #239899;
}
</style>
background-color css
<style>
a { background-color: #239899; }
a { background-color: rgb(35,152,153); }
div.DivClassName
{
background-color: #239899;
}
.BgClassName
{
background-color: #239899;
}
</style>
border-color css
<style>
span { border-color: #239899; }
span { border-color: rgb(35,152,153); }
td.TdClassName
{
border-color: #239899;
}
.TagClassName
{
border-color: #239899;
}
</style>