Shades of Java #239592
Tints of Java #239592
RGB
CMYK
RGB Variations
Color information
#239592 (or 0x239592) is known color: Java. HEX triplet: 23, 95 and 92. RGB value is (35,149,146). Sum of RGB (Red+Green+Blue) = 35+149+146=330 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.61% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #239592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239592 is #DC6A6D. Grayscale: #727272. Windows color (decimal): -14445166 or 9606435. OLE color: 9606435.
HSL color Cylindrical-coordinate representation of color #239592: hue angle of 178.42º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239592 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 149 | 146 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.42 |
| HSL | 178.42º | 0.62% | 0.36% | - |
| HSV(B) | 178.42º | 0.77% | 0.58% | - |
| XYZ | 16.63 | 23.93 | 30.94 | - |
| YUV | 114.57 | 145.73 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 149 | 146 | 0.77 | 0 | 0.02 | 0.42 | 178.42 | 0.62 | 0.36 |
| Hex | 23 | 95 | 92 | 4D | 0 | 2 | 2A | B2 | 3E | 24 |
| Octal | 43 | 225 | 222 | 115 | 0 | 2 | 52 | 262 | 76 | 44 |
| Binary | 100011 | 10010101 | 10010010 | 1001101 | 0 | 10 | 101010 | 10110010 | 111110 | 100100 |
Color Harmonies of #239592
Complementary color
Monochromatic Colors of #239592
Black with #239592
Text Example
Text Example
White with #239592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239592; }
p { color: rgb(35,149,146); }
H1.HeaderClassName
{
color: #239592;
}
.AnyTagClassName
{
color: #239592;
}
</style>
background-color css
<style>
a { background-color: #239592; }
a { background-color: rgb(35,149,146); }
div.DivClassName
{
background-color: #239592;
}
.BgClassName
{
background-color: #239592;
}
</style>
border-color css
<style>
span { border-color: #239592; }
span { border-color: rgb(35,149,146); }
td.TdClassName
{
border-color: #239592;
}
.TagClassName
{
border-color: #239592;
}
</style>