Shades of Java #239598
Tints of Java #239598
RGB
CMYK
RGB Variations
Color information
#239598 (or 0x239598) is known color: Java. HEX triplet: 23, 95 and 98. RGB value is (35,149,152). Sum of RGB (Red+Green+Blue) = 35+149+152=336 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.42% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #239598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239598 is #DC6A67. Grayscale: #737373. Windows color (decimal): -14445160 or 9999651. OLE color: 9999651.
HSL color Cylindrical-coordinate representation of color #239598: hue angle of 181.54º 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 #239598 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 149 | 152 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.40 |
| HSL | 181.54º | 0.63% | 0.37% | - |
| HSV(B) | 181.54º | 0.77% | 0.6% | - |
| XYZ | 17.11 | 24.12 | 33.46 | - |
| YUV | 115.26 | 148.73 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 149 | 152 | 0.77 | 0.02 | 0 | 0.40 | 181.54 | 0.63 | 0.37 |
| Hex | 23 | 95 | 98 | 4D | 2 | 0 | 28 | B6 | 3F | 25 |
| Octal | 43 | 225 | 230 | 115 | 2 | 0 | 50 | 266 | 77 | 45 |
| Binary | 100011 | 10010101 | 10011000 | 1001101 | 10 | 0 | 101000 | 10110110 | 111111 | 100101 |
Color Harmonies of #239598
Complementary color
Monochromatic Colors of #239598
Black with #239598
Text Example
Text Example
White with #239598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239598; }
p { color: rgb(35,149,152); }
H1.HeaderClassName
{
color: #239598;
}
.AnyTagClassName
{
color: #239598;
}
</style>
background-color css
<style>
a { background-color: #239598; }
a { background-color: rgb(35,149,152); }
div.DivClassName
{
background-color: #239598;
}
.BgClassName
{
background-color: #239598;
}
</style>
border-color css
<style>
span { border-color: #239598; }
span { border-color: rgb(35,149,152); }
td.TdClassName
{
border-color: #239598;
}
.TagClassName
{
border-color: #239598;
}
</style>