Shades of Java #239096
Tints of Java #239096
RGB
CMYK
RGB Variations
Color information
#239096 (or 0x239096) is known color: Java. HEX triplet: 23, 90 and 96. RGB value is (35,144,150). Sum of RGB (Red+Green+Blue) = 35+144+150=329 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.64% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 150 - color contains mainly: blue. Hex color #239096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239096 is #DC6F69. Grayscale: #6F6F6F. Windows color (decimal): -14446442 or 9867299. OLE color: 9867299.
HSL color Cylindrical-coordinate representation of color #239096: hue angle of 183.13º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239096 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 144 | 150 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.41 |
| HSL | 183.13º | 0.62% | 0.36% | - |
| HSV(B) | 183.13º | 0.77% | 0.59% | - |
| XYZ | 16.17 | 22.51 | 32.35 | - |
| YUV | 112.09 | 149.39 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 144 | 150 | 0.77 | 0.04 | 0 | 0.41 | 183.13 | 0.62 | 0.36 |
| Hex | 23 | 90 | 96 | 4D | 4 | 0 | 29 | B7 | 3E | 24 |
| Octal | 43 | 220 | 226 | 115 | 4 | 0 | 51 | 267 | 76 | 44 |
| Binary | 100011 | 10010000 | 10010110 | 1001101 | 100 | 0 | 101001 | 10110111 | 111110 | 100100 |
Color Harmonies of #239096
Complementary color
Monochromatic Colors of #239096
Black with #239096
Text Example
Text Example
White with #239096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239096; }
p { color: rgb(35,144,150); }
H1.HeaderClassName
{
color: #239096;
}
.AnyTagClassName
{
color: #239096;
}
</style>
background-color css
<style>
a { background-color: #239096; }
a { background-color: rgb(35,144,150); }
div.DivClassName
{
background-color: #239096;
}
.BgClassName
{
background-color: #239096;
}
</style>
border-color css
<style>
span { border-color: #239096; }
span { border-color: rgb(35,144,150); }
td.TdClassName
{
border-color: #239096;
}
.TagClassName
{
border-color: #239096;
}
</style>